BigCommerce · Schema

PriceListAssignmentsBatchErrorResponse

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
status integer
title string
type string
errors object
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-pricelistassignmentsbatcherrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PriceListAssignmentsBatchErrorResponse",
  "title": "PriceListAssignmentsBatchErrorResponse",
  "type": "object",
  "x-internal": false,
  "properties": {
    "status": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "errors": {
      "type": "object",
      "properties": {},
      "additionalProperties": true,
      "title": "Detailed Errors"
    },
    "meta": {
      "type": "object",
      "properties": {
        "saved_records": {
          "type": "integer"
        }
      }
    }
  }
}