Category
The API documentation provides the means to retrieve Category data from PIM.
Category List
GET
https://api.dckappim.com/api/integration/category
By utilizing the endpoint, you can retrieve category list information.
Query Parameters
Name | Type | Description |
---|---|---|
pagination[currentPage] | String | Pagination Current Page Number |
pagination[pageLimit] | String | Pagination Page Limit / Page Length |
Headers
Name | Type | Description |
---|---|---|
token* | String | Access Token for PIM Integration. |
x-domain* | String | Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo." |
Category Show
GET
https://api.dckappim.com/api/integration/category/show
By utilizing the endpoint, you can retrieve specific category information.
Query Parameters
Name | Type | Description |
---|---|---|
id* | String | Category ID |
Headers
Name | Type | Description |
---|---|---|
token* | String | Access Token for PIM Integration. |
x-domain* | String | Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo." |
Category Product List
GET
https://api.dckappim.com/api/integration/category/get-products
By utilizing the endpoint, you can retrieve specific category product information.
Headers
Name | Type | Description |
---|---|---|
token* | String | Access Token for PIM Integration. |
x-domain* | String | Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo." |
Last updated