Retrieves detailed information about a specific product swap automation configuration. This endpoint returns complete details about the source products, destination products, swap triggers, and all associated settings.
Response Details:
Source and Destination Variants: Both source and destination variants are returned as JSON strings containing:
Swap Timing:
Discount Handling:
Authentication: Requires valid X-API-Key header
curl --request GET \
--url https://subscription-admin.appstle.com/api/external/v2/product-swaps/{id}{
"id": 10782,
"shop": "example-shop.myshopify.com",
"sourceVariants": "[{\"id\":12345,\"displayName\":\"Summer Blend Coffee - 12oz\",\"imageSrc\":\"https://cdn.shopify.com/files/1/0000/0000/products/summer-blend.jpg\",\"quantity\":2,\"price\":\"29.99\"}]",
"destinationVariants": "[{\"id\":67890,\"displayName\":\"Fall Blend Coffee - 12oz\",\"imageSrc\":\"https://cdn.shopify.com/files/1/0000/0000/products/fall-blend.jpg\",\"quantity\":2,\"price\":\"29.99\"}]",
"updatedFirstOrder": false,
"checkForEveryRecurringOrder": false,
"name": "Seasonal Coffee Rotation",
"description": "Automatically swap to seasonal blend at cycle 4",
"forBillingCycle": 4,
"carryDiscountForward": true,
"stopSwapEmails": false,
"discountCarryForward": "PERCENTAGE",
"active": true,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z",
"contractsAffected": 145
}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
Product swap successfully retrieved
NONE, EXISTING_PLAN, PRODUCT_PLAN, PRODUCT_THEN_EXISTING curl --request GET \
--url https://subscription-admin.appstle.com/api/external/v2/product-swaps/{id}{
"id": 10782,
"shop": "example-shop.myshopify.com",
"sourceVariants": "[{\"id\":12345,\"displayName\":\"Summer Blend Coffee - 12oz\",\"imageSrc\":\"https://cdn.shopify.com/files/1/0000/0000/products/summer-blend.jpg\",\"quantity\":2,\"price\":\"29.99\"}]",
"destinationVariants": "[{\"id\":67890,\"displayName\":\"Fall Blend Coffee - 12oz\",\"imageSrc\":\"https://cdn.shopify.com/files/1/0000/0000/products/fall-blend.jpg\",\"quantity\":2,\"price\":\"29.99\"}]",
"updatedFirstOrder": false,
"checkForEveryRecurringOrder": false,
"name": "Seasonal Coffee Rotation",
"description": "Automatically swap to seasonal blend at cycle 4",
"forBillingCycle": 4,
"carryDiscountForward": true,
"stopSwapEmails": false,
"discountCarryForward": "PERCENTAGE",
"active": true,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z",
"contractsAffected": 145
}