Skip to main content

UpdateOnetimeRequest

Extends

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

Properties

external_variant_id?

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?

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?

properties?: Property[]

An array containing key value pairs for any supplementary data.

Inherited from

Partial.properties


quantity?

quantity?: number

The number of items in the Onetime purchase.

Inherited from

Partial.quantity


sku?

sku?: string

A unique identifier of the item in the fulfillment.

Inherited from

Partial.sku


Generated using typedoc-plugin-markdown and TypeDoc