Authorization: Bearer ********************
{
"ObjectPropertyNameValuePairs": {
"enim3f_": {}
},
"product_category_mapping": {
"product_id": 74430652,
"category_id": 54279308,
"is_featured_product": false,
"display_order": -32221168,
"id": -56656717
}
}
curl --location --request POST 'https://test.e-mole.net/api/product_category_mappings' \
--header 'Accept: text/plain' \
--header 'Content-Type: application/json' \
--data-raw '{
"ObjectPropertyNameValuePairs": {
"enim3f_": {}
},
"product_category_mapping": {
"product_id": 74430652,
"category_id": 54279308,
"is_featured_product": false,
"display_order": -32221168,
"id": -56656717
}
}'
{
"product_category_mappings": [
{
"product_id": -34650605,
"category_id": 48247532,
"is_featured_product": true,
"display_order": 79588196,
"id": -63203451
},
{
"product_id": -58699784,
"category_id": 9168368,
"is_featured_product": false,
"display_order": 1857078,
"id": -42068617
}
]
}