Baskets
Add an item to a Basket
Use this endpoint to add an item to a Basket.
post/shop/basket/{basketId}/items
Request body
Example request
{
"discount_amount": 500,
"offering_id": "5f1234567890abcdef123456",
"offering_type": "appointment",
"price": 4800,
"quantity": 1
}Response
Successfully added an item to a Basket.
Changes
No recorded changes to this endpoint across all 1 revision of this API.