BigCommerce · Schema

PriceRecordBatchErrorResponse

Error during `Price Record` batch PUT. Includes data sent in the request and errors.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data object
field_errors object
View JSON Schema on GitHub

JSON Schema

bigcommerce-pricerecordbatcherrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PriceRecordBatchErrorResponse",
  "title": "PriceRecordBatchErrorResponse",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/PriceRecordIdentifiers"
    },
    "field_errors": {
      "$ref": "#/components/schemas/DetailedErrors"
    }
  },
  "description": "Error during `Price Record` batch PUT. Includes data sent in the request and errors."
}