Currency
The API documentation provides the means to retrieve Currency data from PIM.
Currency List
GET
https://api.dckappim.com/api/integration/currencies
By utilizing the endpoint, you can retrieve currency list 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." |
Currency Show
GET
https://api.dckappim.com/api/integration/currencies/show
By utilizing the endpoint, you can retrieve specific currency list 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