Store Credit
GETGet Customer List having Store Credit
{{magento_base_url}}/rest/V1/mpStoreCredit/customers?search_criteria
HEADERS
Content-Type
Authorization
PARAMS
search_criteria
POSTSpend Credit
{{magento_base_url}}/rest/V1/mpStoreCredit/mine/spending
To cancel credit in cart, please set the amount equal to zero : { "amount" : "0"}
HEADERS
Content-Type
Authorization
Bodyraw
GETGet Store Credit of Customer
{{magento_base_url}}/rest/V1/mpStoreCredit/mine/customer
HEADERS
Content-Type
Authorization
GETGet Transaction of Customer
{{magento_base_url}}/rest/V1/mpStoreCredit/mine/transaction
HEADERS
Content-Type
Authorization
Loading