{
"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"
}
curl --location --request POST '/entities/Products' \
--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"
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"currency_exchange_rates_list": "http://example.com",
"picture": "http://example.com",
"product_category": "http://example.com",
"product_type": "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": [
"http://example.com"
],
"product_pipelines": {
"pipelines": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"allowed_pipelines": 1
},
"formatted_name": "string",
"oppty_product_relation_type_id": "01234567-abcd-dcba-ffff-000000000000"
}
}