BigCommerce · Example Payload

Bigcommerce Createcategorymetafield Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Createcategorymetafield Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createCategoryMetafield",
  "method": "POST",
  "path": "/catalog/categories/{category_id}/metafields",
  "summary": "BigCommerce Create a Category Metafield",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "id": 4,
          "key": "location_id",
          "value": "Shelf 3, Bin 5",
          "namespace": "App Namespace",
          "permission_set": "app_only",
          "resource_type": "category",
          "resource_id": 137,
          "description": "Where products are located",
          "date_created": "2021-08-06T19:15:35+00:00",
          "date_modified": "2021-08-06T19:15:35+00:00"
        },
        "meta": {}
      }
    }
  ]
}