BigCommerce · Example Payload

Bigcommerce Updateproductvariantmetafield Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updateproductvariantmetafield 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": "updateProductVariantMetafield",
  "method": "PUT",
  "path": "/catalog/products/{product_id}/variants/{variant_id}/metafields/{metafield_id}",
  "summary": "BigCommerce Update Product Variant Metafields",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "id": 8,
          "key": "location_id",
          "value": "Shelf 3, Bin 5",
          "namespace": "Inventory Namespace",
          "permission_set": "read",
          "resource_type": "variant",
          "resource_id": 158,
          "description": "Where products are located",
          "date_created": "2018-09-13T16:42:37+00:00",
          "date_modified": "2018-09-13T16:42:37+00:00"
        },
        "meta": {}
      }
    }
  ]
}