cURL
curl --request GET \ --url https://unified-api.creatorcommerce.shop/creators/{creatorId}/drops/{dropId}/cart \ --header 'Authorization: Bearer <token>'
{ "data": { "cartUrl": "https://cc-goaff-sandbox.myshopify.com/cart/48659261522232:1?access_token=1fe8e5cf1f9cb6e8e494cd6599e19acf&attributes[cc-creator-id]=67a92b7cc7825fe4342e0fb5&attributes[cc-creator-handle]=keion1bron&attributes[cc-campaign-id]=67a926aae91287a8ffe066b7&discount=fvfvfvfrvrfvrv" } }
Generates a checkout URL for a specific drop with all products added to cart
Bearer token authentication (JWT)
The creator ID
"67a92b7cc7825fe4342e0fb5"
The drop ID
"67a9390b6cc51f6c4e878db1"
Successfully generated checkout URL
Show child attributes