CreateFulfillmentOrder
CreateFulfillmentOrder: Omit
<ClaimOrder
, "beforeInsert"
> & { billing_address
: Address
; currency_code
: string
; discounts
: Discount
[] ; display_id
: number
; email?
: string
; is_claim?
: boolean
; is_swap?
: boolean
; items
: LineItem
[] ; no_notification
: boolean
; payments
: Payment
[] ; region?
: Region
; region_id
: string
; shipping_methods
: ShippingMethod
[] ; tax_rate
: number
| null
}
Was this section helpful?