Add Store Credit
The Add Store Credit endpoint takes the users existing store credit from their account and adds a set amount of this store credit to the current cart.
In essence, by adding the user’s store credit to a cart, the user’s store credit is being spent.
Authorizations
Order token to authorize Cart and Checkout requests.
Query Parameters
Amount of Store Credit to use. As much as possible Store Credit will be applied if no amount is passed.
Specify the related resources you would like to receive in the response body. More Information.
Specify the fields you would like returned in the response body. More information.
Response
The Cart provides a central place to collect information about an order, including line items, adjustments, payments, addresses, and shipments. Read more in Spree docs
Was this page helpful?