Editing central/order-source.ts at SYSOP-1363-InconsistenciesBetweenShipmentItems · whitebox-co/central

PHOTO EMBED

Thu May 26 2022 19:47:14 GMT+0000 (Coordinated Universal Time)

Saved by @aolszewski #undefined

/**

 * Where the order was created at time of whitebox ingestion.

 *

 * e.g. Tasks, API, EDI, etc.

 */

export type OrderSource =

  | 'AUTOMATION'

  | 'AMAZON'

  | 'SHOPIFY'

  | 'API'

  | 'WOOCOMMERCE'

  | 'SS_CREATE'

  | 'BIGCOMMERCE'

  | 'DASHBOARD'

  | 'MANUAL'

  | 'WHOLESALE'

  | 'EDI'

  | 'SHIPSTATION_TASK'

  | 'GOOGLE_CLOUD_FUNCTION'

  | 'TASKS'

  | 'WEBHOOK'

  | 'SCHEDULED';

​
content_copyCOPY

https://github.com/whitebox-co/central/edit/SYSOP-1363-InconsistenciesBetweenShipmentItems/cloud/libraries/types/src/whitebox/order/order-source.ts?pr