OpenAPI documentation for Fluid's SDK API
E-mail support@fluid.app
License MIT
OpenAPI documentation for Fluid's SDK API
curl -i -X GET \ 'https://docs.fluid.app/_mock/docs/apis/public/api/public/v2025-06/orders/{token}'
{ "order": { "id": 0, "currency_symbol": "string", "currency_code": "string", "order_number": "string", "note": "string", "company_logo_url": "string", "created_at": "string", "customer": "string", "email": "string", "total": "string", "total_in_currency": "string", "subtotal": "90.00", "sub_total": "90.00", "sub_total_in_currency": "$90.00", "tax": "2.00", "tax_in_currency": "$2.00", "token": "fo_abcdefgh1234", "discount": "3.00", "discount_in_currency": "$3.00", "refundable_amount": 10.5, "shipping": "$11.00", "shipping_in_currency": { … }, "payment_status": "string", "enrollment_token": "string", "enrollment_pack": { … }, "fulfillment_status": "string", "delivery_status": "string", "delivery_method": "string", "delivery_date": "2023-07-29", "channel": "string", "tags": "string", "items_count": 0, "items": [ … ], "activities": [ … ], "shipping_method": { … }, "payment_details": { … }, "primary_domain_hostname": "fluid.com", "company_subdomain": "myco", "shipping_total": "0.0", "shipping_total_for_display": "Free", "ship_to": { … }, "bill_to": { … }, "company": { … }, "metadata": {} }, "meta": { "request_id": "string", "timestamp": "string", "shop_url": "string" } }