1. Orders
Fodimi
  • Clients
    • Get list
      GET
    • Get client details
      GET
    • Get client orders list
      GET
    • Get client history
      GET
    • Update client details
      PUT
    • Create client
      GET
  • Orders
    • Get Order Details
      GET
    • Get orders list
      GET
    • Change order status
      PUT
  • Menu
    • Get menu
      GET
    • Update Product visibility
      PUT
  • Schemas
    • Clients
      • Client list response
      • Client details response
      • Client history logs
    • Orders
      • Order list response
      • Order response
      • Order detailed response
      • Order product response
  1. Orders

Order product response

{
    "id": 0,
    "external_id": "string",
    "product_id": 0,
    "cross_selling_rule_id": 0,
    "quantity": 0,
    "name": "string",
    "fiscal_name": "string",
    "comments": "string",
    "internal_comments": "string",
    "variant_name": "string",
    "addon_items": [
        "string"
    ],
    "inventory": [
        "string"
    ],
    "subtotal": 0,
    "price_discounted_by_general_discount": 0,
    "manual_subtotal_change": 0,
    "manual_discount": 0,
    "discount_id": 0,
    "discount_name": "string",
    "packages_price": 0,
    "environmental_fees": [
        "string"
    ],
    "environmental_fee_types": "string",
    "vat_rate": "string",
    "tax_amount": 0,
    "net_amount": 0,
    "concession_type": "string",
    "coupon_id": 0,
    "is_grouped": true,
    "serving_order": 0,
    "price_per_kg": 0,
    "created_at": "string",
    "activated_coupon_id": 0,
    "order_coupon_id": 0,
    "weight": 0,
    "is_half_and_half": true
}
Built with