Authorization: Bearer ********************
{
"ObjectPropertyNameValuePairs": {
"sunt_b": {},
"laboris_2": {},
"Uta00": {}
},
"product_manufacturer_mapping": {
"product_id": 14255429,
"manufacturer_id": 64068269,
"is_featured_product": true,
"display_order": 47809623,
"id": -3153301
}
}
curl --location --request PUT 'https://test.e-mole.net/api/product_manufacturer_mappings/dolor' \
--header 'Accept: text/plain' \
--header 'Content-Type: application/json' \
--data-raw '{
"ObjectPropertyNameValuePairs": {
"sunt_b": {},
"laboris_2": {},
"Uta00": {}
},
"product_manufacturer_mapping": {
"product_id": 14255429,
"manufacturer_id": 64068269,
"is_featured_product": true,
"display_order": 47809623,
"id": -3153301
}
}'
{
"product_manufacturer_mappings": [
{
"product_id": 62492372,
"manufacturer_id": -46945389,
"is_featured_product": true,
"display_order": -85187605,
"id": -23375825
},
{
"product_id": 69262704,
"manufacturer_id": -76061640,
"is_featured_product": true,
"display_order": 62646955,
"id": -17981362
}
]
}