Attribute
The API documentation provides the means to retrieve Attribute data from PIM.
Attribute List
GET
https://api.dckappim.com/api/integration/attribute
By utilizing the endpoint, you can retrieve attribute list information.
Query Parameters
pagination[currentPage]
String
Pagination - Current Page Number
pagination[pageLimit]
String
Paginagtion - Page Limit / 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."
Attribute Show
GET
https://api.dckappim.com/api/integration/attribute/show
By utilizing the endpoint, you can retrieve specific attribute information.
Query Parameters
id*
String
Attribute 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."
Last updated