Adds or updates a one-time product for a specific subscription contract’s upcoming billing attempt.
curl --request PUT \
--url https://www.myshop.com/apps/memberships/cp/api/subscription-contract-one-offs-by-contractId-and-billing-attempt-id[
{
"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.
OK
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 PUT \
--url https://www.myshop.com/apps/memberships/cp/api/subscription-contract-one-offs-by-contractId-and-billing-attempt-id[
{
"shop": "my-store.myshopify.com",
"id": 789,
"billingAttemptId": 123,
"subscriptionContractId": 123,
"variantId": 123,
"variantHandle": "<string>"
}
]