Batch of price list assignments.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateBatchPriceListAssignmentsRequest", "title": "CreateBatchPriceListAssignmentsRequest", "type": "array", "description": "Batch of price list assignments.", "items": { "$ref": "#/components/schemas/AssignmentsForRequest" }, "x-internal": false }