Endpoints and requests
Direct all requests to the app proxy on your myshopify.com domain.
https://{store_name}.myshopify.com/apps/gcf/api/{resource}
There are 4 different endpoints for creating and updating gift cards
POST https://{store_name}.myshopify.com/apps/gcf/api/gift_card
PUT https://{store_name}.myshopify.com/apps/gcf/api/gift_card/{gift_card_id}
GET https://{store_name}.myshopify.com/apps/gcf/api/gift_card/{gift_card_id}
GET https://{store_name}.myshopify.com/apps/gcf/api/gift_card?last_characters={last-characters}&email={email}
Last updated