Interface: UpdateOnetimeRequest
Extends
Partial<Pick<Onetime,"next_charge_scheduled_at"|"properties"|"quantity"|"external_variant_id"|"sku">>
Properties
external_variant_id?
optionalexternal_variant_id:ExternalId
An object containing the variant id as it appears in external platforms.
Inherited from
Partial.external_variant_id
next_charge_scheduled_at?
optionalnext_charge_scheduled_at:string
Date of the Onetime purchase execution. Cannot be used with add_to_next_charge
Inherited from
Partial.next_charge_scheduled_at
properties?
optionalproperties:Property[]
An array containing key value pairs for any supplementary data.
Inherited from
Partial.properties
quantity?
optionalquantity:number
The number of items in the Onetime purchase.
Inherited from
Partial.quantity
sku?
optionalsku:string
A unique identifier of the item in the fulfillment.
Inherited from
Partial.sku