| Name | Type | Description | Notes |
|---|---|---|---|
| order_id | int | Order of the customer whose address details need to be changed | |
| shipping_customer_name | string | The name of the customer whose details need to be changed | |
| shipping_phone | string | The customer’s phone number | |
| shipping_address | string | 1st line of the address | |
| shipping_address_2 | string | 2nd line of the address | |
| shipping_city | string | The city where it is to be shipped | |
| shipping_state | string | The state where it is to be shipped | |
| shipping_country | string | The country where it is to be shipped | |
| shipping_pincode | int | The pincode of the customer |