Public
Documentation Settings

Store Credit

GETGet Customer List having Store Credit

{{magento_base_url}}/rest/V1/mpStoreCredit/customers?search_criteria
HEADERS
Content-Type

application/json

Authorization

Bearer {{admin_token}}

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

application/json

Authorization

Bearer {{customer_token}}

Bodyraw
{
    "amount": "10"
}

GETGet Store Credit of Customer

{{magento_base_url}}/rest/V1/mpStoreCredit/mine/customer
HEADERS
Content-Type

application/json

Authorization

Bearer {{customer_token}}

GETGet Transaction of Customer

{{magento_base_url}}/rest/V1/mpStoreCredit/mine/transaction
HEADERS
Content-Type

application/json

Authorization

Bearer {{customer_token}}

Loading