Locale
The API documentation provides the means to retrieve Locale data from PIM.
Locale List
GET
https://api.dckappim.com/api/integration/locale
By utilizing the endpoint, you can retrieve locale 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." |
Locale Show
GET
https://api.dckappim.com/api/integration/locale/show
By utilizing the endpoint, you can retrieve specific locale information.
Query Parameters
Name | Type | Description |
---|---|---|
id* | String | Locale 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