BigCommerce · Schema

SuccessBatchResponse

Empty object for Success case for Batch API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

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

JSON Schema

bigcommerce-successbatchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuccessBatchResponse",
  "title": "SuccessBatchResponse",
  "type": "object",
  "description": "Empty object for Success case for Batch API.",
  "properties": {
    "data": {
      "type": "object",
      "example": {}
    },
    "meta": {
      "type": "object",
      "example": {}
    }
  }
}