Update Postcode
post
/2.0/subscription/users/postcode
Update the ZIP/postcode of a user’s subscription
Example Request
preparing...
Usage Notes
- The updated postcode will be applied to all subscription invoices
- The Subscription Updated webhook will not be fired when this API is used.
- The API will not change the country associated with the subscription.
vendor_id
integerThe vendor ID identifies your seller account. This can be found in Developer Tools > Authentication.
>= 1
vendor_auth_code
stringThe vendor auth code is a private API key for authenticating API requests. This key should never be used in client side code or shared publicly. This can be found in Developer Tools > Authentication.
Match pattern:
[0-9a-f]+
subscription_id
integerThe ID of the subscription you’re updating.
postcode
stringThe new postcode to be applied to the subscription.
::::