Subscribers
Update single subscriber's shipping and billing information
Update single subscriber’s shipping and billing information (subscriber specified by customer ID)
PATCH
/
v1
/
customers
/
{id}
/
subscriptions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredCustomer ID
Body
application/json
Details for updating customer billing and shipping information
shipTo
object
Ship-to address and phone details
billTo
object
Bill-to address and phone details
Response
200 - application/json
Subscription details after updating customer billing and shipping information
subscriptions
object[]
Subscriptions associated with this customer
Was this page helpful?