Order


This section manage POST Checkout Cart.



get_order_items


This request lists all orders that meet the search terms.

The request is devided into two parts

  • search:  In which are inserted the search parameters
    Note:The parameters will be devided with AND, then define for example id_order for the best search result.

  • display: In which you define what fields you want to see in the results. By default all fields are visible.



get_shipping_company


This call show all shipping company available.



update_user_order


This request allows you to edit the shipment addres and other data BEFORE the order has been processed by the logistics - before the second phase.



update_order_status


This request provide the update of the order status.


There are two possible outcomes:


Order_status = 0

  • The order is New.
  • The logistics don't see the order
  • It is possible to change the shipment address or other data before the logistics completes the order


Order_status = 1

  • The order has the status Ready.
  • The logistics can see the order
  • It is possible to change the shipment address or other BUT after the logistics acknowledgement  to prevent possible problems.


Order_status = 2

  • The order has the status Logistic Locked.
  • Logistics has exclusive order control and places it in the works.
  • Shipment address and other data can not be changed anymore
  • The order status can not be changed
  • The following information is presented: Name of courier and tracking number



Order_status = 3

  • The order has the status Order Shipped
  • The end user data can not be modified
  • The state is no longer editable
  • Carrier and its tracking number are inserted into order.


Order_status = 4

  • The order has the status Order Shipped with Zero Items
  • The end user data can not be modified
  • The state is no longer editable
  • This status indicates that the order is not evadibile


The order status has no influence on the main store, this means after confirming the order with the checkout from the basket the logistics will proceed and will take responsibility to complete the order, including changing the order status to FINAL - Shipped. Also the billing of the products will be seperate and regardless of the order status.



add_internal_message_order


This request will add an internal message to the order if needed in base_64.





































Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily