Orders section lets you to manage your orders, process the shipment, manage returns and refunds.
| Name | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| _id Type: string Read Only Required | The unique identifier for the orders. This one is used for API purposes. | ||||||||||||||||||||||||||||||
| additional_charges Type: array Read Only Required | It is an array of object containing details of additional charges. Example:  | ||||||||||||||||||||||||||||||
| billing_address Type: object | The billing address associated with the payment method. This address is an optional field that will not be available on orders that do not require one. Example: 
 | ||||||||||||||||||||||||||||||
| client_details Type: object Read Only | This object contain the detail of client system . These details is gathered for navigator object of javascript . Example:  | ||||||||||||||||||||||||||||||
| coupon_code Type: string | This contain the code applied by user in order to avial some sort of discount. Example: Get 100 | ||||||||||||||||||||||||||||||
| currency Type: object Read Only | It is object containing name and conversion_rate of currency Example:  | ||||||||||||||||||||||||||||||
| currency_code Type: string Read Only | This contain the ISO-3 Currency code of cart. Example: USD | ||||||||||||||||||||||||||||||
| currency_rate Type: string Read Only | This contain the conversion rate of the currency of the currency code. Example: 0.14 | ||||||||||||||||||||||||||||||
| discounts Type: array Read Only | It is an array of object containing details of cart level discounts. Example: 
 | ||||||||||||||||||||||||||||||
| ecoupon Type: object Read Only | This is a deprecated object contain the coupon code and discount associated with it. Example: 
 | ||||||||||||||||||||||||||||||
| email Type: string | This field contain email id of customer. Example: | ||||||||||||||||||||||||||||||
| financial_status Type: string | This field show the status of payment at various stages. Possible values are : Pending = This indicate that payment for order is still not pending. Paid = This indicate that payment for order is made. Example: pending | ||||||||||||||||||||||||||||||
| items Type: array | It is an array of object which stores details of product in cart. Example: 
 | ||||||||||||||||||||||||||||||
| item_count Type: string Required | This field contain the total  number of items in order. | ||||||||||||||||||||||||||||||
| invoice_number Type: string | This field has the invoice number associated with order. This field can be populated by admin incase admin has selected manual invoice number generation in settings. | ||||||||||||||||||||||||||||||
| language Type: string Required | This field has the current language of website if store support multiple languages. | ||||||||||||||||||||||||||||||
| metafields Type: string Required | This field is an object and contain the additional information inserted programatticaly . | ||||||||||||||||||||||||||||||
| options Type: string | This field is an object and contain addtional information inserted by user , limited by store owner. Ex. delivery slot , delivery date etc. | ||||||||||||||||||||||||||||||
| order_id Type: string | This is unique id of order, which made up of two parts: prefix : will be retrived from settings order id prefix sequence number : It is auto generated numeric sequence OID100 OID : prefix 100 : sequence number | ||||||||||||||||||||||||||||||
| payment_method Type: object | This field is an object contain the inforamtion of payment method used for placing order on the cart. Example: 
 | ||||||||||||||||||||||||||||||
| shipping_address Type: object Required | This field holds address at which order is to be shipped. Example: 
 | ||||||||||||||||||||||||||||||
| sub_total Type: number Read Only | This field contain total summation of all item's total present in order. | ||||||||||||||||||||||||||||||
| shipping_total Type: number Read Only | This field contain the total shipping charges applied on order. | ||||||||||||||||||||||||||||||
| shipping_method Type: object | This field is an object contain the inforamtion of shipping method used for placing order on the cart. Example: 
 | ||||||||||||||||||||||||||||||
| status Type: string | This field show the status of order at various stages. possible values : Open = this indicate that order is placed with any of the payment mode . Closed = This inicate that order is completed in all respect. Cancled = This indicate that order is cancelled be user or admin. | ||||||||||||||||||||||||||||||
| total Type: number Read Only | This field contain total amount payable/paid for order. | ||||||||||||||||||||||||||||||
| taxes_total Type: number Read Only | This field contain the total tax amount charged on cart. | ||||||||||||||||||||||||||||||
| total_weight Type: string Read Only | This field carry summation of weight of all items in cart. | ||||||||||||||||||||||||||||||
| txn_id Type: string Read Only | This field has unique identifier which is used for making payment. | ||||||||||||||||||||||||||||||
| user_id Type: string Read Only | This field has the unique id of user placed the order. | ||||||||||||||||||||||||||||||
| taxes Type: array | Array of taxes applicable on the order. Example: 
 | ||||||||||||||||||||||||||||||
| cart_id Type: string | ID of the cart for which the order was generated. | ||||||||||||||||||||||||||||||
| discounts_total Type: number | Total discount value applied on the order. | ||||||||||||||||||||||||||||||
| fulfillments Type: array | Details of shipment like tracking_number, logistics company, etc of a shipped order. | ||||||||||||||||||||||||||||||
| balance_amount Type: number | Amount to be received from the customer for the order. | ||||||||||||||||||||||||||||||
| seller Type: string | ID of the order's seller. | ||||||||||||||||||||||||||||||
| fulfillment_status Type: string | 
| Name | Routes | 
|---|---|
| add | post /api/1/entity/ms.orders TRY IT ! | 
| list | get /api/1/entity/ms.orders TRY IT ! | 
| get | get /api/1/entity/ms.orders/{_id} TRY IT ! | 
| delete | delete /api/1/entity/ms.orders/{_id} TRY IT ! | 
| resendEmail | get /api/1/entity/ms.orders/{_id}/_/resendEmail TRY IT ! | 
| additionalInfo | put /api/1/entity/ms.orders/{_id}/_/additionalInfo TRY IT ! | 
| cancelOrder | put /api/1/entity/ms.orders/_/cancelOrder TRY IT ! | 
| exportOrderTally | put /api/1/entity/ms.orders/_/exportOrderTally TRY IT ! | 
| markAsShipped | put /api/1/entity/ms.orders/_/markAsShipped TRY IT ! | 
| changeAddress | put /api/1/entity/ms.orders/_/changeAddress TRY IT ! | 
| addTransactions | put /api/1/entity/ms.orders/_/addTransactions TRY IT ! | 
Orders section lets you to manage your orders, process the shipment, manage returns and refunds.
| Name | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| _id Type: string Read Only Required | The unique identifier for the orders. This one is used for API purposes. | ||||||||||||||||||||||||||||||
| additional_charges Type: array Read Only Required | It is an array of object containing details of additional charges. Example:  | ||||||||||||||||||||||||||||||
| billing_address Type: object | The billing address associated with the payment method. This address is an optional field that will not be available on orders that do not require one. Example: 
 | ||||||||||||||||||||||||||||||
| client_details Type: object Read Only | This object contain the detail of client system . These details is gathered for navigator object of javascript . Example:  | ||||||||||||||||||||||||||||||
| coupon_code Type: string | This contain the code applied by user in order to avial some sort of discount. Example: Get 100 | ||||||||||||||||||||||||||||||
| currency Type: object Read Only | It is object containing name and conversion_rate of currency Example:  | ||||||||||||||||||||||||||||||
| currency_code Type: string Read Only | This contain the ISO-3 Currency code of cart. Example: USD | ||||||||||||||||||||||||||||||
| currency_rate Type: string Read Only | This contain the conversion rate of the currency of the currency code. Example: 0.14 | ||||||||||||||||||||||||||||||
| discounts Type: array Read Only | It is an array of object containing details of cart level discounts. Example: 
 | ||||||||||||||||||||||||||||||
| ecoupon Type: object Read Only | This is a deprecated object contain the coupon code and discount associated with it. Example: 
 | ||||||||||||||||||||||||||||||
| email Type: string | This field contain email id of customer. Example: | ||||||||||||||||||||||||||||||
| financial_status Type: string | This field show the status of payment at various stages. Possible values are : Pending = This indicate that payment for order is still not pending. Paid = This indicate that payment for order is made. Example: pending | ||||||||||||||||||||||||||||||
| items Type: array | It is an array of object which stores details of product in cart. Example: 
 | ||||||||||||||||||||||||||||||
| item_count Type: string Required | This field contain the total  number of items in order. | ||||||||||||||||||||||||||||||
| invoice_number Type: string | This field has the invoice number associated with order. This field can be populated by admin incase admin has selected manual invoice number generation in settings. | ||||||||||||||||||||||||||||||
| language Type: string Required | This field has the current language of website if store support multiple languages. | ||||||||||||||||||||||||||||||
| metafields Type: string Required | This field is an object and contain the additional information inserted programatticaly . | ||||||||||||||||||||||||||||||
| options Type: string | This field is an object and contain addtional information inserted by user , limited by store owner. Ex. delivery slot , delivery date etc. | ||||||||||||||||||||||||||||||
| order_id Type: string | This is unique id of order, which made up of two parts: prefix : will be retrived from settings order id prefix sequence number : It is auto generated numeric sequence OID100 OID : prefix 100 : sequence number | ||||||||||||||||||||||||||||||
| payment_method Type: object | This field is an object contain the inforamtion of payment method used for placing order on the cart. Example: 
 | ||||||||||||||||||||||||||||||
| shipping_address Type: object Required | This field holds address at which order is to be shipped. Example: 
 | ||||||||||||||||||||||||||||||
| sub_total Type: number Read Only | This field contain total summation of all item's total present in order. | ||||||||||||||||||||||||||||||
| shipping_total Type: number Read Only | This field contain the total shipping charges applied on order. | ||||||||||||||||||||||||||||||
| shipping_method Type: object | This field is an object contain the inforamtion of shipping method used for placing order on the cart. Example: 
 | ||||||||||||||||||||||||||||||
| status Type: string | This field show the status of order at various stages. possible values : Open = this indicate that order is placed with any of the payment mode . Closed = This inicate that order is completed in all respect. Cancled = This indicate that order is cancelled be user or admin. | ||||||||||||||||||||||||||||||
| total Type: number Read Only | This field contain total amount payable/paid for order. | ||||||||||||||||||||||||||||||
| taxes_total Type: number Read Only | This field contain the total tax amount charged on cart. | ||||||||||||||||||||||||||||||
| total_weight Type: string Read Only | This field carry summation of weight of all items in cart. | ||||||||||||||||||||||||||||||
| txn_id Type: string Read Only | This field has unique identifier which is used for making payment. | ||||||||||||||||||||||||||||||
| user_id Type: string Read Only | This field has the unique id of user placed the order. | ||||||||||||||||||||||||||||||
| taxes Type: array | Array of taxes applicable on the order. Example: 
 | ||||||||||||||||||||||||||||||
| cart_id Type: string | ID of the cart for which the order was generated. | ||||||||||||||||||||||||||||||
| discounts_total Type: number | Total discount value applied on the order. | ||||||||||||||||||||||||||||||
| fulfillments Type: array | Details of shipment like tracking_number, logistics company, etc of a shipped order. | ||||||||||||||||||||||||||||||
| balance_amount Type: number | Amount to be received from the customer for the order. | ||||||||||||||||||||||||||||||
| seller Type: string | ID of the order's seller. | ||||||||||||||||||||||||||||||
| fulfillment_status Type: string | 
| Name | Routes | 
|---|---|
| add | post /api/1/entity/ms.orders TRY IT ! | 
| list | get /api/1/entity/ms.orders TRY IT ! | 
| get | get /api/1/entity/ms.orders/{_id} TRY IT ! | 
| delete | delete /api/1/entity/ms.orders/{_id} TRY IT ! | 
| resendEmail | get /api/1/entity/ms.orders/{_id}/_/resendEmail TRY IT ! | 
| additionalInfo | put /api/1/entity/ms.orders/{_id}/_/additionalInfo TRY IT ! | 
| cancelOrder | put /api/1/entity/ms.orders/_/cancelOrder TRY IT ! | 
| exportOrderTally | put /api/1/entity/ms.orders/_/exportOrderTally TRY IT ! | 
| markAsShipped | put /api/1/entity/ms.orders/_/markAsShipped TRY IT ! | 
| changeAddress | put /api/1/entity/ms.orders/_/changeAddress TRY IT ! | 
| addTransactions | put /api/1/entity/ms.orders/_/addTransactions TRY IT ! | 
Orders section lets you to manage your orders, process the shipment, manage returns and refunds.
| Name | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| _id Type: string Read Only Required | The unique identifier for the orders. This one is used for API purposes. | ||||||||||||||||||||||||||||||
| additional_charges Type: array Read Only Required | It is an array of object containing details of additional charges. Example:  | ||||||||||||||||||||||||||||||
| billing_address Type: object | The billing address associated with the payment method. This address is an optional field that will not be available on orders that do not require one. Example: 
 | ||||||||||||||||||||||||||||||
| client_details Type: object Read Only | This object contain the detail of client system . These details is gathered for navigator object of javascript . Example:  | ||||||||||||||||||||||||||||||
| coupon_code Type: string | This contain the code applied by user in order to avial some sort of discount. Example: Get 100 | ||||||||||||||||||||||||||||||
| currency Type: object Read Only | It is object containing name and conversion_rate of currency Example:  | ||||||||||||||||||||||||||||||
| currency_code Type: string Read Only | This contain the ISO-3 Currency code of cart. Example: USD | ||||||||||||||||||||||||||||||
| currency_rate Type: string Read Only | This contain the conversion rate of the currency of the currency code. Example: 0.14 | ||||||||||||||||||||||||||||||
| discounts Type: array Read Only | It is an array of object containing details of cart level discounts. Example: 
 | ||||||||||||||||||||||||||||||
| ecoupon Type: object Read Only | This is a deprecated object contain the coupon code and discount associated with it. Example: 
 | ||||||||||||||||||||||||||||||
| email Type: string | This field contain email id of customer. Example: | ||||||||||||||||||||||||||||||
| financial_status Type: string | This field show the status of payment at various stages. Possible values are : Pending = This indicate that payment for order is still not pending. Paid = This indicate that payment for order is made. Example: pending | ||||||||||||||||||||||||||||||
| gift_cards Type: string | This field is array of object ,will be used for gift cards. Will be used in future. | ||||||||||||||||||||||||||||||
| gift_card_total Type: string | This field will contain the total value of applied gift cards. Will be used in future. | ||||||||||||||||||||||||||||||
| items Type: array | It is an array of object which stores details of product in cart. Example: 
 | ||||||||||||||||||||||||||||||
| item_count Type: string Required | This field contain the total  number of items in order. | ||||||||||||||||||||||||||||||
| invoice_number Type: string | This field has the invoice number associated with order. This field can be populated by admin incase admin has selected manual invoice number generation in settings. | ||||||||||||||||||||||||||||||
| language Type: string Required | This field has the current language of website if store support multiple languages. | ||||||||||||||||||||||||||||||
| metafields Type: string Required | This field is an object and contain the additional information inserted programatticaly . | ||||||||||||||||||||||||||||||
| options Type: string | This field is an object and contain addtional information inserted by user , limited by store owner. Ex. delivery slot , delivery date etc. | ||||||||||||||||||||||||||||||
| order_id Type: string | This is unique id of order, which made up of two parts: prefix : will be retrived from settings order id prefix sequence number : It is auto generated numeric sequence OID100 OID : prefix 100 : sequence number | ||||||||||||||||||||||||||||||
| payment_method Type: object | This field is an object contain the inforamtion of payment method used for placing order on the cart. Example: 
 | ||||||||||||||||||||||||||||||
| shipping_address Type: object Required | This field holds address at which order is to be shipped. Example: 
 | ||||||||||||||||||||||||||||||
| sub_total Type: number Read Only | This field contain total summation of all item's total present in order. | ||||||||||||||||||||||||||||||
| shipping_total Type: number Read Only | This field contain the total shipping charges applied on order. | ||||||||||||||||||||||||||||||
| shipping_method Type: object | This field is an object contain the inforamtion of shipping method used for placing order on the cart. Example: 
 | ||||||||||||||||||||||||||||||
| status Type: string | This field show the status of order at various stages. possible values : Open = this indicate that order is placed with any of the payment mode . Closed = This inicate that order is completed in all respect. Cancled = This indicate that order is cancelled be user or admin. | ||||||||||||||||||||||||||||||
| total Type: number Read Only | This field contain total amount payable/paid for order. | ||||||||||||||||||||||||||||||
| taxes_total Type: number Read Only | This field contain the total tax amount charged on cart. | ||||||||||||||||||||||||||||||
| total_weight Type: string Read Only | This field carry summation of weight of all items in cart. | ||||||||||||||||||||||||||||||
| txn_id Type: string Read Only | This field has unique identifier which is used for making payment. | ||||||||||||||||||||||||||||||
| user_id Type: string Read Only | This field has the unique id of user placed the order. | ||||||||||||||||||||||||||||||
| delivery_status Type: string | Delivery status of a shipped order. | ||||||||||||||||||||||||||||||
| taxes Type: array | Array of taxes applicable on the order. Example: 
 | ||||||||||||||||||||||||||||||
| cart_id Type: string | ID of the cart for which the order was generated. | ||||||||||||||||||||||||||||||
| discounts_total Type: number | Total discount value applied on the order. | ||||||||||||||||||||||||||||||
| fulfillments Type: array | Details of shipment like tracking_number, logistics company, etc of a shipped order. | ||||||||||||||||||||||||||||||
| balance_amount Type: number | Amount to be received from the customer for the order. | ||||||||||||||||||||||||||||||
| seller Type: string | ID of the order's seller. | ||||||||||||||||||||||||||||||
| comments Type: string | |||||||||||||||||||||||||||||||
| notify_customer Type: string | |||||||||||||||||||||||||||||||
| timestamp Type: string | |||||||||||||||||||||||||||||||
| fulfillment_status Type: string | |||||||||||||||||||||||||||||||
| price_type Type: string | |||||||||||||||||||||||||||||||
| history Type: string | |||||||||||||||||||||||||||||||
| browser_ip Type: string | |||||||||||||||||||||||||||||||
| payment_status Type: string | |||||||||||||||||||||||||||||||
| shipping_status Type: string | |||||||||||||||||||||||||||||||
| shipping_details Type: string | |||||||||||||||||||||||||||||||
| notes Type: array | |||||||||||||||||||||||||||||||
| payment_details Type: object | |||||||||||||||||||||||||||||||
| version Type: string | |||||||||||||||||||||||||||||||
| seller_name Type: string | |||||||||||||||||||||||||||||||
| seller_email Type: string | |||||||||||||||||||||||||||||||
| info Type: string | |||||||||||||||||||||||||||||||
| created_on Type: datetime | |||||||||||||||||||||||||||||||
| items._id Type: string | The unique numeric identifier for the cart item. | ||||||||||||||||||||||||||||||
| items.name Type: string | Name of the product. Example: shirt | ||||||||||||||||||||||||||||||
| items.product Type: object | Unaltered Product object Example:  | ||||||||||||||||||||||||||||||
| items.product_id Type: string | Unique handler of product | ||||||||||||||||||||||||||||||
| items.price Type: number | Price of product | ||||||||||||||||||||||||||||||
| items.variant_id Type: string | Variant Id of the selected product. Example: red|l | ||||||||||||||||||||||||||||||
| items.selected_options Type: object | Options selected by the user Example:  | ||||||||||||||||||||||||||||||
| items.seller Type: string | Seller Id of the product. Example: 5ad0a0779a4cbc2439988840 | ||||||||||||||||||||||||||||||
| items.linked_product_id Type: string | Id of linked product (if any). Example: null | ||||||||||||||||||||||||||||||
| items.discounts_total Type: number | Total discount amount applied. | ||||||||||||||||||||||||||||||
| items.discounts Type: array | An array of object that contains details of discount applied on product. | ||||||||||||||||||||||||||||||
| billing_address.full_name Type: string | The full name of the person associated with the payment method. | ||||||||||||||||||||||||||||||
| shipping_address.full_name Type: string | The full name of the person associated with the payment method. | ||||||||||||||||||||||||||||||
| billing_address.address Type: string Required | The street address of the billing address. | ||||||||||||||||||||||||||||||
| shipping_address.address Type: string Required | The street address of the shipping address | ||||||||||||||||||||||||||||||
| billing_address.city Type: string Required | The city of the billing address. | ||||||||||||||||||||||||||||||
| shipping_address.city Type: string Required | The city of the shipping address. | ||||||||||||||||||||||||||||||
| billing_address.state Type: string Required | The state of the billing address. | ||||||||||||||||||||||||||||||
| shipping_address.state Type: string Required | The state of the shipping address. | ||||||||||||||||||||||||||||||
| billing_address.country Type: string Required | The name of the country of the billing address. | ||||||||||||||||||||||||||||||
| shipping_address.country Type: string Required | The name of the country of the shipping address. | ||||||||||||||||||||||||||||||
| billing_address.zip Type: string Required | The zip or postal code of the billing address. | ||||||||||||||||||||||||||||||
| shipping_address.zip Type: string | The zip or postal code of the shipping address. | ||||||||||||||||||||||||||||||
| billing_address.phone Type: number Required | The phone number at the billing address. | ||||||||||||||||||||||||||||||
| shipping_address.phone Type: number Required | The phone number at the billing address. | ||||||||||||||||||||||||||||||
| items.taxes Type: array | An array of object that contains details of taxes applied on product. | ||||||||||||||||||||||||||||||
| items.fulfilled_quantity Type: number | This field holds the count of product items that are fulfilled. | ||||||||||||||||||||||||||||||
| items.thumbnail_url Type: string | Url of product image | ||||||||||||||||||||||||||||||
| items.taxes_total Type: number | Total tax amount applied | ||||||||||||||||||||||||||||||
| items.image_url Type: string | Url of product image. | ||||||||||||||||||||||||||||||
| taxes.name Type: string | This field tells the name of tax. | ||||||||||||||||||||||||||||||
| taxes.tax_type Type: string | It is alias of record of entity ms.tax_types. | ||||||||||||||||||||||||||||||
| taxes.tax_amount Type: number | Amount of tax applied on product. | ||||||||||||||||||||||||||||||
| taxes.taxable_amount Type: number | Amount obtained after adding tax. | ||||||||||||||||||||||||||||||
| taxes.rate Type: number | Percentage of tax. | ||||||||||||||||||||||||||||||
| taxes.index Type: number | Index of tax in taxes object. | ||||||||||||||||||||||||||||||
| taxes._id Type: string | Unique handler for tax applied on product. | ||||||||||||||||||||||||||||||
| ecoupon.code Type: string | Name of coupon code applied. | ||||||||||||||||||||||||||||||
| ecoupon.discount Type: object | A discount object which contains all details of discount applied on product. | ||||||||||||||||||||||||||||||
| discounts._id Type: string | Unique handler for discount applied. | ||||||||||||||||||||||||||||||
| discounts.saving_amount Type: number | Amount saved on application of discount on product. | ||||||||||||||||||||||||||||||
| discounts.coupon_code Type: string | Name of coupon code applied | ||||||||||||||||||||||||||||||
| payment_method._id Type: string Read Only | Unique handler of payment metod | ||||||||||||||||||||||||||||||
| payment_method.type Type: string | This field contain the mode of payment method Example: Cash On Delivery | ||||||||||||||||||||||||||||||
| payment_method.name Type: string | Name of the payment method. Example: Cash On Delivery | ||||||||||||||||||||||||||||||
| payment_method.enabled Type: number | This is a flag variable which determines whether payment method is applied or not. | ||||||||||||||||||||||||||||||
| shipping_method.name Type: string | Name of the shipping method applied Example: Shiping Charges | ||||||||||||||||||||||||||||||
| shipping_method.price Type: number | Amount of shipping method applied. | ||||||||||||||||||||||||||||||
| shipping_method.sellers Type: string | This field tells whether the shipping method is applied to all sellers or specific sellers. Example: all_sellers | ||||||||||||||||||||||||||||||
| shipping_method.prices_are Type: string | Prices are either exclusive or inclusive. Example: inclusive | ||||||||||||||||||||||||||||||
| shipping_method.taxes Type: array | It is an array of object which stores details of taxes applied on product. Example:  | ||||||||||||||||||||||||||||||
| shipping_method.taxes_total Type: number | Total amount of tax applied | 
| Name | Routes | 
|---|---|
| add | post /api/1/entity/ms.orders TRY IT ! | 
| list | get /api/1/entity/ms.orders TRY IT ! | 
| get | get /api/1/entity/ms.orders/{_id} TRY IT ! | 
| delete | delete /api/1/entity/ms.orders/{_id} TRY IT ! | 
| resendEmail | get /api/1/entity/ms.orders/{_id}/_/resendEmail TRY IT ! | 
| additionalInfo | put /api/1/entity/ms.orders/{_id}/_/additionalInfo TRY IT ! | 
| cancelOrder | put /api/1/entity/ms.orders/_/cancelOrder TRY IT ! | 
| exportOrderTally | put /api/1/entity/ms.orders/_/exportOrderTally TRY IT ! | 
| markAsShipped | put /api/1/entity/ms.orders/_/markAsShipped TRY IT ! | 
| changeAddress | put /api/1/entity/ms.orders/_/changeAddress TRY IT ! | 
| addTransactions | put /api/1/entity/ms.orders/_/addTransactions TRY IT ! |