ShopifyShops
shopifyShops
Authorizations
Query parameters
pageIndexnumber · int32Optional
Page number to return, starting with zero
pageSizenumber · int32Optional
Number of records per page (default 100)
orderByFieldstringOptional
Field name to order by (or comma separated names)
pageNoLimitstringOptional
If true don't limit page size (no pagination)
dependentLevelsnumber · int32Optional
Levels of dependent child records to include
shopIdstringOptional
shopifyShopIdstringOptional
productStoreIdstringOptional
namestringOptional
emailstringOptional
phonestringOptional
shopOwnerstringOptional
timezonestringOptional
planNamestringOptional
domainstringOptional
myshopifyDomainstringOptional
primaryLocationIdstringOptional
weightUnitstringOptional
currencystringOptional
countryCodestringOptional
shopifyConfigIdstringOptional
shopifyConfigNamestringOptional
accessScopeEnumIdstringOptional
apiVersionstringOptional
webSiteIdstringOptional
facilityIdenTypeIdstringOptional
Deprecated filed
apiUrlstringOptional
usernamestringOptional
currentPasswordstringOptional
accessTokenstringOptional
sharedSecretstringOptional
Secrets are used to validate the integrity of webhooks
processRefundstringOptional
Responses
200
Success
application/json
401
Authentication required
403
Access Forbidden (no authz)
404
Value Not Found
429
Too Many Requests (tarpit)
500
General Error
get
GET /rest/s1/available-to-promise/shopifyShops HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "co.hotwax.shopify.ShopifyShopAndConfig",
"shopId": "text",
"shopifyShopId": "text",
"productStoreId": "text",
"name": "text",
"email": "text",
"phone": "text",
"shopOwner": "text",
"timezone": "text",
"planName": "text",
"domain": "text",
"myshopifyDomain": "text",
"primaryLocationId": "text",
"weightUnit": "text",
"currency": "text",
"countryCode": "text",
"shopifyConfigId": "text",
"shopifyConfigName": "text",
"accessScopeEnumId": "text",
"apiVersion": "text",
"webSiteId": "text",
"facilityIdenTypeId": "text",
"apiUrl": "text",
"username": "text",
"currentPassword": "text",
"accessToken": "text",
"sharedSecret": "text",
"processRefund": "text"
}
]
Was this helpful?