BigCommerce · Schema

MetaFieldCollectionResponse_Batch_POST_PUT

Response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data array
errors array Empty for 200 responses.
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-metafieldcollectionresponse-batch-post-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaFieldCollectionResponse_Batch_POST_PUT",
  "title": "MetaFieldCollectionResponse_Batch_POST_PUT",
  "type": "object",
  "description": "Response payload for the BigCommerce API.\n",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Metafield"
      }
    },
    "errors": {
      "type": "array",
      "description": "Empty for 200 responses.",
      "example": []
    },
    "meta": {
      "$ref": "#/components/schemas/CollectionMeta"
    }
  }
}