{
"product_list": [
{
"custom_id": "string"
}
]
}curl --location --request PATCH '/open_api/product/status/' \
--header 'access-token;' \
--header 'merchant-id;' \
--header 'Content-Type: application/json' \
--data '{
"product_list": [
{
"custom_id": "string"
}
]
}'