BigCommerce · Schema

MetaFieldCollectionResponsePartialSuccess_POST_PUT

Response payload for the BigCommerce API.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

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

JSON Schema

bigcommerce-metafieldcollectionresponsepartialsuccess-post-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetaFieldCollectionResponsePartialSuccess_POST_PUT",
  "title": "MetaFieldCollectionResponsePartialSuccess_POST_PUT",
  "type": "object",
  "description": "Response payload for the BigCommerce API.\n",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Metafield"
      }
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Error"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/WriteCollectionPartialSuccessMeta"
    }
  }
}