Retrieve Category Discount
Status: 200 OK
GET: /wp-json/wholesale/v1/category-discount/{category_id}
Response:
{
"id": 15,
"name": "Uncategorized",
"wholesale_discounts": {
"wholesale_customer_wholesale_discount": 123,
"WholesaleBronze_wholesale_discount": 0
}
}Status: 400 Bad Request
GET: /wp-json/wholesale/v1/category-discount/{category_id}
Response:
{
"code": "wholesale_rest_category_discount_cannot_view",
"message": "Category ID is invalid.",
"data": {
"status": 400
}
}Last updated