The state of the product assignment or channel listing.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListingState", "title": "ListingState", "type": "string", "description": "The state of the product assignment or channel listing.", "enum": [ "active", "disabled", "error", "pending", "pending_disable", "pending_delete", "partially_rejected", "queued", "rejected", "submitted", "deleted" ], "x-internal": false }