Update a billing address
PATCH {{fastly_url}}/customer/{{customer_id}}/billing_address
Update a customer's billing address. You may update only part of the customer's billing address.
Authorization: Requires API token.
Request Body
{"skip_verification"=>false, "data"=>{"type"=>"billing_address", "id"=>"3DTWpamEUGISvrUiDWkesQ", "attributes"=>{"state"=>"DE"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |