UNPKG

shipstation-client

Version:
40 lines (39 loc) 1.31 kB
/** * ShipStation API v2 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The order sources that are supported by ShipStation * @export * @enum {string} */ export declare const OrderSourceName: { readonly AmazonCa: "amazon_ca"; readonly AmazonUs: "amazon_us"; readonly Brightpearl: "brightpearl"; readonly ChannelAdvisor: "channel_advisor"; readonly Cratejoy: "cratejoy"; readonly Ebay: "ebay"; readonly Etsy: "etsy"; readonly Jane: "jane"; readonly GrouponGoods: "groupon_goods"; readonly Magento: "magento"; readonly Paypal: "paypal"; readonly SellerActive: "seller_active"; readonly Shopify: "shopify"; readonly StitchLabs: "stitch_labs"; readonly Squarespace: "squarespace"; readonly ThreeDcart: "three_dcart"; readonly Tophatter: "tophatter"; readonly Walmart: "walmart"; readonly WooCommerce: "woo_commerce"; readonly Volusion: "volusion"; }; export type OrderSourceName = typeof OrderSourceName[keyof typeof OrderSourceName];