Update address 2.0
PUT https://{handle}.myshopline.com/admin/openapi/v20260301/customers/:id/addresses/:address_id.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .Path Parameters
- address_id string requiredAddress ID
- id string requiredCustomer id
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
customer_addressobject
Customer address informationzip stringZip code length limited to : 10Example:90091company stringCompanyExample:Joylast_name stringContact length limited to : 128Example:johotown stringStreet town length limited to : 64Example:luosijiaddress_type integerAddress typecountry_code stringNational code length limited to : 50Example:USaddress1 stringDetailed address length limited to : 255Example:7720 Cherokee Roadcountry stringCountry name length limited to : 64Example:United Statesdistrict_code stringZone / county encoding length limited to : 50Example:DZfirst_name stringContact length limited to : 128Example:maybeprovince_code stringProvincial / state code length limited to : 50Example:KYdistrict stringZone / county length limited to : 64Example:dashicity stringCity name length limited to : 64Example:Hagermancity_code stringCity code length limited to : 50Example:NMdef booleanDefault addressExample:trueaddress2 stringDetailed address 2 length limited to : 255Example:Apartmentphone stringPhone number length limited to : 16Example:001467326483province stringProvince / state name length limited to : 64Example:Kentucky
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
customer_addressobject
Customer address informationcity_code stringUrban codeExample:NMcountry_code stringNational codeExample:USdef booleanDefault addressExample:trueid stringAddress IDExample:SL201UA5006511321220969539district stringDistrict/CountyExample:dashilast_name stringLast nameExample:johoaddress1 stringDetail address 1Example:7720 Cherokee Roadaddress2 stringDetail address 2Example:Apartmentcountry stringCountryExample:United Statesprovince stringProvinceExample:Kentuckytown stringStreet townExample:luosijicustomer_id stringCustomer idExample:2277270272phone stringPhone numberExample:001467326483zip stringPostal codeExample:90091city stringCityExample:Hagermandistrict_code stringZone / county codeExample:DZprovince_code stringProvince codeExample:KYaddress_type integerAddress typecompany stringCompanyExample:Joyfirst_name stringFirst nameExample:maybe
API Explorer
Debugger
Was this article helpful to you?