@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
49 lines • 3.21 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PackingSlipOrderItemPlaceholder = void 0;
/**
* @description This contains the text templates for various fields that will be replaced with item level details
* These fields will only be available to the **{PackingSlipTemplate}.item** template
*/
var PackingSlipOrderItemPlaceholder;
(function (PackingSlipOrderItemPlaceholder) {
/** @description Replaced with item Sku */
PackingSlipOrderItemPlaceholder["Sku"] = "[Sku]";
/** @description Replaced with either product name or description */
PackingSlipOrderItemPlaceholder["ProductName"] = "[Product Name]";
/** @description Replaced with product id or external id */
PackingSlipOrderItemPlaceholder["ProductId"] = "[Marketplace Item #]";
/** @description Replaced with the warehouse location */
PackingSlipOrderItemPlaceholder["WarehouseLocation"] = "[Warehouse Location]";
/** @description Replaced with "1" or "0" depending on if the item was marked as an adjustment */
PackingSlipOrderItemPlaceholder["Adjustment"] = "[Adjustment]";
/** @description Replaced with the item description */
PackingSlipOrderItemPlaceholder["ItemTitle"] = "[Item Title]";
/** @description Replaced with the shipstation image url */
PackingSlipOrderItemPlaceholder["ImageUrl"] = "[Image Url]";
/** @description Replaced with the quantity */
PackingSlipOrderItemPlaceholder["Quantity"] = "[Quantity]";
/** @description Replaced with the universal product code */
PackingSlipOrderItemPlaceholder["UPC"] = "[UPC]";
/** @description Replaced with the unit price */
PackingSlipOrderItemPlaceholder["UnitPrice"] = "[Unit Price]";
/** @description Replaced with the extended price */
PackingSlipOrderItemPlaceholder["ExtendedPrice"] = "[Extended Price]";
/** @description Replaced with "1" if the extended price is and "0" if not */
PackingSlipOrderItemPlaceholder["ExtendedPriceZero"] = "[Extended Price Zero]";
/** @description Replaced with the fill sku */
PackingSlipOrderItemPlaceholder["FillSku"] = "[Fill Sku]";
/** @description Replaced with the product sku */
PackingSlipOrderItemPlaceholder["ProductSku"] = "[Product Sku]";
/** @description Replaced with the product description */
PackingSlipOrderItemPlaceholder["ProductDescription"] = "[Product Description]";
/** @description Replaced with the Amazon standard identification number */
PackingSlipOrderItemPlaceholder["ASIN"] = "[ASIN]";
/** @description Replaced with the product location */
PackingSlipOrderItemPlaceholder["ProductLocation"] = "[Product Location]";
/** @description Replaced with the item options in a comma separated format */
PackingSlipOrderItemPlaceholder["ItemOptions"] = "[Item Options]";
/** @description Replaced with the item options in a comma separated format */
PackingSlipOrderItemPlaceholder["ItemOptionsWithoutReplacement"] = "[Item Options Without Replacement]";
})(PackingSlipOrderItemPlaceholder || (exports.PackingSlipOrderItemPlaceholder = PackingSlipOrderItemPlaceholder = {}));
//# sourceMappingURL=packing-slip-order-item-placeholder.js.map