curl --request PATCH \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"products": [
{
"id": "<string>",
"name": "Delirium Tremens Beer Bottle 330cc x6",
"description": "Named as \"Best Beer in the World\" in 2008 at the World Beer Championships in Chicago, Illinois.",
"vendors": [
"9SiwYqqL8vdG",
"BRAND-48795"
],
"brand": {
"id": "<string>",
"name": "<string>"
},
"imageURL": "https://cdn.example.com/products/eyGqR4YQgBJa.jpg",
"categories": [
"ahEDqV5uhjj8"
],
"price": 18.99,
"active": true,
"ean": "4003994155486",
"quality_score": 0.5,
"metadata": {},
"globalId": "PROD-12345"
}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Update products.
curl --request PATCH \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"products": [
{
"id": "<string>",
"name": "Delirium Tremens Beer Bottle 330cc x6",
"description": "Named as \"Best Beer in the World\" in 2008 at the World Beer Championships in Chicago, Illinois.",
"vendors": [
"9SiwYqqL8vdG",
"BRAND-48795"
],
"brand": {
"id": "<string>",
"name": "<string>"
},
"imageURL": "https://cdn.example.com/products/eyGqR4YQgBJa.jpg",
"categories": [
"ahEDqV5uhjj8"
],
"price": 18.99,
"active": true,
"ean": "4003994155486",
"quality_score": 0.5,
"metadata": {},
"globalId": "PROD-12345"
}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cette page vous a-t-elle été utile ?