VTEX integration (Marketing, Data). Imported from open-connector.
https://{account_name}.{environment}.com.br/api/catalog_system/pvt/products/GetProductAndSkuIds
| Param | Type | Required | Description |
|---|---|---|---|
| categoryId | integer | optional | VTEX category identifier. |
| from | integer | optional | Product ID that starts the VTEX product and SKU ID result range. |
| to | integer | optional | Product ID that ends the VTEX product and SKU ID result range. |
/api/catalog/pvt/product/{productId}
| Param | Type | Required | Description |
|---|---|---|---|
| productId | integer | required | VTEX product unique numerical identifier. |
/api/catalog_system/pvt/brand/list
/api/catalog_system/pub/category/tree/{categoryLevels}
| Param | Type | Required | Description |
|---|---|---|---|
| categoryLevels | integer | required | Maximum category level depth to retrieve. |
/api/catalog_system/pub/products/search
| Param | Type | Required | Description |
|---|---|---|---|
| fullText | string | optional | Full-text product search term sent as the ft query parameter. |
| filterQueries | array | optional | VTEX fq filter expressions, such as C:/1000041/1000049/, productId:123, or skuI… |
| orderBy | string | optional | VTEX product search sorting method. |
| from | integer | optional | Initial zero-based item number for VTEX search pagination. VTEX requires this v… |
| to | integer | optional | Final item number for VTEX search pagination. When from is also provided, to mu… |