Skip to main content
GET
/
subscriptions
/
cp
/
api
/
shop-infos-by-current-login
Get shop info for the currently signed-in shop
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/shop-infos-by-current-login
{
  "shop": "<string>",
  "shopId": 123,
  "passwordEnabled": true,
  "allowLocalDelivery": true,
  "allowLocalPickup": true,
  "fordeerEnabled": true,
  "enableChangeFromNextBillingDate": true,
  "useStorefrontAPI": true,
  "looxReviewsEnabled": true,
  "changeNextOrderDateOnBillingAttempt": true,
  "regenerateScheduleOnManualAttempt": true,
  "localOrderHour": 123,
  "localOrderMinute": 123,
  "ianaTimeZone": "<string>",
  "appstleLoyaltyIntegrated": true,
  "allowShipping": true,
  "appstleBundleIntegrated": true
}

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

shop
string
shopId
integer<int64>
passwordEnabled
boolean
buildBoxVersion
enum<string>
Available options:
V1,
V2,
V2_IFRAME
allowLocalDelivery
boolean
allowLocalPickup
boolean
fordeerEnabled
boolean
enableChangeFromNextBillingDate
boolean
useStorefrontAPI
boolean
looxReviewsEnabled
boolean
changeNextOrderDateOnBillingAttempt
boolean
regenerateScheduleOnManualAttempt
boolean
customerPortalMode
enum<string>
Available options:
IFRAME,
NO_IFRAME,
V3,
V3_IFRAME
localOrderHour
integer<int32>
localOrderMinute
integer<int32>
ianaTimeZone
string
appstleLoyaltyIntegrated
boolean
allowShipping
boolean
appstleBundleIntegrated
boolean