Skip to main content
POST
/
products
/
{id}
/
propagate
Propagate product data to linked transactions
curl --request POST \
  --url https://api.artu.ai/products/{id}/propagate \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Environment: <api-key>'
{
  "count": 0
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the dashboard.

X-Environment
string
header
required

Target environment for the request. Must be "test" or "live".

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

count
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991