BigCommerce · Example Payload

Bigcommerce Createproductvariantimage Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Createproductvariantimage 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": "createProductVariantImage",
  "method": "POST",
  "path": "/catalog/products/{product_id}/variants/{variant_id}/image",
  "summary": "BigCommerce Create a Product Variant Image",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "image_url": "https://cdn8.bigcommerce.com/s-id30h7ohwf/product_images/attribute_rule_images/85_source_1536863430.png"
        },
        "meta": {}
      }
    }
  ]
}