Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetOrder

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 property AdditionalOrderDataOptions.RequiredFor can be set to the desired level of requirements. To include the result of GetProductRequirementValuesForOrder, the property AdditionalOrderDataOptions.IncludeProductRequirements can be set to true. To include the result of GetGiftWrappingOptionsForOrder and GetAvailableGiftWrappingLinesForOrder, the property AdditionalOrderDataOptions.IncludeGiftWrapping can be set to true. To include the result of PrefigureDiscounts and GetPotentialDiscountsForOrder, the property AdditionalOrderDataOptions.IncludePrefigureDiscounts can be set to true. To include the result of GetPickProductDiscountOptionsForOrder, the property AdditionalOrderDataOptions.IncludePickProductOptions can be set to true. To include the result of ListAvailableShippingMethods, the property AdditionalOrderDataOptions.IncludeAvailableShippingMethods can be set to true. To include the result of GetAvailablePaymentMethods, the property AdditionalOrderDataOptions.IncludeAvailablePaymentMethods can be set to true. To include the result of GetAvailableRefundPaymentMethodsForOrder, the property AdditionalOrderDataOptions.IncludeAvailableRefundPaymentMethods can be set to true. To include the result of ValidateOrderShipment, the property AdditionalOrderDataOptions.IncludeValidateShipment can be set to true. To include the available actions for the PaymentTransactions, the property AdditionalOrderDataOptions.IncludePaymentTransactionActions can be set to true.

Hierarchy

  • GetOrder

Index

Properties

Optional AdditionalOrderDataOptions

AdditionalOrderDataOptions: AdditionalOrderDataOptions

Optional IncludeAllPayments

IncludeAllPayments: undefined | false | true

OrderID

OrderID: number

Entity type: Order

Optional ProductProperties

ProductProperties: string[]

Optional ShowOnlyShippableLines

ShowOnlyShippableLines: undefined | false | true