Integrate and interact with Unbxd PIM
Trigger Import API (Third-Party API)
Note: This API is not part of the Unbxd PIM APIs. You must set up this API in the app to initiate specific import configurations from Unbxd PIM.
The import configurations include the linked adapter.
Here is how you can create the API:
Endpoint:
POST /api/v1/importToPim
Request Parameters:
Header
Name: Value | Required | Data Type |
content-type: application/json | Yes | String |
Accept: application/json | Yes | String |
Request Body:
{
"api_key": "api_key",
"reference_id": "reference_id"
}
Note: The reference_id retrieved in the response must be used in the Get Products API.
Schema
Name | Data Type | Description |
api_key | String | Key to access all Unbxd PIM APIs |
reference_id | String | Retrieves import configurations (adapter) from Unbxd PIM |
Response:
{
"data": {
"message": "Initiated import"
}
}
0 of 0 users found this section helpful