Queries
Products
Fields
Retrieve a product
Arguments
curl -X POST \
-H "Authorization: Bearer <Replace this with your API Key>" \
-H "Content-Type: application/json" \
-d '{"query": "{ product(id:\"<Your product id>\") { id handle } }" }' \
https://app.packdigital.com/graphqlList all products
Arguments
Groups
Fields
Retrieve a group
Arguments
List all groups
Arguments
Bundles
Fields
Retrieve a bundle
Arguments
List all bundles
Last updated