Properties
Optional AdditionalOrderDataOptions
Optional IncludeAllPayments
IncludeAllPayments: undefined | false | true
Optional ProductProperties
ProductProperties: string[]
Optional ShowOnlyShippableLines
ShowOnlyShippableLines: undefined | false | true
Get an Order by ID.
This service is readonly, it will not update the order just by calling it like the
GetShoppingCart
service does.To include the result of
GetRequiredDataForOrder
, the propertyAdditionalOrderDataOptions.RequiredFor
can be set to the desired level of requirements. To include the result ofGetProductRequirementValuesForOrder
, the propertyAdditionalOrderDataOptions.IncludeProductRequirements
can be set totrue
. To include the result ofGetGiftWrappingOptionsForOrder
andGetAvailableGiftWrappingLinesForOrder
, the propertyAdditionalOrderDataOptions.IncludeGiftWrapping
can be set totrue
. To include the result ofPrefigureDiscounts
andGetPotentialDiscountsForOrder
, the propertyAdditionalOrderDataOptions.IncludePrefigureDiscounts
can be set totrue
. To include the result ofGetPickProductDiscountOptionsForOrder
, the propertyAdditionalOrderDataOptions.IncludePickProductOptions
can be set totrue
. To include the result ofListAvailableShippingMethods
, the propertyAdditionalOrderDataOptions.IncludeAvailableShippingMethods
can be set totrue
. To include the result ofGetAvailablePaymentMethods
, the propertyAdditionalOrderDataOptions.IncludeAvailablePaymentMethods
can be set totrue
. To include the result ofGetAvailableRefundPaymentMethodsForOrder
, the propertyAdditionalOrderDataOptions.IncludeAvailableRefundPaymentMethods
can be set totrue
. To include the result ofValidateOrderShipment
, the propertyAdditionalOrderDataOptions.IncludeValidateShipment
can be set totrue
. To include the available actions for the PaymentTransactions, the propertyAdditionalOrderDataOptions.IncludePaymentTransactionActions
can be set totrue
.