GET api/v1/store/{storeID}/product/GetByPagination?page={page}&take={take}&verbose={verbose}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID | string |
Required |
|
| page | integer |
Default value is 1 |
|
| take | integer |
Default value is 10 |
|
| verbose | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
None. |
|
| StoreID | string |
None. |
|
| Updated | date |
None. |
|
| _meta | ResponseMeta |
None. |
|
| ID | string |
None. |
|
| DefaultQty | integer |
None. |
|
| MinimumQty | integer |
None. |
|
| MaximumQty | integer |
None. |
|
| IncrementQty | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ImageURL | string |
None. |
|
| Files | Collection of ResponseProductFile |
None. |
|
| HasTemplate | boolean |
None. |
|
| DeliveryMethod | string |
None. |
|
| TemplateFields | Collection of ResponseFPTemplate |
None. |
|
| DeliveredPrices | Collection of DeliveredPrice |
None. |
|
| ProductionSpeeds | Collection of ProductionSpeed |
None. |
|
| ProductFormat | string |
None. |
|
| Inventory | Inventory |
None. |
|
| CustomValues | Collection of Pair of string [key] and string [value] |
None. |
|
| _Internal | Collection of Pair of string [key] and string [value] |
None. |
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data, image/png, image/jpg, image/jpeg, image/bmp
Sample:
Sample not available.