import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * Platform the order was created on and, if applicable, imported from. * * @remarks * Orders created via the Shippo API or dashboard will have the value "Shippo". */ export declare const OrderShopAppEnum: { readonly Amazon: "Amazon"; readonly Bigcommerce: "Bigcommerce"; readonly CSVImport: "CSV_Import"; readonly EBay: "eBay"; readonly EPages: "ePages"; readonly Etsy: "Etsy"; readonly Godaddy: "Godaddy"; readonly Magento: "Magento"; readonly Shippo: "Shippo"; readonly Shopify: "Shopify"; readonly Spreecommerce: "Spreecommerce"; readonly StripeRelay: "StripeRelay"; readonly Walmart: "Walmart"; readonly Weebly: "Weebly"; readonly WooCommerce: "WooCommerce"; }; /** * Platform the order was created on and, if applicable, imported from. * * @remarks * Orders created via the Shippo API or dashboard will have the value "Shippo". */ export type OrderShopAppEnum = ClosedEnum; /** @internal */ export declare const OrderShopAppEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const OrderShopAppEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=ordershopappenum.d.ts.map