BigCommerce · Example Payload

Bigcommerce Getproductvideo Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getproductvideo 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": "getProductVideo",
  "method": "GET",
  "path": "/catalog/products/{product_id}/videos/{id}",
  "summary": "BigCommerce Get a Product Video",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "title": "Your Video",
        "description": "Company Values",
        "sort_order": 1,
        "type": "youtube",
        "video_id": "123345AA"
      }
    }
  ]
}