Product
<div class="gql-main">
ProductType fields
-
autoshipByDefault Boolean! Non-null
-
autoshipEnabled Boolean! Non-null
-
created DateTime
-
detailUrl String
-
discontinued Boolean! Non-null
-
every Int
-
everyPeriod Int
-
externalProductId String! Non-null
-
extraData String
-
groups [ProductGroupType!]! Non-null Show fields
ProductGroupType fields-
groupType String! Non-null
-
name String! Non-null
-
-
imageUrl String
-
lastUpdate DateTime
-
live Boolean! Non-null
-
name String
-
prepaidEligible Boolean! Non-null
-
price Decimal! Non-null
-
productType String! Non-null
-
sku String! Non-null
-
swappableProducts [SwappableProductType!]! Non-null Show fields
SwappableProductType fields-
autoshipByDefault Boolean! Non-null
-
autoshipEnabled Boolean! Non-null
-
created DateTime
-
detailUrl String
-
discontinued Boolean! Non-null
-
every Int
-
everyPeriod Int
-
externalProductId String! Non-null
-
extraData String
-
groups [ProductGroupType!]! Non-null Show fields
ProductGroupType fields-
groupType String! Non-null
-
name String! Non-null
-
-
imageUrl String
-
lastUpdate DateTime
-
live Boolean! Non-null
-
name String
-
prepaidEligible Boolean! Non-null
-
price Decimal! Non-null
-
productType String! Non-null
-
sku String! Non-null
-
<div class="gql-sidebar">
<div class="gql-sidebar-inner">
-
Get subscription details by orderorder
Show query
Retrieve complete subscription details from order
querycurlconstconstimportdata = response.json() -
Get order with applied discountsorder
Show query
Order totals and line items with applied coupons and incentives
querycurlconstconstimportdata = response.json() -
Get prepaid subscription status by orderorder
Show query
Check prepaid subscription progress for each line item
querycurlconstconstimportdata = response.json() -
List recent orders for a customerorders
Show query
Retrieve a customer's order history with basic info
querycurlconstconstimportdata = response.json() -
Get subscription details by customerorders
Show query
Detailed orders by customer
querycurlconstconstimportdata = response.json() -
Get subscription details by subscriptionorders
Show query
Retrieve orders for a specific subscription with line item details
querycurlconstconstimportdata = response.json() -
Get subscription overviewsubscription
Show query
Basic subscription info with product details
querycurlconstconstimportdata = response.json() -
Get subscription for account managementsubscription
Show query
Full subscription details for editing customer, shipping, and payment
querycurlconstconstimportdata = response.json() -
Get bundle subscription componentssubscription
Show query
Retrieve a subscription's bundle components with product details
querycurlconstconstimportdata = response.json() -
List customer subscriptionssubscriptions
Show query
Retrieve all subscriptions for a customer with product info
querycurlconstconstimportdata = response.json() -
List subscriptions with delivery detailssubscriptions
Show query
Subscriptions with shipping address and payment info
querycurlconstconstimportdata = response.json() -
List subscriptions with prepaid statussubscriptions
Show query
Subscriptions with prepaid context for tracking remaining orders
querycurlconstconstimportdata = response.json()

