API
POST /v1/link/abc123/duplicate HTTP/1.1 Host: api.checkoutlinks.com Authorization: Bearer <TOKEN> X-Shopify-Shop: yourshop.myshopify.com Content-Type: application/json
{ "status": "success", "message": "Link duplicated successfully", "data": { "shortcode": "xyz789", "slug": "xyz789", "name": "Holiday Sale Link (Copy)", "status": "draft", "type": "regular", "url": "https://yourshop.com/xyz789" } }
Duplicate an existing checkout link by handle.
Bearer <token>
yourshop.myshopify.com