@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
142 lines • 9.61 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PackingSlipOrderPlaceholder = void 0;
/** @description These replacement fields can be used in any packing slip template field */
var PackingSlipOrderPlaceholder;
(function (PackingSlipOrderPlaceholder) {
/** @description Replaced with the order id */
PackingSlipOrderPlaceholder["OrderId"] = "[Order ID]";
/** @description Replaced with the order number */
PackingSlipOrderPlaceholder["OrderNumber"] = "[Order #]";
/** @description Replaced with the import key */
PackingSlipOrderPlaceholder["ImportKey"] = "[Import Key]";
/** @description Replaced with the scan order number */
PackingSlipOrderPlaceholder["ScanOrderNumber"] = "[Scan Order #]";
/** @description Replaced with the barcode */
PackingSlipOrderPlaceholder["Barcode"] = "[Barcode]";
/** @description Replaced with the carrier fee */
PackingSlipOrderPlaceholder["CarrierFee"] = "[Carrier Fee]";
/** @description Replaced with the USPS Zone */
PackingSlipOrderPlaceholder["USPSZone"] = "[USPS Zone]";
/** @description Replaced with the buyers name */
PackingSlipOrderPlaceholder["BuyerName"] = "[Buyer Name]";
/** @description Replaced with the username of the buyer */
PackingSlipOrderPlaceholder["Username"] = "[Username]";
/** @description Replaced with the stores company name */
PackingSlipOrderPlaceholder["StoreCompanyName"] = "[Store Company Name]";
/** @description Replaced with the stores phone */
PackingSlipOrderPlaceholder["StorePhone"] = "[Store Phone]";
/** @description Replaced with the store name */
PackingSlipOrderPlaceholder["StoreName"] = "[Store Name]";
/** @description Replaced with the stores logo */
PackingSlipOrderPlaceholder["StoreLogo"] = "[Store Logo]";
/** @description Replaced with the stores website */
PackingSlipOrderPlaceholder["StoreWebsite"] = "[Store Website]";
/** @description Replaced with the stores email */
PackingSlipOrderPlaceholder["StoreEmail"] = "[Store Email]";
/** @description Replaced with the amount of shipping paid */
PackingSlipOrderPlaceholder["ShippingPaid"] = "[Shipping Paid]";
/** @description Replaced with the amount of tax paid */
PackingSlipOrderPlaceholder["TaxPaid"] = "[Tax Paid]";
/** @description Replaced with the total dimensions of the shipment "L x W x H (Unit)" @example "10 x 12 x 14 (in)" */
PackingSlipOrderPlaceholder["Dimensions"] = "[Dimensions]";
/** @description Replaced with the total weight of the shipment @example "1 lbs. 2 oz." */
PackingSlipOrderPlaceholder["Weight"] = "[Weight]";
/** @description Replaced with the shipping service name @example "UPS Next Day" */
PackingSlipOrderPlaceholder["ShippingService"] = "[Shipping Service]";
/** @description Replaced with the carrier the order is being shipped with @example "USPS" */
PackingSlipOrderPlaceholder["CarrierName"] = "[Carrier Name]";
/** @description Replaced with the requested shipping service */
PackingSlipOrderPlaceholder["RequestedShippingService"] = "[Requested Shipping Service]";
/** @description Replaced with the package type */
PackingSlipOrderPlaceholder["PackageType"] = "[Package Type]";
/** @description Replaced with the items total printed value */
PackingSlipOrderPlaceholder["ItemsTotal"] = "[Items Total]";
/** @description Replaced with the order total value */
PackingSlipOrderPlaceholder["OrderTotal"] = "[Order Total]";
/** @description Replaced with the amount paid */
PackingSlipOrderPlaceholder["AmountPaid"] = "[Amount Paid]";
/** @description Replaced with the packign slip message */
PackingSlipOrderPlaceholder["PackingSlipMessage"] = "[Packing Slip Message]";
/** @description Replaced with the internal notes */
PackingSlipOrderPlaceholder["InternalNotes"] = "[Internal Notes]";
/** @description Replaced with the notes to the buyer */
PackingSlipOrderPlaceholder["NotesToBuyer"] = "[Notes to Buyer]";
/** @description Replaced with the notes from the buyer */
PackingSlipOrderPlaceholder["NotesFromBuyer"] = "[Notes from Buyer]";
/** @description Replaced with the custom field 1 */
PackingSlipOrderPlaceholder["CustomField1"] = "[Custom Field #1]";
/** @description Replaced with the custom field 2 */
PackingSlipOrderPlaceholder["CustomField2"] = "[Custom Field #2]";
/** @description Replaced with the custom field 3 */
PackingSlipOrderPlaceholder["CustomField3"] = "[Custom Field #3]";
/** @description Replaced with the warehouse name */
PackingSlipOrderPlaceholder["WarehouseName"] = "[Warehouse Name]";
/** @description Replaced with the ship from name */
PackingSlipOrderPlaceholder["ShipFromName"] = "[Ship From Name]";
/** @description Replaced with the warehouse address */
PackingSlipOrderPlaceholder["WarehouseAddress"] = "[Warehouse Address]";
/** @description Replaced with the ship from address */
PackingSlipOrderPlaceholder["ShipFromAddress"] = "[Ship From Address]";
/** @description Replaced with recipient street 1 */
PackingSlipOrderPlaceholder["RecipientStreet1"] = "[Recipient Street 1]";
/** @description Replaced with recipient street 2 */
PackingSlipOrderPlaceholder["RecipientStreet2"] = "[Recipient Street 2]";
/** @description Replaced with recipient street 3 */
PackingSlipOrderPlaceholder["RecipientStreet3"] = "[Recipient Street 3]";
/** @description Replaced with the full country name of the recipient */
PackingSlipOrderPlaceholder["RecipientAddressFullCountry"] = "[Recipient Address Full Country]";
/** @description Replaced with the recipients name and company */
PackingSlipOrderPlaceholder["RecipientNameAndCompany"] = "[Recipient Name And Company]";
/** @description Replaced with the recipients address */
PackingSlipOrderPlaceholder["RecipientAddress"] = "[Recipient Address]";
/** @description Replaced with the recipients company */
PackingSlipOrderPlaceholder["RecipientCompany"] = "[Recipient Company]";
/** @description Replaced with recipients name */
PackingSlipOrderPlaceholder["RecipientName"] = "[Recipient Name]";
/** @description Replaced with recipients email */
PackingSlipOrderPlaceholder["RecipientEmail"] = "[Recipient Email]";
/** @description Replaced with the recipients phone */
PackingSlipOrderPlaceholder["RecipientPhone"] = "[Recipient Phone]";
/** @description Replaced with the gift message */
PackingSlipOrderPlaceholder["GiftMessage"] = "[Gift Message]";
/** @description Replaced with the recipients city */
PackingSlipOrderPlaceholder["RecipientCity"] = "[Recipient City]";
/** @description Replaced with the recipients state */
PackingSlipOrderPlaceholder["RecipientState"] = "[Recipient State]";
/** @description Replaced with the recipients postal code */
PackingSlipOrderPlaceholder["RecipientPostalCode"] = "[Recipient Postal Code]";
/** @description Replaced with the recipients country @example "US", "CA" */
PackingSlipOrderPlaceholder["RecipientCountry"] = "[Recipient Country]";
/** @description Replaced with the billing street 1 */
PackingSlipOrderPlaceholder["BillingStreet1"] = "[Billing Street 1]";
/** @description Replaced with the billing street 2 */
PackingSlipOrderPlaceholder["BillingStreet2"] = "[Billing Street 2]";
/** @description Replaced with the billing street 3 */
PackingSlipOrderPlaceholder["BillingStreet3"] = "[Billing Street 3]";
/** @description Replaced with the full billing address */
PackingSlipOrderPlaceholder["BillingAddress"] = "[Billing Address]";
/** @description Replaced with the billing company */
PackingSlipOrderPlaceholder["BillingCompany"] = "[Billing Company]";
/** @description Replaced with the billing name */
PackingSlipOrderPlaceholder["BillingName"] = "[Billing Name]";
/** @description Replaced with the billing phone */
PackingSlipOrderPlaceholder["BillingPhone"] = "[Billing Phone]";
/** @description Replaced with the billing city */
PackingSlipOrderPlaceholder["BillingCity"] = "[Billing City]";
/** @description Replaced with billing state */
PackingSlipOrderPlaceholder["BillingState"] = "[Billing State]";
/** @description Replaced with the billing postal code */
PackingSlipOrderPlaceholder["BillingPostalCode"] = "[Billing Postal Code]";
/** @description Replaced with the billing country */
PackingSlipOrderPlaceholder["BillingCountry"] = "[Billing Country]";
/** @description Replaced with the total quantity of items */
PackingSlipOrderPlaceholder["TotalQuantity"] = "[Total Quantity]";
/** @description Replaced with the total quantity of items without zero dollar items */
PackingSlipOrderPlaceholder["TotalQuantityWithoutZeroDollarItem"] = "[Total Quantity Without ZeroDollarItem]";
/** @description Replaced with the total quantity of items without adjustments */
PackingSlipOrderPlaceholder["TotalQuantityWithoutAdjustments"] = "[Total Quantity Without Adjustments]";
/** @description Replaced with the total quantity of items without adjustments and zero dollar items */
PackingSlipOrderPlaceholder["TotalQuantityWithoutAdjustmentsAndZeroDollarItems"] = "[Total Quantity Without Adjustments and ZeroDollarItems]";
})(PackingSlipOrderPlaceholder || (exports.PackingSlipOrderPlaceholder = PackingSlipOrderPlaceholder = {}));
//# sourceMappingURL=packing-slip-order-placeholder.js.map