POST
/
api
/
orders
/
calculate
curl --request POST \
  --url https://api-v2.vitau.mx/api/orders/calculate/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "details": [
    {
      "product": 123,
      "quantity": 16383
    }
  ],
  "zipcode": "<string>",
  "coupon": "<string>",
  "store": 123
}'
{
  "id": 123,
  "details": [
    {
      "id": 123,
      "product": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "price": "<string>",
      "subtotal": "<string>",
      "total": "<string>",
      "discount": "<string>",
      "iva": "<string>",
      "quantity": 16383,
      "order": 123
    }
  ],
  "patient": 123,
  "shipping": 123,
  "store": 123,
  "payment": 123,
  "paypal_agreement": 123,
  "payment_method": 123,
  "invoicing": 123,
  "coupon": "<string>",
  "shipping_method": 123,
  "prescriptions": [
    {
      "id": 123,
      "document": "<string>",
      "document_name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "issue_date": "2023-12-25",
      "expiring_date": "2023-12-25",
      "is_verified": true,
      "patient": 123,
      "order": 123,
      "updated_by": 123
    }
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "deleted_at": "2023-11-07T05:31:56Z",
  "insurance_refund_status": "not_started",
  "order_status": "quoted",
  "payment_status": "unpaid",
  "rejection_reason": "<string>",
  "origin": "<string>",
  "subtotal": "<string>",
  "iva": "<string>",
  "shipping_price": "<string>",
  "shipping_discount": "<string>",
  "shipping_cost": "<string>",
  "discount": "<string>",
  "total": "<string>",
  "payment_date": "2023-11-07T05:31:56Z",
  "shipping_date": "2023-11-07T05:31:56Z",
  "expected_delivery_date": "2023-11-07T05:31:56Z",
  "max_delivery_date": "2023-11-07T05:31:56Z",
  "receiving_date": "2023-11-07T05:31:56Z",
  "folio": "<string>",
  "cfdi": "<string>",
  "external_payment_id": "<string>",
  "generated_by": 123,
  "updated_by": 123,
  "reminder": 123,
  "subscription": 123
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
details
object[]
required
zipcode
string
coupon
string | null
store
integer | null

Response

201 - application/json
details
object[]
required
patient
integer
required
payment_method
integer
required
id
integer
shipping
integer | null
store
integer | null
payment
integer | null
paypal_agreement
integer
invoicing
integer | null
coupon
string
Required string length: 1 - 16
shipping_method
integer
prescriptions
object[]
created_at
string
updated_at
string
deleted_at
string | null
insurance_refund_status
enum<string>
Available options:
not_started,
missing_data,
sent_to_broker,
sent_to_insurer,
approved_by_insurer
order_status
enum<string>
Available options:
quoted,
pending_approval,
approved,
in_process,
ready,
shipped,
delivered,
cancelled,
delayed,
shortage
payment_status
enum<string>
Available options:
unpaid,
credit,
paid,
in_process,
processing,
rejected
rejection_reason
string
Minimum length: 1
origin
string
Maximum length: 20
subtotal
string
iva
string
shipping_price
string
shipping_discount
string | null
shipping_cost
string
discount
string
total
string
payment_date
string
shipping_date
string
expected_delivery_date
string
max_delivery_date
string
receiving_date
string
folio
string
Maximum length: 20
cfdi
string
Minimum length: 1
external_payment_id
string
Minimum length: 1
generated_by
integer | null
updated_by
integer | null
reminder
integer | null
subscription
integer