Skip to main content

Interface: UpdateOnetimeRequest

Extends

  • Partial<Pick<Onetime, "next_charge_scheduled_at" | "properties" | "quantity" | "external_variant_id" | "sku">>

Properties

external_variant_id?

optional external_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?

optional next_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?

optional properties: Property[]

An array containing key value pairs for any supplementary data.

Inherited from

Partial.properties


quantity?

optional quantity: number

The number of items in the Onetime purchase.

Inherited from

Partial.quantity


sku?

optional sku: string

A unique identifier of the item in the fulfillment.

Inherited from

Partial.sku