Retrieves all one-time product additions scheduled for upcoming orders of a specific membership contract. One-offs are products added to a single billing cycle without affecting the recurring subscription items.
Key Information Returned:
One-Off Item Data:
Use Cases:
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-contract-one-offs-by-contractId[
{
"shop": "my-store.myshopify.com",
"id": 789,
"billingAttemptId": 123,
"subscriptionContractId": 123,
"variantId": 123,
"variantHandle": "<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.
API Key (Deprecated - Use Header X-API-Key instead)
Subscription contract ID
One-off items successfully retrieved
Shop domain identifier
"my-store.myshopify.com"
Unique identifier of the one-off item
789
Associated billing attempt ID
Associated subscription contract ID
Shopify product variant ID of the one-off item
Product variant handle for the one-off item
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-contract-one-offs-by-contractId[
{
"shop": "my-store.myshopify.com",
"id": 789,
"billingAttemptId": 123,
"subscriptionContractId": 123,
"variantId": 123,
"variantHandle": "<string>"
}
]