BigCommerce · Schema

AssignmentsForGetResponse

Array of the price list assignments matching the filter. The response is paginated.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-assignmentsforgetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssignmentsForGetResponse",
  "title": "AssignmentsForGetResponse",
  "description": "Array of the price list assignments matching the filter. The response is paginated.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AssignmentForGetResponse"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/CollectionMeta"
    }
  },
  "x-internal": false
}