Get orders details
Returns a list of order details. Can function with a list of Global-e order ids.
Body
Full post data list of Global-e order IDs.
Response
List of MerchantOrder classes.
Unique identifier of the Merchant on Global-e.
Global-e order unique identifier.
Optional. Order unique identifier on the Merchant's site returned from a previous call to SendOrderToMerchant method for this order.
Optional. Identifier of the cart on the Merchant's site originally specified in merchantCartToken argument for the SendCart method for the cart converted to this order on Global-e.
Optional. Cart hash originally specified in merchantCartHash argument for SendCart method for the cart converted to this order on Global-e.
Code denoting the order status on the Merchant site (to be mapped on the Global-e side).
3-char ISO currency code for the order being posted. By default, this is set to the original Merchant's currency.
CountryCoefficient rate is applied to the prices in this order.
The average conversion rate applied to the prices paid by the customer when calculating the prices paid by Global-e to the Merchant in the original Merchant's currency. This rate includes "FX conversion" and "marketing rounding" factors.
Optional. Internal User identifier on the Merchant's site originally specified in shippingDetails.UserId argument for the SendCart method for the cart converted to this order on Global-e.
Optional. Code denoting the local shipping method selected from the list of available shipping options provided in shippingOptionsList argument for SendCart method for the cart converted to this order on Global-e.
Indicates if the end customer's cart must be cleared before this method finishes execution on the Merchant's site.
Indicates if the end customer has opted for Global-e checkout to receive emails from the Merchant.
Optional. The number of loyalty points spent for this purchase. The existing loyalty points handling procedure must be applied to the end customer's user account. Therefore, the "Loyalty points" type discount must not be applied to the order directly but can be used for display purposes elsewhere in the system (on the user's My Account page).
Optional. The number of loyalty points to be earned for this purchase by the customer on the Merchant's site, as specified in the loyaltyPointsEarned argument for the SendCart method for the cart converted to this order on Global-e.
Optional. The loyalty code applicable to the Merchant's site is entered by the customer in Global-e checkout.
Optional. Indicates if the customer has requested a "Same Day Dispatch" in the Global-e checkout.
Optional. Cost of the "Same Day Dispatch" option selected by the end customer on Global-e checkout, in the original Merchant's currency.
Optional. Indicates if the end customer has not been charged VAT in Global-e checkout, as specified in the doNotChargeVAT argument for the SendCart method for the cart converted to this order on Global-e.
Optional. Indicates if the Merchant offers free international shipping to the end customer, as specified in the IsFreeShipping argument for the SendCart method for the cart converted to this order on Global-e.
Optional. Merchant's free shipping coupon code applied by the end customer, as specified in the FreeShippingCouponCode argument for the SendCart method for the cart converted to this order on Global-e.
Optional. Code denoting the Merchant's store specified by the customer for "ship to shop" shipping destination (to be mapped on the Global-e side).
Optional. Comments text entered by the end customer in Global-e checkout.
Optional. Indicates if the order should be handled as split order (i.e. without consolidation).
Optional. One-time voucher code used to place the order.
Optional. Currency of the one-time voucher code used to place the order.
Optional. Amount taken off the voucher when applicable.
Optional. Code used on the merchant's side to identify the web store, as specified in the WebStoreCode argument for the SendCart method for the cart converted to this order on Global-e.
The list of products being purchased.
Optional. The list of discounts being applied to the order, according to the original list of discounts received in SendCart for this order, and to the Merchant shipping configuration on Global-e.
Optional. The list of markups being applied to the order, according to the Merchant shipping configuration on Global-e. Effectively Markup is a "negative Discount". The main use case for Markups is when the customer is charged in Global-e checkout, a flat shipping rate, which is higher than the shipping rate, calculated for the respective order. In this case, Global-e pays the difference to the merchant in the form of Markups applied to the order. Unlike Discounts, Markups may be only passed to the Merchant's back-end ERP system for reconciliation purposes, and may not be displayed to the end customer.
The paying customer's preferences (Global-e acts as a paying customer).
Primary customer's billing details. Primary customer denotes the paying (Global-e) customer unless Customer.IsEndCustomerPrimary is FALSE. Note that all string attributes of customer details are indicated in the URL-encoded form. Therefore, if the Customer.IsEndCustomerPrimary is TRUE then all string attributes in PrimaryBilling are URL encoded.
Primary customer's shipping details. Primary customer denotes the paying (Global-e) customer unless Customer.IsEndCustomerPrimary is FALSE. Note that all string attributes of customer's details are indicated in URL encoded form. Therefore, if Customer.IsEndCustomerPrimary is TRUE then all string attributes in PrimaryShipping are URL encoded.
The paying customer's payment details.
Secondary customer's billing details. Secondary customer denotes the end customer who has placed the order with Global-e checkout unless Customer.IsEndCustomerPrimary is FALSE. Note that all string attributes of customer's details are indicated in URL encoded form. Therefore, if Customer.IsEndCustomerPrimary is FALSE then all string attributes in SecondaryBilling are URL encoded.
Secondary customer's shipping details. Secondary customer denotes the end customer who has placed the order with Global-e checkout unless Customer.IsEndCustomerPrimary is FALSE. Note that all string attributes of customer's details are indicated in URL encoded form. Therefore, if Customer.IsEndCustomerPrimary is FALSE then all string attributes in SecondaryShipping are URL encoded.
Optional. Details referring to the customer's order placed on the Global-e side. These details are applicable only to the Merchants dealing with international customers' support themselves.
The shipping price paid by the customer is converted to the merchant currency. Total Shipping price reducing Order Discounts (InternationalDetails.DiscountedShippingPrice price converted to the merchant currency).
Indicates if the prepayment option for duties and taxes was offered to the customer.
Indicates if the order is a replacement.
Optional. Details referring to the original order if the current order is a replacement.
Optional, returned by GetOrdersDetails API only. Order creation date and time.
Optional, returned by GetOrdersDetails API only. Customer currency name.
Optional, returned by GetOrdersDetails API only. The list of parcels created for the order.
Total Duties & Taxes value including Customs Clearance Fees, in the Merchant currency. This amount is the total amount, regardless of whether the customer or the Merchant paid it.
Sales tax value for USA in the Merchant currency. This value is included in TotalDutiesAndTaxesPrice.
Exporter details (relevant EIN / EORI / VAT
Importer details (relevant EIN / EORI / VAT
Shipping cost used for declarative purposes. If the value is 0 (free shipping), a non-zero low value is recommended (may attract duties and taxes). By default, if the customer benefits from Free Shipping, 5 USD is added instead for declarative purposes — this can be disabled by the Global-e team.
Indicates if destination Duties & Tax calculation is based on Products, Freight, and Duties. Possible values are accordingly: FOB, CIF, CIFD.
FOB, CIF, CIFD Total shipment declarative value for customs. Calculated to include Products, Freight, and Duties.

