BigCommerce · Schema

ProductChannelAssignment

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
product_id integer
channel_id integer
View JSON Schema on GitHub

JSON Schema

bigcommerce-productchannelassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductChannelAssignment",
  "title": "ProductChannelAssignment",
  "properties": {
    "product_id": {
      "type": "integer"
    },
    "channel_id": {
      "type": "integer"
    }
  },
  "x-tags": [
    "Models"
  ]
}