Import Catalog
To bulk import a catalog to multiple stores of the same user, make a POST request with the user's access_token
in the header to the following endpoint /proximity/integration/v1/catalog. The access-token
can be generated through the OAuth authentication process. Refer to the OAuth documentation for more information.
When inserting the IDs of the stores that will receive the catalog, include the external_ids
. The external ID of a store can be configured through the endpoint /proximity-integration/stores/{StoreID}/external_id.
Response | Description |
202 - Success | All requests were sent successfully. |
206 - Partial Error | Some requests were not sent correctly and contain an error. |
In the Catalog API Reference documentation, you can find a complete description of the fields that can be sent in the request body.