{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ItemFulfillmentBatchItemRequest", "title": "ItemFulfillmentBatchItemRequest", "type": "object", "properties": { "item_id": { "type": "string", "description": "The third-party item ID for this model in the bulk create request" }, "payload": { "$ref": "#/components/schemas/ItemFulfillmentRequestRequest" } }, "required": [ "item_id", "payload" ] }