| Admin GraphQL | All backend CRUD operations | authenticate.admin() | | Admin REST | Legacy endpoints, specific features | authenticate.admin() | | Storefront API | Public storefront, cart, checkout | Public access token |
| singlelinetextfield | "Hello" | | multilinetextfield | "Line 1\nLine 2" | | numberinteger | "42" | | numberdecimal | "3.14" | | boolean | "true" or "false" | | date | "2024-01-15" | | datetime | "2024-01-15T10:30:00Z" | | json | "{\"key\":\"value\"}" | | url | "https://example.com" | | color | "#FF0000" |
| list.singlelinetextfield | "[\"item1\",\"item2\"]" | | productreference | "gid://shopify/Product/123" | | filereference | "gid://shopify/MediaImage/123" |
Comprehensive guide for Shopify APIs in Remix apps. Covers Admin GraphQL/REST, Storefront API, all resources (products, orders, customers, inventory, collections, discounts, fulfillments, metafields, files), bulk operations, webhooks, resource pickers, and TypeScript patterns. Use when querying/mutating Shopify data or building integrations. Source: toilahuongg/shopify-agents-kit.