Get/search the products of the store Talkdesk is integrated with
Body Response - Schema
200 OK (the list of found products)
Represents the paginated list of customer orders
| Parameter | Type | Description | Required |
|---|---|---|---|
| _embedded | object | "_embedded" subdivides into: 1 - "products" (array[object]) - the list of products in the current page. 1.1 - "id" (string) - the ID of the product. Example: 1.2 - "title" (string) - The default title of the product. It is only displayed if the selected product variant doesn't have a title defined. 1.3 - "description" (string) - the product description. 1.4 - "default_variant_id" (string) - the ID of the product variant to be presented by default. 1.5 - "default_image_id" (string) - the ID of the product image to be displayed by default. Example: 1.6 - "images" (array[object]) - the list of product images. 1.7 - "options" (array[object]) - the list of product options. 1.8 - "variants" (array[object]) - the list of product variants. The maximum number of product variants is the amount of possible option values combinations. There may be some combinations that are not manufactured/sold, and so there may be some variants missing from the list. | yes |
| custom_fields | object | The custom fields associated with the provider. | |
| _links | object | "_links" subdivides into: 1 - "self" (object) - required. 2 - "next" (object) - required. | no |
400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found), 405 (method not supported)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| message | string | n/a | yes |
| description | string | n/a | no |
| fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
TroubleshootingIf you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.