Skip to main content
GET
/
subscriptions
/
cp
/
api
/
v2
/
data
/
addresses
List saved addresses for the current customer
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/v2/data/addresses
[
  {
    "get__typename": "<string>",
    "id": "<string>",
    "formattedArea": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "city": "<string>",
    "company": "<string>",
    "lastName": "<string>",
    "phone": "<string>",
    "country": "<string>",
    "firstName": "<string>",
    "name": "<string>",
    "provinceCode": "<string>",
    "province": "<string>",
    "zip": "<string>",
    "formatted": [
      "<string>"
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - */*

OK

get__typename
string
id
string
formattedArea
string
address1
string
address2
string
city
string
company
string
lastName
string
phone
string
countryCodeV2
enum<string>
Available options:
AF,
AX,
AL,
DZ,
AD,
AO,
AI,
AG,
AR,
AM,
AW,
AC,
AU,
AT,
AZ,
BS,
BH,
BD,
BB,
BY,
BE,
BZ,
BJ,
BM,
BT,
BO,
BA,
BW,
BV,
BR,
IO,
BN,
BG,
BF,
BI,
KH,
CA,
CV,
BQ,
KY,
CF,
TD,
CL,
CN,
CX,
CC,
CO,
KM,
CG,
CD,
CK,
CR,
HR,
CU,
CW,
CY,
CZ,
CI,
DK,
DJ,
DM,
DO,
EC,
EG,
SV,
GQ,
ER,
EE,
SZ,
ET,
FK,
FO,
FJ,
FI,
FR,
GF,
PF,
TF,
GA,
GM,
GE,
DE,
GH,
GI,
GR,
GL,
GD,
GP,
GT,
GG,
GN,
GW,
GY,
HT,
HM,
VA,
HN,
HK,
HU,
IS,
IN,
ID,
IR,
IQ,
IE,
IM,
IL,
IT,
JM,
JP,
JE,
JO,
KZ,
KE,
KI,
KP,
XK,
KW,
KG,
LA,
LV,
LB,
LS,
LR,
LY,
LI,
LT,
LU,
MO,
MG,
MW,
MY,
MV,
ML,
MT,
MQ,
MR,
MU,
YT,
MX,
MD,
MC,
MN,
ME,
MS,
MA,
MZ,
MM,
NA,
NR,
NP,
NL,
AN,
NC,
NZ,
NI,
NE,
NG,
NU,
NF,
MK,
NO,
OM,
PK,
PS,
PA,
PG,
PY,
PE,
PH,
PN,
PL,
PT,
QA,
CM,
RE,
RO,
RU,
RW,
BL,
SH,
KN,
LC,
MF,
PM,
WS,
SM,
ST,
SA,
SN,
RS,
SC,
SL,
SG,
SX,
SK,
SI,
SB,
SO,
ZA,
GS,
KR,
SS,
ES,
LK,
VC,
SD,
SR,
SJ,
SE,
CH,
SY,
TW,
TJ,
TZ,
TH,
TL,
TG,
TK,
TO,
TT,
TA,
TN,
TR,
TM,
TC,
TV,
UG,
UA,
AE,
GB,
US,
UM,
UY,
UZ,
VU,
VE,
VN,
VG,
WF,
EH,
YE,
ZM,
ZW,
ZZ,
$UNKNOWN
country
string
firstName
string
name
string
provinceCode
string
province
string
zip
string
formatted
string[]
validationResultSummary
enum<string>
Available options:
NO_ISSUES,
ERROR,
WARNING,
$UNKNOWN