v1

latestOpenAPI 3.1.12026-07-222968170.1 KB
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"
      }
    }
  }
}