BigCommerce · Schema

ListingState

The state of the product assignment or channel listing.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-listingstate-schema.json Raw ↑
{
  "$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
}