Add address 2.0
POST https://{handle}.myshopline.com/admin/openapi/v20260301/customers/:id/addresses.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
- 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 required
Customer address informationprovince_code stringProvincial / state code length limited to : 50Example:KYaddress1 stringDetailed address length limited to : 255Example:7720 Cherokee Roadlast_name stringContact length limited to : 128Example:johophone stringPhone numberExample:001467326483district stringZone / county length limited to : 64Example:dazhoucity stringCity name length limited to : 64Example:Hagermancountry_code stringNational code length limited to : 50Example:UScountry stringCountry name length limited to : 64Example:United Statescompany stringCompanyExample:Joydistrict_code stringZone / county encoding length limited to : 50Example:DZprovince stringProvince / state name length limited to : 64Example:Kentuckytown stringStreet town length limited to : 64Example:luosijiaddress2 stringDetailed address 2 length limited to : 255Example:Apartmentcity_code stringCity code length limited to : 50Example:NMfirst_name stringContact length limited to : 128Example:maybezip stringZip code length limited to : 10Example:90091address_type integerAddress typedef booleanDefault addressExample:true
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 informationcustomer_id stringUser IDExample:2277270272district_code stringZone / county codeExample:DZcity stringCityExample:Hagermancompany stringCompanyExample:Joycountry stringCountryExample:United Statescity_code stringUrban codeExample:NMprovince_code stringProvince codeExample:KYprovince stringProvinceExample:Kentuckyphone stringTelephone numberExample:001467326483country_code stringNational codeExample:USzip stringPostal codeExample:90091district stringDistrict/CountyExample:dazhoudef booleanDefault addressExample:trueaddress1 stringDetail address 1Example:7720 Cherokee Roadaddress_type integerAddress typefirst_name stringFirst nameExample:maybeid stringAddress IDExample:SL201UA5006511321220969539address2 stringDetailed address 2Example:Apartmenttown stringStreet townExample:luosijilast_name stringLast nameExample:joho
API Explorer
Debugger
Was this article helpful to you?