Fluid Commerce APIs (1.0)

The Fluid Commerce APIs provides a comprehensive set of APIs designed to integrate Fluid's powerful services into your applications seamlessly. This bundle offers robust functionality for enhancing messaging solutions, streamlining data management, and improving customer interactions. With detailed documentation, secure authentication, and flexible integration options, the Fluid Public API Bundle is engineered to help you leverage our services efficiently and effectively, unlocking new potentials and achieving greater connectivity within your systems.

Download OpenAPI description
Overview
E-mail support@fluid.app
License MIT
Languages
Servers
Mock server
https://fluid-commerce.redocly.app/_mock/docs/apis/swagger/
Production server with company subdomain
https://{company}.fluid.app/
Local development server
http://fluid.lvh.me:{port}/

Admins

Operations

Agreements

Operations

ApplePay

Operations

Application Theme Templates

Operations

Application Themes

Operations

ApplicationThemeTemplates

Operations

Authentication

Operations

Callback Definitions

Operations

Callback Registrations

Operations

Callback Schemas

Operations

Carts

Operations

Categories

Operations

Collections

Operations

Companies

Operations

Company Admins

Operations

Company Custom Catch Ups

Operations

Company Discounts

Operations

Company Mobile Widgets

Operations

Company Pages

Operations

Pages

Operations

Company Popups

Operations

Company Settings - Checkout

Operations

Company Settings - Countries

Operations

Company Settings - Languages

Operations

Company Settings - Social Media

Operations

Company Settings - Warehouses

Operations

Company Webhook Events

Operations

Contacts

Operations

Currencies

Operations

Customer Orders

Operations

CustomerNotes

Operations

Customers

Operations

DAM Query

Operations

Dam

Operations

Default Libraries

Operations

DefaultMySites

Operations

Devices

Operations

Display Settings

Operations

Domains

Operations

Drop Zones

Operations

Droplet Categories

Operations

Droplet Installations

Operations

Droplets

Operations

Enrollment Packs

Operations

Enrollments

Operations

FairShare Order Journey

Operations

Fantasy Points

Operations

Feature Flags

Operations

File Resources

Operations

Fluid Pay

Operations

Form Elements

Operations

Forms

Operations

GlobalEmbeds

Operations

Impersonation

Operations

Inventory Levels

Operations

Labels

Operations

Metafield Definitions

Operations

Multi Factor Authentications

Operations

Multi-Factor Authentications

Operations

Notifications

Operations

Onboarding

Operations

Order Fulfillments

Operations

Orders

Operations

Payment

Operations

Payment Accounts

Operations

Payment Integrations

Operations

Payments

Operations

Paypal

Operations

Products

Operations

Prompts

Operations

Public Companies

Operations

Public Drop Zones

Operations

Ranks

Operations

Redirects

Operations

Refunds

Operations

Reps

Operations

Roles

Operations

Settings

Operations

Settings - Companies

Operations

Shares

Operations

Shop

Operations

Retrieve shop products with filtering and pagination

Request

Returns a paginated list of products from the shop with filtering and sorting capabilities.

Pagination:

  • page: Page number for pagination (default: 1)
  • count: Number of products per page (default: 10, minimum: 10)

Filtering Options:

  • search_query: Text search across product titles, SKUs, and descriptions
  • with_country_id: Filter by country ID for pricing information
  • with_category_id: Filter by specific category ID
  • by_collection: Filter by collection ID or collection title
  • with_prices: Filter by price range (format: "min-max", e.g., "10.00-100.00")
  • by_stock_available: Filter by stock availability (true/false)
  • by_language: Filter by language code (e.g., "en")

Sorting Options:

  • sorted_by: Sort order for products
    • created_at_desc: Sort by creation date (newest first)
    • created_at_asc: Sort by creation date (oldest first)
    • title_asc: Sort alphabetically by title (A-Z)
    • title_desc: Sort alphabetically by title (Z-A)
    • price_asc: Sort by price (lowest first)
    • price_desc: Sort by price (highest first)

Examples:

  • /shop.json?page=1&count=20&filterrific[sorted_by]=created_at_desc
  • /shop.json?filterrific[search_query]=shirt&filterrific[with_prices]=10.00-50.00
  • /shop.json?filterrific[with_category_id]=1&filterrific[by_stock_available]=true
  • /shop.json?filterrific[with_country_id]=1&filterrific[by_language]=en
Query
pageinteger

Page number for pagination

Default 1
countinteger

Number of products per page (minimum 10)

Default 10
filterrific[sorted_by]string

Sort order for products

Enum"created_at_desc""created_at_asc""title_asc""title_desc""price_asc""price_desc"
filterrific[search_query]string

General search query by title, sku, and description

filterrific[with_country_id]integer

Filter by country ID for pricing

Example: filterrific[with_country_id]=1
filterrific[with_category_id]integer

Filter by category ID

Example: filterrific[with_category_id]=1
filterrific[by_collection]integer

Filter by collection ID or collection title

Example: filterrific[by_collection]=1
filterrific[with_prices]string

Filter by price range (format: min-max)

Example: filterrific[with_prices]=10.00-100.00
filterrific[by_stock_available]boolean

Filter by stock availability

Example: filterrific[by_stock_available]=true
filterrific[by_language]string

Filter by language code

Example: filterrific[by_language]=en
curl -i -X GET \
  'https://fluid-commerce.redocly.app/_mock/docs/apis/swagger/shop.json?count=10&filterrific%5Bby_collection%5D=0&filterrific%5Bby_language%5D=string&filterrific%5Bby_stock_available%5D=true&filterrific%5Bsearch_query%5D=string&filterrific%5Bsorted_by%5D=created_at_desc&filterrific%5Bwith_category_id%5D=0&filterrific%5Bwith_country_id%5D=0&filterrific%5Bwith_prices%5D=string&page=1'

Responses

successful

Bodyapplication/jsonArray [
idintegerrequired

Product ID

Example: 1
slugstring or null

Product slug

Example: "sample-product"
statusstring

Product status

Example: "active"
skustring or null

Product SKU

Example: "SKU-123"
upcstring or null

UPC code

Example: "123456789012"
hs_codestring or null

HS code

Example: "1234.56"
image_urlstring or null

Product image URL

Example: "https://example.com/image.jpg"
compressed_image_urlstring or null

Compressed image URL

Example: "https://example.com/compressed.jpg"
image_pathstring or null

Image path

Example: "/images/product.jpg"
external_urlstring or null

External URL

Example: "https://external.com"
tax_category_idinteger or null

Tax category ID

Example: 1
publicboolean

Is product public

Example: true
in_stockboolean

Is product in stock

Example: true
keep_sellingboolean

Continue selling when out of stock

Example: false
track_quantityboolean

Track product quantity

Example: true
no_indexboolean

Exclude from search indexing

Example: false
commissionstring or null

Commission amount

Example: "5.00"
affiliate_commissionstring or null

Affiliate commission

Example: "2.50"
integration_idstring or null

Integration ID

Example: "ext-123"
external_idstring or null

External ID

Example: "external-456"
last_synced_atstring or null(date-time)

Last sync timestamp

metadataobject or null

Additional metadata

publish_to_retail_storeboolean

Publish to retail store

Example: true
publish_to_rep_storeboolean

Publish to rep store

Example: true
publish_to_share_tabboolean

Publish to share tab

Example: true
show_reviewsboolean

Show product reviews

Example: true
international_tax_typestring or null

International tax type

application_theme_template_idinteger or null

Theme template ID

updated_atstring(date-time)

Last updated timestamp

option_attrsArray of arrays

Option attributes

track_inventory_on_bundle_itemsboolean

Whether to track inventory on bundle items

activebooleanrequired

Is product active

Example: true
titlestringrequired

Product title

Example: "Sample Product"
descriptionstring or null

Product description

Example: "A great product"
introductionstring or null

Product introduction

feature_textstring or null

Feature text

strippedstring or null

Plain text description

review_countintegerrequired

Number of reviews

Example: 5
viewsintegerrequired

Number of views

Example: 100
leadsintegerrequired

Number of leads

Example: 10
pricestring or null

Product price

Example: "29.99"
share_linkstring or null

Share link URL

display_pricestring or null

Formatted display price

Example: "$29.99"
subscription_pricestring or null

Subscription price

tax_inclusive_pricestring or null

Tax inclusive price

tax_inclusive_wholesalestring or null

Tax inclusive wholesale price

tax_inclusive_subscription_pricestring or null

Tax inclusive subscription price

tax_inclusive_wholesale_subscription_pricestring or null

Tax inclusive wholesale subscription price

currency_codestring or null

Currency code

Example: "USD"
categoryobject or null

Product category

collectionsArray of objects

Product collections

tagsArray of objects

Product tags

labelobject or null

Product label

display_tagstring or null

Display tag

Example: "new"
imagesArray of objects

Product images

optionsArray of objects

Product options

variantsArray of objects

Product variants

search_engine_optimizerobject or null

SEO metadata

product_subscription_plansArray of objects

Available subscription plans

product_bundlesArray of arrays

Product bundles

tax_categoryobject or null

Tax category information

metafieldsArray of arrays

Product metafields

]
Response
application/json
[ { "id": 1, "slug": "sample-product", "status": "active", "sku": "SKU-123", "upc": "123456789012", "hs_code": "1234.56", "image_url": "https://example.com/image.jpg", "compressed_image_url": "https://example.com/compressed.jpg", "image_path": "/images/product.jpg", "external_url": "https://external.com", "tax_category_id": 1, "public": true, "in_stock": true, "keep_selling": false, "track_quantity": true, "no_index": false, "commission": "5.00", "affiliate_commission": "2.50", "integration_id": "ext-123", "external_id": "external-456", "last_synced_at": "2019-08-24T14:15:22Z", "metadata": {}, "publish_to_retail_store": true, "publish_to_rep_store": true, "publish_to_share_tab": true, "show_reviews": true, "international_tax_type": "string", "application_theme_template_id": 0, "updated_at": "2019-08-24T14:15:22Z", "option_attrs": [], "track_inventory_on_bundle_items": true, "active": true, "title": "Sample Product", "description": "A great product", "introduction": "string", "feature_text": "string", "stripped": "string", "review_count": 5, "views": 100, "leads": 10, "price": "29.99", "share_link": "string", "display_price": "$29.99", "subscription_price": "string", "tax_inclusive_price": "string", "tax_inclusive_wholesale": "string", "tax_inclusive_subscription_price": "string", "tax_inclusive_wholesale_subscription_price": "string", "currency_code": "USD", "category": {}, "collections": [], "tags": [], "label": {}, "display_tag": "new", "images": [], "options": [], "variants": [], "search_engine_optimizer": {}, "product_subscription_plans": [], "product_bundles": [], "tax_category": {}, "metafields": [] } ]

Subscription Plans

Operations

Subscriptions

Operations

System Monitoring

Operations

Tags

Operations

Tax Categories

Operations

Tracking Informations

Operations

Tree Nodes

Operations

Trees

Operations

Users

Operations

Variant Countries

Operations

Variants

Operations

Webhook Schemas

Operations

Webhooks

Operations