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
pagination[currentPage]
String
Pagination Current Page Number
pagination[pageLimit]
String
Pagination Page Limit / Page Length
Headers
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
id*
String
Category ID
Headers
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
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