Options
All
  • Public
  • Public/Protected
  • All
Menu

Set external(integrator's own) invoicing id for an order

remarks

Currently this command does not replace, but rather appends the provided id to the existing one.

Hierarchy

Index

Constructors

Properties

_cid: string

Command ID. This can be any string, and it's up to the api integrator to ensure uniqueness.

_metadata?: {}

Arbitrary metadata set by the api integrator. Keys must start with 'ext-'

Type declaration

  • [key: string]: string

The command type

_v: string

Command format version / API version

invoicingExternalId: string

External invoicing id to be attached to the order

orderId: string

Order Id for which the OrderStatusEvent should be sent

Generated using TypeDoc