`POST /api/v1/store-credits/{id}/apply` — debit a store credit (e.g. against an order). Rejected for non-positive amounts, non-active or expired credits, and insufficient balance.
POST /api/v1/store-credits/{id}/apply — debit a store credit (e.g. against an order). Rejected for non-positive amounts, non-active or expired credits, and insufficient balance.
POST