BigCommerce integration (Marketing, Data). Imported from open-connector.
https://api.bigcommerce.com/stores/{store_hash}/v3/catalog/products
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The product page number to request. |
| limit | integer | optional | The maximum number of products to return. |
| keyword | string | optional | Search products by keyword. |
| name | string | optional | Filter products by name. |
| sku | string | optional | Filter products by SKU. |
| isVisible | boolean | optional | Filter products by storefront visibility. |
| include | array | optional | Related product resources to include. |
| includeFields | array | optional | Product fields to include in the response. |
| excludeFields | array | optional | Product fields to exclude from the response. |
| sort | string | optional | The product field to sort by. |
| direction | string | optional | The sort direction for product list results. |
/catalog/products/{productId}
| Param | Type | Required | Description |
|---|---|---|---|
| productId | integer | required | The BigCommerce product ID. |
| include | array | optional | Related product resources to include. |
| includeFields | array | optional | Product fields to include in the response. |
| excludeFields | array | optional | Product fields to exclude from the response. |
/catalog/products/{productId}
| Param | Type | Required | Description |
|---|---|---|---|
| productId | integer | required | The BigCommerce product ID. |