[
{
"picture": {
"id": "http://example.com"
},
"allowed_pipelines": 1,
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"name": "string",
"picture_id": "01234567-abcd-dcba-ffff-000000000000",
"product_category_id": "01234567-abcd-dcba-ffff-000000000000",
"product_type_id": "01234567-abcd-dcba-ffff-000000000000",
"sku": "string",
"unit_symbol": "string",
"revision": 1,
"product_pipeline_relations": [
{
"id": "http://example.com"
}
],
"product_pipelines": {
"pipelines": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"allowed_pipelines": 1
},
"picture_source_url": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/Products/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"picture": {
"id": "http://example.com"
},
"allowed_pipelines": 1,
"currency_exchange_rates_list_id": "01234567-abcd-dcba-ffff-000000000000",
"description": "string",
"name": "string",
"picture_id": "01234567-abcd-dcba-ffff-000000000000",
"product_category_id": "01234567-abcd-dcba-ffff-000000000000",
"product_type_id": "01234567-abcd-dcba-ffff-000000000000",
"sku": "string",
"unit_symbol": "string",
"revision": 1,
"product_pipeline_relations": [
{
"id": "http://example.com"
}
],
"product_pipelines": {
"pipelines": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"allowed_pipelines": 1
},
"picture_source_url": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}