{ "type": "object", "properties": { "sku": { "type": "string" }, "status": { "type": "string", "enum": [ "ACCEPTED", "INVALID" ] }, "submissionId": { "type": "string" }, "issues": { "type": "array", "items": { "type": "object" } } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ListingsItemSubmissionResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-listings-item-submission-response-structure.json", "description": "ListingsItemSubmissionResponse schema from Amazon Selling Partner API" }