Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateOrderOptions

This services can be used to toggle some of the OrderOptions.

  • IgnoreDiscounts: Discounts will not be added/removed/recalculated
  • IgnoreShippingCosts: ShippingCosts will not be added/removed/recalculated
  • IgnoreGiftWrappingCosts: GiftWrappingCosts will not be added/removed/recalculated
  • AllowPartialFulfillment: The order will potentially be fulfilled in multiple batches

Hierarchy

  • UpdateOrderOptions

Index

Properties

Optional AllowPartialFulfillment

AllowPartialFulfillment: undefined | false | true

Optional IgnoreDiscounts

IgnoreDiscounts: undefined | false | true

Optional IgnoreGiftWrappingCosts

IgnoreGiftWrappingCosts: undefined | false | true

Optional IgnoreShippingCosts

IgnoreShippingCosts: undefined | false | true

OrderID

OrderID: number

Entity type: Order