customers
patch/v2/customers/{merchant_id}
Path parameters
merchant_idstring required
The ID of the customer in your platform or ecommerce store
Request body
Response
200
Example response
{
"customer": {
"tier_eligibility": {
"tier_spend": {
"now": {
"amount": 9.9,
"formatted": "$9.90"
},
"at_expiration": {
"amount": 9.9,
"formatted": "$9.90"
}
},
"spend_needed_for_renewal": {
"amount": 9.9,
"formatted": "$9.90"
},
"spend_needed_for_upgrade": {
"amount": 9.9,
"formatted": "$9.90"
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.