curl --request POST \
--url http://localhost:3000/v1/admin/partners/products/{id}/deactivate-partner{
"success": true,
"sellable_product": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"name": "<string>",
"is_active": true,
"commission_rate": 123,
"partner_pricing_model": "<string>",
"partner_wholesale_price": 123
}
}Reverts a partner product to retailer-sourced. Clears partner ownership, restores retailer mappings that were deactivated during conversion.
curl --request POST \
--url http://localhost:3000/v1/admin/partners/products/{id}/deactivate-partner{
"success": true,
"sellable_product": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"name": "<string>",
"is_active": true,
"commission_rate": 123,
"partner_pricing_model": "<string>",
"partner_wholesale_price": 123
}
}