Subscription Data
Get products data with pagination
Retrieves paginated product catalog data from Shopify, optionally filtered by search term, selling plans, or subscription contracts. This endpoint provides access to your store’s product catalog with subscription-specific information.
Full behavior, validation rules, and side effects
What This Endpoint Returns: Product information including:
- Product ID, title, handle, and description
- Product images and media
- Variants with pricing and availability
- Associated selling plans (subscription plans)
- Product status and tags
- Vendor and product type
Pagination: Uses cursor-based pagination for efficient data retrieval:
next=true- Get next page of resultscursor- Pagination cursor from previous response- Returns cursor for next page in response
Filtering Options:
-
Search (
searchparameter):- Search by product title, description, or SKU
- Partial matching supported
- Case-insensitive
-
Selling Plan Filter (
sellingPlanIdsparameter):- Filter products by subscription plans
- Comma-separated list of selling plan IDs
- Only returns products with specified plans
-
Contract Filter (
contractIdparameter):- Get products available for specific subscription
- Useful for product swap functionality
- Returns products compatible with contract
Use Cases:
- Display product catalog in custom subscription UI
- Build product selection for subscription creation
- Implement product swap functionality
- Search products for subscription management
- Sync product data to external systems
Authentication: Requires valid api_key parameter
GET
Get products data with pagination
Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.