Skip to main content
PUT
/
v1
/
products
/
import
/
{import_id}
Upload product feed
curl --request PUT \
  --url https://api.algure.com/v1/products/import/{import_id} \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Use Integration API credentials as HTTP Basic auth (username: client id, password: client secret).

Path Parameters

import_id
string
required

Response

201

The feed was accepted and scheduled for processing