BigCommerce · Example Payload

Bigcommerce Createcategoryimage Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Createcategoryimage 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": "createCategoryImage",
  "method": "POST",
  "path": "/catalog/categories/{category_id}/image",
  "summary": "BigCommerce Create a Category Image",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "image_url": "https://cdn11.bigcommerce.com/s-{store_hash}/product_images/k/group_1545334669__76009.png"
        },
        "meta": {}
      }
    }
  ]
}