Skip to main content
POST
/
v1
/
orders
{
  "orderId": "0000012194-081101",
  "accountId": "10",
  "account": "Fire App",
  "source": "App",
  "platform": "Android",
  "createdAt": "2022-11-02 08:14:00",
  "channelId": "1",
  "channelName": "Domicilio App",
  "selectedShippingMethod": "delivery",
  "accumulatePoints": true,
  "redeemPoints": false,
  "stock": false,
  "discount": false,
  "orderComment": "No onions please",
  "client": {
    "uid": "Bwsyaszx36b5UXXdqFDFBi6ki7j1",
    "name": "Jane",
    "lastName": "Doe",
    "phone": "0972241639",
    "email": "jane.doe@example.com",
    "govIdType": "DNI",
    "govIdNumber": "1751930486",
    "id": "402399"
  },
  "store": {
    "id": 10,
    "name": "Gran Santa Fe",
    "code": "T001",
    "vendorId": 8,
    "vendorName": "Blue Co",
    "latitude": "-2.32423423",
    "longitude": "-80.21312312"
  },
  "order": {
    "products": [
      {
        "productId": "991117",
        "product": "Classic Burger",
        "quantity": 1,
        "price": {
          "unitPrice": {
            "currencyCode": "USD",
            "subtotalWithoutTaxes": "7.7826",
            "discountPercentage": "0.0000",
            "discountsValue": "0.0000",
            "subtotalIncludeDiscounts": "7.7826",
            "taxesPercentage": "15.0000",
            "taxValue": "1.1739",
            "total": "8.9900",
            "suggestedPrice": "8.9900"
          },
          "totalPrice": {
            "currencyCode": "USD",
            "subtotalWithoutTaxes": "7.7826",
            "discountPercentage": "0.0000",
            "discountsValue": "0.0000",
            "subtotalIncludeDiscounts": "7.7826",
            "taxesPercentage": "15.0000",
            "taxValue": "1.1739",
            "total": "8.9900",
            "suggestedPrice": "8.9900"
          }
        },
        "modifierGroups": [],
        "additionalInfo": {}
      }
    ],
    "stock": []
  },
  "shippingMethod": {
    "delivery": {
      "deliveryDate": "2022-11-02 08:45:00",
      "latitude": "-2.2244266",
      "longitude": "-80.9044868",
      "country": "Ecuador",
      "city": "Guayaquil",
      "mainStreet": "Av. Principal 123",
      "reference": "Grey house",
      "zipCode": "090101"
    }
  },
  "payments": {
    "totals": [
      {
        "currencyCode": "USD",
        "subtotalWithoutTaxes": "7.7826",
        "discountPercentage": "0.0000",
        "discountsValue": "0.0000",
        "subtotalIncludeDiscounts": "7.7826",
        "taxesPercentage": "15.0000",
        "taxValue": "1.1739",
        "total": "8.9900"
      }
    ],
    "shippingCost": [],
    "extraCharges": [],
    "discounts": [],
    "taxes": [
      {
        "name": "IVA 15%",
        "currencyCode": "USD",
        "subtotalWithoutTaxes": "7.7826",
        "percentage": "15.0000",
        "total": "1.1739"
      }
    ],
    "paymentMethods": [
      {
        "processor": "Kushki",
        "currencyCode": "USD",
        "paymentMethodCode": "2",
        "transactionType": "credit",
        "transactionId": "049258058662543450",
        "transactionStatus": "APPROVED",
        "exactPayment": true,
        "totalBill": "8.9900"
      }
    ]
  },
  "additionalInfo": {}
}
{
  "id": "fire_order_abc",
  "orderId": "0000012194-081101",
  "status": "received",
  "createdAt": "2025-01-15T14:30:00Z"
}
orderId
string
required
Unique order identifier from your system.
accountId
string
required
Account identifier.
account
string
Account display name.
source
string
required
Order origin. Examples: App, Kiosco.
platform
string
Client platform. Examples: Android, iOS, Web.
createdAt
string
required
Order creation timestamp. Format: YYYY-MM-DD HH:mm:ss.
channelId
string
required
Fire sales channel ID. Obtain from GET /sales-channels.
channelName
string
Channel display name.
selectedShippingMethod
string
required
Shipping method selected by the customer. Values: delivery, pickup.
accumulatePoints
boolean
Whether the customer is accumulating loyalty points on this order.
redeemPoints
boolean
Whether the customer is redeeming loyalty points on this order.
stock
boolean
Whether stock validation applies to this order.
discount
boolean
Whether discounts are applied on this order.
orderComment
string
General comment from the customer for the entire order.
client
object
required
Customer information.
store
object
required
Store where the order is placed.
order
object
required
Order contents.
shippingMethod
object
required
Shipping details depending on selectedShippingMethod.
payments
object
required
Payment breakdown.
marketing
object
Loyalty and coupon information.
additionalInfo
object
Extra order-level metadata (e.g. kiosk IP address).

Price object

The following fields appear in price objects throughout the payload (unitPrice, totalPrice):
FieldTypeDescription
currencyCodestringISO 4217 currency code (e.g. USD)
totalBeforeSalestringPrice before any sale pricing
subtotalWithoutTaxesstringSubtotal excluding taxes
discountPercentagestringDiscount percentage applied
discountsValuestringDiscount amount
subtotalIncludeDiscountsstringSubtotal after discounts, before taxes
taxesPercentagestringTax percentage
taxValuestringTax amount
totalstringFinal total
suggestedPricestringOriginal suggested price
{
  "orderId": "0000012194-081101",
  "accountId": "10",
  "account": "Fire App",
  "source": "App",
  "platform": "Android",
  "createdAt": "2022-11-02 08:14:00",
  "channelId": "1",
  "channelName": "Domicilio App",
  "selectedShippingMethod": "delivery",
  "accumulatePoints": true,
  "redeemPoints": false,
  "stock": false,
  "discount": false,
  "orderComment": "No onions please",
  "client": {
    "uid": "Bwsyaszx36b5UXXdqFDFBi6ki7j1",
    "name": "Jane",
    "lastName": "Doe",
    "phone": "0972241639",
    "email": "jane.doe@example.com",
    "govIdType": "DNI",
    "govIdNumber": "1751930486",
    "id": "402399"
  },
  "store": {
    "id": 10,
    "name": "Gran Santa Fe",
    "code": "T001",
    "vendorId": 8,
    "vendorName": "Blue Co",
    "latitude": "-2.32423423",
    "longitude": "-80.21312312"
  },
  "order": {
    "products": [
      {
        "productId": "991117",
        "product": "Classic Burger",
        "quantity": 1,
        "price": {
          "unitPrice": {
            "currencyCode": "USD",
            "subtotalWithoutTaxes": "7.7826",
            "discountPercentage": "0.0000",
            "discountsValue": "0.0000",
            "subtotalIncludeDiscounts": "7.7826",
            "taxesPercentage": "15.0000",
            "taxValue": "1.1739",
            "total": "8.9900",
            "suggestedPrice": "8.9900"
          },
          "totalPrice": {
            "currencyCode": "USD",
            "subtotalWithoutTaxes": "7.7826",
            "discountPercentage": "0.0000",
            "discountsValue": "0.0000",
            "subtotalIncludeDiscounts": "7.7826",
            "taxesPercentage": "15.0000",
            "taxValue": "1.1739",
            "total": "8.9900",
            "suggestedPrice": "8.9900"
          }
        },
        "modifierGroups": [],
        "additionalInfo": {}
      }
    ],
    "stock": []
  },
  "shippingMethod": {
    "delivery": {
      "deliveryDate": "2022-11-02 08:45:00",
      "latitude": "-2.2244266",
      "longitude": "-80.9044868",
      "country": "Ecuador",
      "city": "Guayaquil",
      "mainStreet": "Av. Principal 123",
      "reference": "Grey house",
      "zipCode": "090101"
    }
  },
  "payments": {
    "totals": [
      {
        "currencyCode": "USD",
        "subtotalWithoutTaxes": "7.7826",
        "discountPercentage": "0.0000",
        "discountsValue": "0.0000",
        "subtotalIncludeDiscounts": "7.7826",
        "taxesPercentage": "15.0000",
        "taxValue": "1.1739",
        "total": "8.9900"
      }
    ],
    "shippingCost": [],
    "extraCharges": [],
    "discounts": [],
    "taxes": [
      {
        "name": "IVA 15%",
        "currencyCode": "USD",
        "subtotalWithoutTaxes": "7.7826",
        "percentage": "15.0000",
        "total": "1.1739"
      }
    ],
    "paymentMethods": [
      {
        "processor": "Kushki",
        "currencyCode": "USD",
        "paymentMethodCode": "2",
        "transactionType": "credit",
        "transactionId": "049258058662543450",
        "transactionStatus": "APPROVED",
        "exactPayment": true,
        "totalBill": "8.9900"
      }
    ]
  },
  "additionalInfo": {}
}
{
  "id": "fire_order_abc",
  "orderId": "0000012194-081101",
  "status": "received",
  "createdAt": "2025-01-15T14:30:00Z"
}