parameter | Description | Type | Required |
---|---|---|---|
store_id | Account Store Id | Int | True |
page | Page number | Int | True |
page_size | Number objects per page. maximum:20 | Int | True |
sku | Optional: product SKU or product ID | String | False |
category_id | Optional: products by category | Int | False |
token | account access token | string | True |
Name | Type | Description |
---|---|---|
token | String | |
response_time | DateTime | |
state_id | ResultState | |
result | { product_sku String product_id Int32 sku String qty Nullable`1 is_matrix Boolean attributes List`1 matrix_attributes ProductsQTYMatrix } |
|
page | Int32 | |
page_size | Int32 | |
total_records | Int32 | |
store_id | Int32 |