Passa al contenuto principale

What is an order?

The basic entity in isendu is order.

Each order must include the basic data necessary for the proper handling of the fulfillment of the order shipment.

The basic fields are:

fieldtypedescription
statusenumrepresents the status of order
storeOrderIdstringthe public id of the order being viewed by the customer
storeInternalOrderIdstringoptional internal order id, such as database sequence id
storeCreationDatestringorder creation date in ISO format
totalnumbertotal order cost
shippingTotalnumbertotal order cost including shipping costs
currencystringwhat else?
shippingMethodstringname of shipping method
paymentMethodstringname of payment method
codbooleanis a cash on delivery order when is true

Other crucial information includes:

  • Order items
  • Shipping information
Important

After the order is created, it is not possible to modify it. Except for the status, items data, totals and COD.