Skip to main content
GET
/
subscriptions
/
cp
/
api
/
delivery-profiles
/
get-locations
List delivery profile locations
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/delivery-profiles/get-locations
[
  {
    "id": "<string>",
    "name": "<string>",
    "pickupEnabled": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.appstle.com/llms.txt

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

Response

200 - */*

OK

id
string
name
string
pickupEnabled
boolean