UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

42 lines 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.draftOrderFieldsForRefreshSteps = void 0; exports.draftOrderFieldsForRefreshSteps = [ "id", "is_draft_order", "status", "currency_code", "metadata", "sales_channel_id", "region_id", "region.*", "items.*", "items.product.id", "items.product.collection_id", "items.product.categories.id", "items.product.tags.id", "items.variant.id", "items.variant.product.id", "items.variant.weight", "items.variant.length", "items.variant.height", "items.variant.width", "items.variant.material", "items.adjustments.*", "items.tax_lines.*", "shipping_address.*", "shipping_methods.*", "shipping_methods.adjustments.*", "shipping_methods.tax_lines.*", "customer.*", "customer.groups.*", "promotion_link.*", "promotion_link.promotion", "promotion_link.promotion.id", "promotion_link.promotion.code", "subtotal", "item_total", "total", "item_subtotal", ]; //# sourceMappingURL=fields.js.map