curl --request POST \
--url https://api.algure.com/v1/products/import \
--header 'Authorization: Basic <encoded-value>'{
"id": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Creates a new product import.
A product import is a job into which you can push catalog feeds to be processed. It will store errors from the processing along with other useful metadata. Each import has a unique ID associated and an expiry date, after which you will no longer be able to push more feeds. It is recommended to create a new import every time you want to upload a feed.
curl --request POST \
--url https://api.algure.com/v1/products/import \
--header 'Authorization: Basic <encoded-value>'{
"id": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Was this page helpful?