List Products
GET//:domain/api/big-commerce/:integrationInstance/products
List BigCommerce products for a specific integration instance (DataTable endpoint).
Authentication: Requires Bearer token.
The response uses the DataTable format with table specifications. Available optional columns (via included[]):
- product: Linked SKU product details (id, name, sku, listing_id)
- subscription_offering: Linked subscription offering (id, name, sku)
- mapped_at: Date the product was mapped to a SKU product
- mapped_sku: SKU of the mapped product
- json_object: Full raw BigCommerce product JSON data
- integration_instance_id: Integration instance ID
- product_listing_id: Product listing ID
Request
Responses
- 200
OK
Response Headers
Content-Type