OpenAPI documentation for Fluid's SDK API
E-mail support@fluid.app
License MIT
OpenAPI documentation for Fluid's SDK API
curl -i -X POST \ 'https://fluid-commerce.redocly.app/_mock/docs/apis/public/api/public/v2025-06/products/{slug}' \ -H 'Content-Type: application/json' \ -d '{ "metadata": { "fluid_shop": "myshop", "fluid_session": "fs_szwdDuRbqEe7AV7sXk7vVq", "fluid_locale": "en_US", "fluid_journey": "string", "attribution": { "email": "salesrep@example.com" } } }'
product retrieved successfully
Possible values: day
, week
, month
, year
Possible values: day
, week
, month
, year
Possible values: day
, week
, month
, year
Possible values: day
, week
, month
, year
{ "status": 200, "product": { "id": 0, "title": "string", "image_url": "string", "image_path": "string", "price": "0.0", "cv": 0, "tax": "0.0", "sku": "string", "metadata": "{}", "price_in_currency": "string", "tax_in_currency": "string", "cv_in_currency": "string" }, "variants": [ { … } ], "subscription_plans": [ { … } ], "metadata": { "fluid_shop": "string", "fluid_session": "string", "fluid_locale": "en_US", "request_uuid": "a699086b-c336-457e-9191-0c825d6efbc8", "timestamp": "string" } }