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
Name | Type | Description |
---|---|---|
pagination[currentPage] | String | Pagination - Current Page Number |
pagination[pageLimit] | String | Paginagtion - Page Limit / 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." |
Attribute Show
GET
https://api.dckappim.com/api/integration/attribute/show
By utilizing the endpoint, you can retrieve specific attribute information.
Query Parameters
Name | Type | Description |
---|---|---|
id* | String | Attribute 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." |
Last updated