BigCommerce · Schema

AssignmentForGetResponse

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
id integer Unique identifier for this price list assignment.
price_list_id integer Pricelist ID for assignment.
customer_group_id integer Customer group ID for assignment.
channel_id integer Channel ID for assignment.
View JSON Schema on GitHub

JSON Schema

bigcommerce-assignmentforgetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssignmentForGetResponse",
  "title": "AssignmentForGetResponse",
  "type": "object",
  "x-internal": false,
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "description": "Unique identifier for this price list assignment.",
      "example": 1
    },
    "price_list_id": {
      "type": "integer",
      "format": "int32",
      "description": "Pricelist ID for assignment.",
      "example": 1
    },
    "customer_group_id": {
      "type": "integer",
      "format": "int32",
      "description": "Customer group ID for assignment.",
      "example": 2
    },
    "channel_id": {
      "type": "integer",
      "format": "int32",
      "description": "Channel ID for assignment.",
      "example": 2
    }
  }
}