From 38aa16cba4b1a8f5fef909417ae085e3e0fa92ec Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 5 Jul 2024 14:24:55 +0300 Subject: [PATCH] docs: regenerate OAS + references to fix products in product collection --- docs-util/typedoc-json-output/entities.json | 7 +- docs-util/typedoc-json-output/js-client.json | 7009 ++-- .../typedoc-json-output/medusa-react.json | 34657 +++++++++------- ...entoryItemsItemLocationLevelsLevelReq.yaml | 8 +- ...stInventoryItemsItemLocationLevelsReq.yaml | 2 +- .../components/schemas/ProductCollection.yaml | 1 + .../specs/admin/openapi.full.yaml | 27 +- ..._inventory-items_{id}_location-levels.yaml | 4 +- ...ms_{id}_location-levels_{location_id}.yaml | 16 +- .../components/schemas/ProductCollection.yaml | 1 + .../specs/store/openapi.full.yaml | 1 + .../classes/entities.DiscountCondition.mdx | 2 +- ...ies.DiscountConditionProductCollection.mdx | 2 +- .../entities/classes/entities.Product.mdx | 2 +- .../classes/entities.ProductCollection.mdx | 2 +- .../classes/js_client.AdminAuthResource.mdx | 2 +- .../js_client.AdminCollectionsResource.mdx | 10 +- .../js_client.AdminDiscountsResource.mdx | 6 +- .../js_client.AdminPriceListResource.mdx | 2 +- .../js_client.AdminProductsResource.mdx | 48 +- .../js_client.AdminRegionsResource.mdx | 2 +- .../js_client.AdminStockLocationsResource.mdx | 2 +- .../classes/js_client.CollectionsResource.mdx | 4 +- .../types/medusa.AdminCollectionsRes.mdx | 2 +- .../types/medusa.StoreCollectionsRes.mdx | 2 +- .../medusa_react.Hooks.Admin.Discounts.mdx | 12 +- ..._react.Hooks.Admin.Product_Collections.mdx | 10 +- .../medusa_react.Hooks.Admin.Products.mdx | 32 +- ...dusa_react.Hooks.Admin.Stock_Locations.mdx | 2 +- ..._react.Hooks.Store.Product_Collections.mdx | 4 +- .../medusa_react.Providers.Medusa.mdx | 2 +- ...sa_react.Utilities.computeVariantPrice.mdx | 2 +- ...usa_react.Utilities.formatVariantPrice.mdx | 2 +- ...medusa_react.Utilities.getVariantPrice.mdx | 2 +- ...medusa_react.ComputeVariantPriceParams.mdx | 2 +- .../medusa_react.FormatVariantPriceParams.mdx | 2 +- .../medusa_react.MedusaProviderProps.mdx | 2 +- .../medusa_react/types/medusa_react.Cart.mdx | 9 + .../types/medusa_react.ProductVariant.mdx | 9 + .../types/medusa_react.ProductVariantInfo.mdx | 2 +- .../types/medusa_react.TQueryKey.mdx | 17 + .../medusa_react.UseQueryOptionsWrapper.mdx | 13 + .../references/modules/medusa_react.mdx | 4 + 43 files changed, 22296 insertions(+), 19653 deletions(-) create mode 100644 www/apps/docs/content/references/medusa_react/types/medusa_react.Cart.mdx create mode 100644 www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariant.mdx create mode 100644 www/apps/docs/content/references/medusa_react/types/medusa_react.TQueryKey.mdx create mode 100644 www/apps/docs/content/references/medusa_react/types/medusa_react.UseQueryOptionsWrapper.mdx diff --git a/docs-util/typedoc-json-output/entities.json b/docs-util/typedoc-json-output/entities.json index 9ed36c4429ccd..b54622a61a12c 100644 --- a/docs-util/typedoc-json-output/entities.json +++ b/docs-util/typedoc-json-output/entities.json @@ -23485,12 +23485,7 @@ "kind": 1024, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "The details of the products that belong to this product collection." - } - ], + "summary": [], "modifierTags": [ "@expandable" ] diff --git a/docs-util/typedoc-json-output/js-client.json b/docs-util/typedoc-json-output/js-client.json index 9c5ceec91ab21..c0bf228587e35 100644 --- a/docs-util/typedoc-json-output/js-client.json +++ b/docs-util/typedoc-json-output/js-client.json @@ -796,7 +796,7 @@ "content": [ { "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\nmedusa.admin.AdminAuthResource.createSession({\n email: \"user@example.com\",\n password: \"supersecret\"\n})\n.then(({ user }) => {\n console.log(user.id);\n})\n```" + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\nmedusa.admin.auth.createSession({\n email: \"user@example.com\",\n password: \"supersecret\"\n})\n.then(({ user }) => {\n console.log(user.id);\n})\n```" } ] } @@ -7098,6 +7098,32 @@ }, { "id": 615, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Configurations to apply on the retrieved product category." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/get-discount.d.ts", + "qualifiedName": "AdminGetDiscountParams" + }, + "name": "AdminGetDiscountParams", + "package": "@medusajs/medusa" + } + }, + { + "id": 616, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -7156,14 +7182,14 @@ ] }, { - "id": 616, + "id": 617, "name": "retrieveByCode", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 617, + "id": 618, "name": "retrieveByCode", "variant": "signature", "kind": 4096, @@ -7198,7 +7224,7 @@ }, "parameters": [ { - "id": 618, + "id": 619, "name": "code", "variant": "param", "kind": 32768, @@ -7217,7 +7243,7 @@ } }, { - "id": 619, + "id": 620, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -7276,14 +7302,14 @@ ] }, { - "id": 620, + "id": 621, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 621, + "id": 622, "name": "list", "variant": "signature", "kind": 4096, @@ -7378,7 +7404,7 @@ }, "parameters": [ { - "id": 622, + "id": 623, "name": "query", "variant": "param", "kind": 32768, @@ -7404,7 +7430,7 @@ } }, { - "id": 623, + "id": 624, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -7463,14 +7489,14 @@ ] }, { - "id": 624, + "id": 625, "name": "removeRegion", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 625, + "id": 626, "name": "removeRegion", "variant": "signature", "kind": 4096, @@ -7505,7 +7531,7 @@ }, "parameters": [ { - "id": 626, + "id": 627, "name": "id", "variant": "param", "kind": 32768, @@ -7524,7 +7550,7 @@ } }, { - "id": 627, + "id": 628, "name": "regionId", "variant": "param", "kind": 32768, @@ -7543,7 +7569,7 @@ } }, { - "id": 628, + "id": 629, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -7602,14 +7628,14 @@ ] }, { - "id": 629, + "id": 630, "name": "createCondition", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 630, + "id": 631, "name": "createCondition", "variant": "signature", "kind": 4096, @@ -7666,7 +7692,7 @@ }, { "kind": "text", - "text": " parameter, \nbased on the type of discount condition. For example, if the discount condition's type is " + "text": " parameter,\nbased on the type of discount condition. For example, if the discount condition's type is " }, { "kind": "code", @@ -7728,7 +7754,7 @@ }, "parameters": [ { - "id": 631, + "id": 632, "name": "discountId", "variant": "param", "kind": 32768, @@ -7747,7 +7773,7 @@ } }, { - "id": 632, + "id": 633, "name": "payload", "variant": "param", "kind": 32768, @@ -7771,7 +7797,7 @@ } }, { - "id": 633, + "id": 634, "name": "query", "variant": "param", "kind": 32768, @@ -7796,7 +7822,7 @@ "defaultValue": "{}" }, { - "id": 634, + "id": 635, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -7855,14 +7881,14 @@ ] }, { - "id": 635, + "id": 636, "name": "updateCondition", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 636, + "id": 637, "name": "updateCondition", "variant": "signature", "kind": 4096, @@ -7981,7 +8007,7 @@ }, "parameters": [ { - "id": 637, + "id": 638, "name": "discountId", "variant": "param", "kind": 32768, @@ -8000,7 +8026,7 @@ } }, { - "id": 638, + "id": 639, "name": "conditionId", "variant": "param", "kind": 32768, @@ -8019,7 +8045,7 @@ } }, { - "id": 639, + "id": 640, "name": "payload", "variant": "param", "kind": 32768, @@ -8043,7 +8069,7 @@ } }, { - "id": 640, + "id": 641, "name": "query", "variant": "param", "kind": 32768, @@ -8068,7 +8094,7 @@ "defaultValue": "{}" }, { - "id": 641, + "id": 642, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -8127,14 +8153,14 @@ ] }, { - "id": 642, + "id": 643, "name": "deleteCondition", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 643, + "id": 644, "name": "deleteCondition", "variant": "signature", "kind": 4096, @@ -8169,7 +8195,7 @@ }, "parameters": [ { - "id": 644, + "id": 645, "name": "discountId", "variant": "param", "kind": 32768, @@ -8188,7 +8214,7 @@ } }, { - "id": 645, + "id": 646, "name": "conditionId", "variant": "param", "kind": 32768, @@ -8207,7 +8233,7 @@ } }, { - "id": 646, + "id": 647, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -8266,14 +8292,14 @@ ] }, { - "id": 647, + "id": 648, "name": "getCondition", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 648, + "id": 649, "name": "getCondition", "variant": "signature", "kind": 4096, @@ -8320,7 +8346,7 @@ }, "parameters": [ { - "id": 649, + "id": 650, "name": "discountId", "variant": "param", "kind": 32768, @@ -8339,7 +8365,7 @@ } }, { - "id": 650, + "id": 651, "name": "conditionId", "variant": "param", "kind": 32768, @@ -8358,7 +8384,7 @@ } }, { - "id": 651, + "id": 652, "name": "query", "variant": "param", "kind": 32768, @@ -8384,7 +8410,7 @@ } }, { - "id": 652, + "id": 653, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -8443,14 +8469,14 @@ ] }, { - "id": 653, + "id": 654, "name": "addConditionResourceBatch", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 654, + "id": 655, "name": "addConditionResourceBatch", "variant": "signature", "kind": 4096, @@ -8505,7 +8531,7 @@ }, "parameters": [ { - "id": 655, + "id": 656, "name": "discountId", "variant": "param", "kind": 32768, @@ -8524,7 +8550,7 @@ } }, { - "id": 656, + "id": 657, "name": "conditionId", "variant": "param", "kind": 32768, @@ -8543,7 +8569,7 @@ } }, { - "id": 657, + "id": 658, "name": "payload", "variant": "param", "kind": 32768, @@ -8567,7 +8593,7 @@ } }, { - "id": 658, + "id": 659, "name": "query", "variant": "param", "kind": 32768, @@ -8593,7 +8619,7 @@ } }, { - "id": 659, + "id": 660, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -8652,14 +8678,14 @@ ] }, { - "id": 660, + "id": 661, "name": "deleteConditionResourceBatch", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 661, + "id": 662, "name": "deleteConditionResourceBatch", "variant": "signature", "kind": 4096, @@ -8694,7 +8720,7 @@ }, "parameters": [ { - "id": 662, + "id": 663, "name": "discountId", "variant": "param", "kind": 32768, @@ -8713,7 +8739,7 @@ } }, { - "id": 663, + "id": 664, "name": "conditionId", "variant": "param", "kind": 32768, @@ -8732,7 +8758,7 @@ } }, { - "id": 664, + "id": 665, "name": "payload", "variant": "param", "kind": 32768, @@ -8756,7 +8782,7 @@ } }, { - "id": 665, + "id": 666, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -8882,15 +8908,15 @@ 603, 607, 612, - 616, - 620, - 624, - 629, - 635, - 642, - 647, - 653, - 660 + 617, + 621, + 625, + 630, + 636, + 643, + 648, + 654, + 661 ] } ], @@ -8907,7 +8933,7 @@ ] }, { - "id": 666, + "id": 667, "name": "AdminDraftOrdersResource", "variant": "declaration", "kind": 128, @@ -8940,14 +8966,14 @@ }, "children": [ { - "id": 670, + "id": 671, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 671, + "id": 672, "name": "create", "variant": "signature", "kind": 4096, @@ -8982,7 +9008,7 @@ }, "parameters": [ { - "id": 672, + "id": 673, "name": "payload", "variant": "param", "kind": 32768, @@ -9006,7 +9032,7 @@ } }, { - "id": 673, + "id": 674, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9065,14 +9091,14 @@ ] }, { - "id": 674, + "id": 675, "name": "addLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 675, + "id": 676, "name": "addLineItem", "variant": "signature", "kind": 4096, @@ -9107,7 +9133,7 @@ }, "parameters": [ { - "id": 676, + "id": 677, "name": "id", "variant": "param", "kind": 32768, @@ -9126,7 +9152,7 @@ } }, { - "id": 677, + "id": 678, "name": "payload", "variant": "param", "kind": 32768, @@ -9150,7 +9176,7 @@ } }, { - "id": 678, + "id": 679, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9209,14 +9235,14 @@ ] }, { - "id": 679, + "id": 680, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 680, + "id": 681, "name": "delete", "variant": "signature", "kind": 4096, @@ -9251,7 +9277,7 @@ }, "parameters": [ { - "id": 681, + "id": 682, "name": "id", "variant": "param", "kind": 32768, @@ -9270,7 +9296,7 @@ } }, { - "id": 682, + "id": 683, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9329,14 +9355,14 @@ ] }, { - "id": 683, + "id": 684, "name": "removeLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 684, + "id": 685, "name": "removeLineItem", "variant": "signature", "kind": 4096, @@ -9371,7 +9397,7 @@ }, "parameters": [ { - "id": 685, + "id": 686, "name": "id", "variant": "param", "kind": 32768, @@ -9390,7 +9416,7 @@ } }, { - "id": 686, + "id": 687, "name": "itemId", "variant": "param", "kind": 32768, @@ -9409,7 +9435,7 @@ } }, { - "id": 687, + "id": 688, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9468,14 +9494,14 @@ ] }, { - "id": 688, + "id": 689, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 689, + "id": 690, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -9510,7 +9536,7 @@ }, "parameters": [ { - "id": 690, + "id": 691, "name": "id", "variant": "param", "kind": 32768, @@ -9529,7 +9555,7 @@ } }, { - "id": 691, + "id": 692, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9588,14 +9614,14 @@ ] }, { - "id": 692, + "id": 693, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 693, + "id": 694, "name": "list", "variant": "signature", "kind": 4096, @@ -9674,7 +9700,7 @@ }, "parameters": [ { - "id": 694, + "id": 695, "name": "query", "variant": "param", "kind": 32768, @@ -9700,7 +9726,7 @@ } }, { - "id": 695, + "id": 696, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9759,14 +9785,14 @@ ] }, { - "id": 696, + "id": 697, "name": "markPaid", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 697, + "id": 698, "name": "markPaid", "variant": "signature", "kind": 4096, @@ -9809,7 +9835,7 @@ }, "parameters": [ { - "id": 698, + "id": 699, "name": "id", "variant": "param", "kind": 32768, @@ -9828,7 +9854,7 @@ } }, { - "id": 699, + "id": 700, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -9887,14 +9913,14 @@ ] }, { - "id": 700, + "id": 701, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 701, + "id": 702, "name": "update", "variant": "signature", "kind": 4096, @@ -9929,7 +9955,7 @@ }, "parameters": [ { - "id": 702, + "id": 703, "name": "id", "variant": "param", "kind": 32768, @@ -9948,7 +9974,7 @@ } }, { - "id": 703, + "id": 704, "name": "payload", "variant": "param", "kind": 32768, @@ -9972,7 +9998,7 @@ } }, { - "id": 704, + "id": 705, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -10031,14 +10057,14 @@ ] }, { - "id": 705, + "id": 706, "name": "updateLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 706, + "id": 707, "name": "updateLineItem", "variant": "signature", "kind": 4096, @@ -10073,7 +10099,7 @@ }, "parameters": [ { - "id": 707, + "id": 708, "name": "id", "variant": "param", "kind": 32768, @@ -10092,7 +10118,7 @@ } }, { - "id": 708, + "id": 709, "name": "itemId", "variant": "param", "kind": 32768, @@ -10111,7 +10137,7 @@ } }, { - "id": 709, + "id": 710, "name": "payload", "variant": "param", "kind": 32768, @@ -10135,7 +10161,7 @@ } }, { - "id": 710, + "id": 711, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -10194,21 +10220,21 @@ ] }, { - "id": 667, + "id": 668, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 668, + "id": 669, "name": "new AdminDraftOrdersResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 669, + "id": 670, "name": "client", "variant": "param", "kind": 32768, @@ -10226,7 +10252,7 @@ ], "type": { "type": "reference", - "target": 666, + "target": 667, "name": "AdminDraftOrdersResource", "package": "@medusajs/medusa-js" }, @@ -10248,21 +10274,21 @@ { "title": "Constructors", "children": [ - 667 + 668 ] }, { "title": "Methods", "children": [ - 670, - 674, - 679, - 683, - 688, - 692, - 696, - 700, - 705 + 671, + 675, + 680, + 684, + 689, + 693, + 697, + 701, + 706 ] } ], @@ -10279,7 +10305,7 @@ ] }, { - "id": 711, + "id": 712, "name": "AdminGiftCardsResource", "variant": "declaration", "kind": 128, @@ -10312,7 +10338,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminProductsResource", - "target": 1108 + "target": 1109 }, { "kind": "text", @@ -10322,14 +10348,14 @@ }, "children": [ { - "id": 715, + "id": 716, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 716, + "id": 717, "name": "create", "variant": "signature", "kind": 4096, @@ -10364,7 +10390,7 @@ }, "parameters": [ { - "id": 717, + "id": 718, "name": "payload", "variant": "param", "kind": 32768, @@ -10388,7 +10414,7 @@ } }, { - "id": 718, + "id": 719, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -10447,14 +10473,14 @@ ] }, { - "id": 719, + "id": 720, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 720, + "id": 721, "name": "update", "variant": "signature", "kind": 4096, @@ -10489,7 +10515,7 @@ }, "parameters": [ { - "id": 721, + "id": 722, "name": "id", "variant": "param", "kind": 32768, @@ -10508,7 +10534,7 @@ } }, { - "id": 722, + "id": 723, "name": "payload", "variant": "param", "kind": 32768, @@ -10532,7 +10558,7 @@ } }, { - "id": 723, + "id": 724, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -10591,14 +10617,14 @@ ] }, { - "id": 724, + "id": 725, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 725, + "id": 726, "name": "delete", "variant": "signature", "kind": 4096, @@ -10633,7 +10659,7 @@ }, "parameters": [ { - "id": 726, + "id": 727, "name": "id", "variant": "param", "kind": 32768, @@ -10652,7 +10678,7 @@ } }, { - "id": 727, + "id": 728, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -10711,14 +10737,14 @@ ] }, { - "id": 728, + "id": 729, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 729, + "id": 730, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -10753,7 +10779,7 @@ }, "parameters": [ { - "id": 730, + "id": 731, "name": "id", "variant": "param", "kind": 32768, @@ -10772,7 +10798,7 @@ } }, { - "id": 731, + "id": 732, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -10831,14 +10857,14 @@ ] }, { - "id": 732, + "id": 733, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 733, + "id": 734, "name": "list", "variant": "signature", "kind": 4096, @@ -10925,7 +10951,7 @@ }, "parameters": [ { - "id": 734, + "id": 735, "name": "query", "variant": "param", "kind": 32768, @@ -10951,7 +10977,7 @@ } }, { - "id": 735, + "id": 736, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -11010,21 +11036,21 @@ ] }, { - "id": 712, + "id": 713, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 713, + "id": 714, "name": "new AdminGiftCardsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 714, + "id": 715, "name": "client", "variant": "param", "kind": 32768, @@ -11042,7 +11068,7 @@ ], "type": { "type": "reference", - "target": 711, + "target": 712, "name": "AdminGiftCardsResource", "package": "@medusajs/medusa-js" }, @@ -11064,17 +11090,17 @@ { "title": "Constructors", "children": [ - 712 + 713 ] }, { "title": "Methods", "children": [ - 715, - 719, - 724, - 728, - 732 + 716, + 720, + 725, + 729, + 733 ] } ], @@ -11376,7 +11402,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminDraftOrdersResource", - "target": 666, + "target": 667, "tsLinkText": "" }, { @@ -11387,7 +11413,7 @@ }, "type": { "type": "reference", - "target": 666, + "target": 667, "name": "AdminDraftOrdersResource", "package": "@medusajs/medusa-js" }, @@ -11411,7 +11437,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminGiftCardsResource", - "target": 711, + "target": 712, "tsLinkText": "" }, { @@ -11422,7 +11448,7 @@ }, "type": { "type": "reference", - "target": 711, + "target": 712, "name": "AdminGiftCardsResource", "package": "@medusajs/medusa-js" }, @@ -11446,7 +11472,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminInvitesResource", - "target": 787, + "target": 788, "tsLinkText": "" }, { @@ -11457,7 +11483,7 @@ }, "type": { "type": "reference", - "target": 787, + "target": 788, "name": "AdminInvitesResource", "package": "@medusajs/medusa-js" }, @@ -11481,7 +11507,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminInventoryItemsResource", - "target": 736, + "target": 737, "tsLinkText": "" }, { @@ -11492,7 +11518,7 @@ }, "type": { "type": "reference", - "target": 736, + "target": 737, "name": "AdminInventoryItemsResource", "package": "@medusajs/medusa-js" }, @@ -11516,7 +11542,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminNotesResource", - "target": 810, + "target": 811, "tsLinkText": "" }, { @@ -11527,7 +11553,7 @@ }, "type": { "type": "reference", - "target": 810, + "target": 811, "name": "AdminNotesResource", "package": "@medusajs/medusa-js" }, @@ -11551,7 +11577,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminPriceListResource", - "target": 1038, + "target": 1039, "tsLinkText": "" }, { @@ -11562,7 +11588,7 @@ }, "type": { "type": "reference", - "target": 1038, + "target": 1039, "name": "AdminPriceListResource", "package": "@medusajs/medusa-js" }, @@ -11586,7 +11612,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminProductsResource", - "target": 1108, + "target": 1109, "tsLinkText": "" }, { @@ -11597,7 +11623,7 @@ }, "type": { "type": "reference", - "target": 1108, + "target": 1109, "name": "AdminProductsResource", "package": "@medusajs/medusa-js" }, @@ -11621,7 +11647,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminProductTagsResource", - "target": 1093, + "target": 1094, "tsLinkText": "" }, { @@ -11632,7 +11658,7 @@ }, "type": { "type": "reference", - "target": 1093, + "target": 1094, "name": "AdminProductTagsResource", "package": "@medusajs/medusa-js" }, @@ -11656,7 +11682,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminProductTypesResource", - "target": 1100, + "target": 1101, "tsLinkText": "" }, { @@ -11667,7 +11693,7 @@ }, "type": { "type": "reference", - "target": 1100, + "target": 1101, "name": "AdminProductTypesResource", "package": "@medusajs/medusa-js" }, @@ -11691,7 +11717,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminUsersResource", - "target": 1589, + "target": 1596, "tsLinkText": "" }, { @@ -11702,7 +11728,7 @@ }, "type": { "type": "reference", - "target": 1589, + "target": 1596, "name": "AdminUsersResource", "package": "@medusajs/medusa-js" }, @@ -11726,7 +11752,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminReturnsResource", - "target": 1328, + "target": 1335, "tsLinkText": "" }, { @@ -11737,7 +11763,7 @@ }, "type": { "type": "reference", - "target": 1328, + "target": 1335, "name": "AdminReturnsResource", "package": "@medusajs/medusa-js" }, @@ -11761,7 +11787,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminOrdersResource", - "target": 848, + "target": 849, "tsLinkText": "" }, { @@ -11772,7 +11798,7 @@ }, "type": { "type": "reference", - "target": 848, + "target": 849, "name": "AdminOrdersResource", "package": "@medusajs/medusa-js" }, @@ -11796,7 +11822,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminOrderEditsResource", - "target": 979, + "target": 980, "tsLinkText": "" }, { @@ -11807,7 +11833,7 @@ }, "type": { "type": "reference", - "target": 979, + "target": 980, "name": "AdminOrderEditsResource", "package": "@medusajs/medusa-js" }, @@ -11831,7 +11857,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminPublishableApiKeyResource", - "target": 1176, + "target": 1182, "tsLinkText": "" }, { @@ -11842,7 +11868,7 @@ }, "type": { "type": "reference", - "target": 1176, + "target": 1182, "name": "AdminPublishableApiKeyResource", "package": "@medusajs/medusa-js" }, @@ -11866,7 +11892,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminReturnReasonsResource", - "target": 1304, + "target": 1311, "tsLinkText": "" }, { @@ -11877,7 +11903,7 @@ }, "type": { "type": "reference", - "target": 1304, + "target": 1311, "name": "AdminReturnReasonsResource", "package": "@medusajs/medusa-js" }, @@ -11905,7 +11931,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminVariantsResource", - "target": 1622, + "target": 1629, "tsLinkText": "" }, { @@ -11918,7 +11944,7 @@ }, "type": { "type": "reference", - "target": 1622, + "target": 1629, "name": "AdminVariantsResource", "package": "@medusajs/medusa-js" }, @@ -11942,7 +11968,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminSalesChannelsResource", - "target": 1345, + "target": 1352, "tsLinkText": "" }, { @@ -11953,7 +11979,7 @@ }, "type": { "type": "reference", - "target": 1345, + "target": 1352, "name": "AdminSalesChannelsResource", "package": "@medusajs/medusa-js" }, @@ -11977,7 +12003,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminSwapsResource", - "target": 1489, + "target": 1496, "tsLinkText": "" }, { @@ -11988,7 +12014,7 @@ }, "type": { "type": "reference", - "target": 1489, + "target": 1496, "name": "AdminSwapsResource", "package": "@medusajs/medusa-js" }, @@ -12012,7 +12038,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminShippingProfilesResource", - "target": 1415, + "target": 1422, "tsLinkText": "" }, { @@ -12023,7 +12049,7 @@ }, "type": { "type": "reference", - "target": 1415, + "target": 1422, "name": "AdminShippingProfilesResource", "package": "@medusajs/medusa-js" }, @@ -12047,7 +12073,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminStockLocationsResource", - "target": 1439, + "target": 1446, "tsLinkText": "" }, { @@ -12058,7 +12084,7 @@ }, "type": { "type": "reference", - "target": 1439, + "target": 1446, "name": "AdminStockLocationsResource", "package": "@medusajs/medusa-js" }, @@ -12082,7 +12108,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminStoresResource", - "target": 1464, + "target": 1471, "tsLinkText": "" }, { @@ -12093,7 +12119,7 @@ }, "type": { "type": "reference", - "target": 1464, + "target": 1471, "name": "AdminStoresResource", "package": "@medusajs/medusa-js" }, @@ -12117,7 +12143,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminShippingOptionsResource", - "target": 1390, + "target": 1397, "tsLinkText": "" }, { @@ -12128,7 +12154,7 @@ }, "type": { "type": "reference", - "target": 1390, + "target": 1397, "name": "AdminShippingOptionsResource", "package": "@medusajs/medusa-js" }, @@ -12152,7 +12178,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminRegionsResource", - "target": 1220, + "target": 1226, "tsLinkText": "" }, { @@ -12163,7 +12189,7 @@ }, "type": { "type": "reference", - "target": 1220, + "target": 1226, "name": "AdminRegionsResource", "package": "@medusajs/medusa-js" }, @@ -12187,7 +12213,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminReservationsResource", - "target": 1279, + "target": 1286, "tsLinkText": "" }, { @@ -12198,7 +12224,7 @@ }, "type": { "type": "reference", - "target": 1279, + "target": 1286, "name": "AdminReservationsResource", "package": "@medusajs/medusa-js" }, @@ -12222,7 +12248,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminNotificationsResource", - "target": 835, + "target": 836, "tsLinkText": "" }, { @@ -12233,7 +12259,7 @@ }, "type": { "type": "reference", - "target": 835, + "target": 836, "name": "AdminNotificationsResource", "package": "@medusajs/medusa-js" }, @@ -12257,7 +12283,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminTaxRatesResource", - "target": 1501, + "target": 1508, "tsLinkText": "" }, { @@ -12268,7 +12294,7 @@ }, "type": { "type": "reference", - "target": 1501, + "target": 1508, "name": "AdminTaxRatesResource", "package": "@medusajs/medusa-js" }, @@ -12292,7 +12318,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminUploadsResource", - "target": 1565, + "target": 1572, "tsLinkText": "" }, { @@ -12303,7 +12329,7 @@ }, "type": { "type": "reference", - "target": 1565, + "target": 1572, "name": "AdminUploadsResource", "package": "@medusajs/medusa-js" }, @@ -12327,7 +12353,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminPaymentCollectionsResource", - "target": 1639, + "target": 1646, "tsLinkText": "" }, { @@ -12338,7 +12364,7 @@ }, "type": { "type": "reference", - "target": 1639, + "target": 1646, "name": "AdminPaymentCollectionsResource", "package": "@medusajs/medusa-js" }, @@ -12362,7 +12388,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminPaymentsResource", - "target": 1661, + "target": 1668, "tsLinkText": "" }, { @@ -12373,7 +12399,7 @@ }, "type": { "type": "reference", - "target": 1661, + "target": 1668, "name": "AdminPaymentsResource", "package": "@medusajs/medusa-js" }, @@ -12397,7 +12423,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminProductCategoriesResource", - "target": 1679, + "target": 1686, "tsLinkText": "" }, { @@ -12408,7 +12434,7 @@ }, "type": { "type": "reference", - "target": 1679, + "target": 1686, "name": "AdminProductCategoriesResource", "package": "@medusajs/medusa-js" }, @@ -12564,7 +12590,7 @@ ] }, { - "id": 736, + "id": 737, "name": "AdminInventoryItemsResource", "variant": "declaration", "kind": 128, @@ -12597,14 +12623,14 @@ }, "children": [ { - "id": 740, + "id": 741, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 741, + "id": 742, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -12639,7 +12665,7 @@ }, "parameters": [ { - "id": 742, + "id": 743, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12658,7 +12684,7 @@ } }, { - "id": 743, + "id": 744, "name": "query", "variant": "param", "kind": 32768, @@ -12684,7 +12710,7 @@ } }, { - "id": 744, + "id": 745, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -12743,14 +12769,14 @@ ] }, { - "id": 745, + "id": 746, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 746, + "id": 747, "name": "update", "variant": "signature", "kind": 4096, @@ -12785,7 +12811,7 @@ }, "parameters": [ { - "id": 747, + "id": 748, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12804,7 +12830,7 @@ } }, { - "id": 748, + "id": 749, "name": "payload", "variant": "param", "kind": 32768, @@ -12828,7 +12854,7 @@ } }, { - "id": 749, + "id": 750, "name": "query", "variant": "param", "kind": 32768, @@ -12854,7 +12880,7 @@ } }, { - "id": 750, + "id": 751, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -12913,14 +12939,14 @@ ] }, { - "id": 751, + "id": 752, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 752, + "id": 753, "name": "delete", "variant": "signature", "kind": 4096, @@ -12955,7 +12981,7 @@ }, "parameters": [ { - "id": 753, + "id": 754, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12974,7 +13000,7 @@ } }, { - "id": 754, + "id": 755, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -13033,14 +13059,14 @@ ] }, { - "id": 755, + "id": 756, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 756, + "id": 757, "name": "create", "variant": "signature", "kind": 4096, @@ -13075,7 +13101,7 @@ }, "parameters": [ { - "id": 757, + "id": 758, "name": "payload", "variant": "param", "kind": 32768, @@ -13099,7 +13125,7 @@ } }, { - "id": 758, + "id": 759, "name": "query", "variant": "param", "kind": 32768, @@ -13125,7 +13151,7 @@ } }, { - "id": 759, + "id": 760, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -13184,14 +13210,14 @@ ] }, { - "id": 760, + "id": 761, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 761, + "id": 762, "name": "list", "variant": "signature", "kind": 4096, @@ -13286,7 +13312,7 @@ }, "parameters": [ { - "id": 762, + "id": 763, "name": "query", "variant": "param", "kind": 32768, @@ -13312,7 +13338,7 @@ } }, { - "id": 763, + "id": 764, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -13371,14 +13397,14 @@ ] }, { - "id": 764, + "id": 765, "name": "updateLocationLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 765, + "id": 766, "name": "updateLocationLevel", "variant": "signature", "kind": 4096, @@ -13413,7 +13439,7 @@ }, "parameters": [ { - "id": 766, + "id": 767, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -13432,7 +13458,7 @@ } }, { - "id": 767, + "id": 768, "name": "locationId", "variant": "param", "kind": 32768, @@ -13451,7 +13477,7 @@ } }, { - "id": 768, + "id": 769, "name": "payload", "variant": "param", "kind": 32768, @@ -13475,7 +13501,7 @@ } }, { - "id": 769, + "id": 770, "name": "query", "variant": "param", "kind": 32768, @@ -13501,7 +13527,7 @@ } }, { - "id": 770, + "id": 771, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -13560,14 +13586,14 @@ ] }, { - "id": 771, + "id": 772, "name": "createLocationLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 772, + "id": 773, "name": "createLocationLevel", "variant": "signature", "kind": 4096, @@ -13602,7 +13628,7 @@ }, "parameters": [ { - "id": 773, + "id": 774, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -13621,7 +13647,7 @@ } }, { - "id": 774, + "id": 775, "name": "payload", "variant": "param", "kind": 32768, @@ -13645,7 +13671,7 @@ } }, { - "id": 775, + "id": 776, "name": "query", "variant": "param", "kind": 32768, @@ -13671,7 +13697,7 @@ } }, { - "id": 776, + "id": 777, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -13730,14 +13756,14 @@ ] }, { - "id": 777, + "id": 778, "name": "deleteLocationLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 778, + "id": 779, "name": "deleteLocationLevel", "variant": "signature", "kind": 4096, @@ -13772,7 +13798,7 @@ }, "parameters": [ { - "id": 779, + "id": 780, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -13791,7 +13817,7 @@ } }, { - "id": 780, + "id": 781, "name": "locationId", "variant": "param", "kind": 32768, @@ -13810,7 +13836,7 @@ } }, { - "id": 781, + "id": 782, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -13869,14 +13895,14 @@ ] }, { - "id": 782, + "id": 783, "name": "listLocationLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 783, + "id": 784, "name": "listLocationLevels", "variant": "signature", "kind": 4096, @@ -13927,7 +13953,7 @@ }, "parameters": [ { - "id": 784, + "id": 785, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -13946,7 +13972,7 @@ } }, { - "id": 785, + "id": 786, "name": "query", "variant": "param", "kind": 32768, @@ -13972,7 +13998,7 @@ } }, { - "id": 786, + "id": 787, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14031,21 +14057,21 @@ ] }, { - "id": 737, + "id": 738, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 738, + "id": 739, "name": "new AdminInventoryItemsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 739, + "id": 740, "name": "client", "variant": "param", "kind": 32768, @@ -14063,7 +14089,7 @@ ], "type": { "type": "reference", - "target": 736, + "target": 737, "name": "AdminInventoryItemsResource", "package": "@medusajs/medusa-js" }, @@ -14085,21 +14111,21 @@ { "title": "Constructors", "children": [ - 737 + 738 ] }, { "title": "Methods", "children": [ - 740, - 745, - 751, - 755, - 760, - 764, - 771, - 777, - 782 + 741, + 746, + 752, + 756, + 761, + 765, + 772, + 778, + 783 ] } ], @@ -14116,7 +14142,7 @@ ] }, { - "id": 787, + "id": 788, "name": "AdminInvitesResource", "variant": "declaration", "kind": 128, @@ -14149,14 +14175,14 @@ }, "children": [ { - "id": 791, + "id": 792, "name": "accept", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 792, + "id": 793, "name": "accept", "variant": "signature", "kind": 4096, @@ -14199,7 +14225,7 @@ }, "parameters": [ { - "id": 793, + "id": 794, "name": "payload", "variant": "param", "kind": 32768, @@ -14223,7 +14249,7 @@ } }, { - "id": 794, + "id": 795, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14271,14 +14297,14 @@ ] }, { - "id": 795, + "id": 796, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 796, + "id": 797, "name": "create", "variant": "signature", "kind": 4096, @@ -14321,7 +14347,7 @@ }, "parameters": [ { - "id": 797, + "id": 798, "name": "payload", "variant": "param", "kind": 32768, @@ -14345,7 +14371,7 @@ } }, { - "id": 798, + "id": 799, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14393,14 +14419,14 @@ ] }, { - "id": 799, + "id": 800, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 800, + "id": 801, "name": "delete", "variant": "signature", "kind": 4096, @@ -14435,7 +14461,7 @@ }, "parameters": [ { - "id": 801, + "id": 802, "name": "id", "variant": "param", "kind": 32768, @@ -14454,7 +14480,7 @@ } }, { - "id": 802, + "id": 803, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14513,14 +14539,14 @@ ] }, { - "id": 803, + "id": 804, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 804, + "id": 805, "name": "list", "variant": "signature", "kind": 4096, @@ -14555,7 +14581,7 @@ }, "parameters": [ { - "id": 805, + "id": 806, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14614,14 +14640,14 @@ ] }, { - "id": 806, + "id": 807, "name": "resend", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 807, + "id": 808, "name": "resend", "variant": "signature", "kind": 4096, @@ -14664,7 +14690,7 @@ }, "parameters": [ { - "id": 808, + "id": 809, "name": "id", "variant": "param", "kind": 32768, @@ -14683,7 +14709,7 @@ } }, { - "id": 809, + "id": 810, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14731,21 +14757,21 @@ ] }, { - "id": 788, + "id": 789, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 789, + "id": 790, "name": "new AdminInvitesResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 790, + "id": 791, "name": "client", "variant": "param", "kind": 32768, @@ -14763,7 +14789,7 @@ ], "type": { "type": "reference", - "target": 787, + "target": 788, "name": "AdminInvitesResource", "package": "@medusajs/medusa-js" }, @@ -14785,17 +14811,17 @@ { "title": "Constructors", "children": [ - 788 + 789 ] }, { "title": "Methods", "children": [ - 791, - 795, - 799, - 803, - 806 + 792, + 796, + 800, + 804, + 807 ] } ], @@ -14812,7 +14838,7 @@ ] }, { - "id": 810, + "id": 811, "name": "AdminNotesResource", "variant": "declaration", "kind": 128, @@ -14845,14 +14871,14 @@ }, "children": [ { - "id": 814, + "id": 815, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 815, + "id": 816, "name": "create", "variant": "signature", "kind": 4096, @@ -14887,7 +14913,7 @@ }, "parameters": [ { - "id": 816, + "id": 817, "name": "payload", "variant": "param", "kind": 32768, @@ -14911,7 +14937,7 @@ } }, { - "id": 817, + "id": 818, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -14970,14 +14996,14 @@ ] }, { - "id": 818, + "id": 819, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 819, + "id": 820, "name": "update", "variant": "signature", "kind": 4096, @@ -15012,7 +15038,7 @@ }, "parameters": [ { - "id": 820, + "id": 821, "name": "id", "variant": "param", "kind": 32768, @@ -15031,7 +15057,7 @@ } }, { - "id": 821, + "id": 822, "name": "payload", "variant": "param", "kind": 32768, @@ -15055,7 +15081,7 @@ } }, { - "id": 822, + "id": 823, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -15114,14 +15140,14 @@ ] }, { - "id": 823, + "id": 824, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 824, + "id": 825, "name": "delete", "variant": "signature", "kind": 4096, @@ -15156,7 +15182,7 @@ }, "parameters": [ { - "id": 825, + "id": 826, "name": "id", "variant": "param", "kind": 32768, @@ -15175,7 +15201,7 @@ } }, { - "id": 826, + "id": 827, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -15234,14 +15260,14 @@ ] }, { - "id": 827, + "id": 828, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 828, + "id": 829, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -15276,7 +15302,7 @@ }, "parameters": [ { - "id": 829, + "id": 830, "name": "id", "variant": "param", "kind": 32768, @@ -15295,7 +15321,7 @@ } }, { - "id": 830, + "id": 831, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -15354,14 +15380,14 @@ ] }, { - "id": 831, + "id": 832, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 832, + "id": 833, "name": "list", "variant": "signature", "kind": 4096, @@ -15448,7 +15474,7 @@ }, "parameters": [ { - "id": 833, + "id": 834, "name": "query", "variant": "param", "kind": 32768, @@ -15474,7 +15500,7 @@ } }, { - "id": 834, + "id": 835, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -15533,21 +15559,21 @@ ] }, { - "id": 811, + "id": 812, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 812, + "id": 813, "name": "new AdminNotesResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 813, + "id": 814, "name": "client", "variant": "param", "kind": 32768, @@ -15565,7 +15591,7 @@ ], "type": { "type": "reference", - "target": 810, + "target": 811, "name": "AdminNotesResource", "package": "@medusajs/medusa-js" }, @@ -15587,17 +15613,17 @@ { "title": "Constructors", "children": [ - 811 + 812 ] }, { "title": "Methods", "children": [ - 814, - 818, - 823, - 827, - 831 + 815, + 819, + 824, + 828, + 832 ] } ], @@ -15614,7 +15640,7 @@ ] }, { - "id": 835, + "id": 836, "name": "AdminNotificationsResource", "variant": "declaration", "kind": 128, @@ -15647,14 +15673,14 @@ }, "children": [ { - "id": 839, + "id": 840, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 840, + "id": 841, "name": "list", "variant": "signature", "kind": 4096, @@ -15757,7 +15783,7 @@ }, "parameters": [ { - "id": 841, + "id": 842, "name": "query", "variant": "param", "kind": 32768, @@ -15783,7 +15809,7 @@ } }, { - "id": 842, + "id": 843, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -15842,14 +15868,14 @@ ] }, { - "id": 843, + "id": 844, "name": "resend", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 844, + "id": 845, "name": "resend", "variant": "signature", "kind": 4096, @@ -15884,7 +15910,7 @@ }, "parameters": [ { - "id": 845, + "id": 846, "name": "id", "variant": "param", "kind": 32768, @@ -15903,7 +15929,7 @@ } }, { - "id": 846, + "id": 847, "name": "payload", "variant": "param", "kind": 32768, @@ -15927,7 +15953,7 @@ } }, { - "id": 847, + "id": 848, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -15986,21 +16012,21 @@ ] }, { - "id": 836, + "id": 837, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 837, + "id": 838, "name": "new AdminNotificationsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 838, + "id": 839, "name": "client", "variant": "param", "kind": 32768, @@ -16018,7 +16044,7 @@ ], "type": { "type": "reference", - "target": 835, + "target": 836, "name": "AdminNotificationsResource", "package": "@medusajs/medusa-js" }, @@ -16040,14 +16066,14 @@ { "title": "Constructors", "children": [ - 836 + 837 ] }, { "title": "Methods", "children": [ - 839, - 843 + 840, + 844 ] } ], @@ -16064,7 +16090,7 @@ ] }, { - "id": 979, + "id": 980, "name": "AdminOrderEditsResource", "variant": "declaration", "kind": 128, @@ -16105,14 +16131,14 @@ }, "children": [ { - "id": 983, + "id": 984, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 984, + "id": 985, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -16159,7 +16185,7 @@ }, "parameters": [ { - "id": 985, + "id": 986, "name": "id", "variant": "param", "kind": 32768, @@ -16178,7 +16204,7 @@ } }, { - "id": 986, + "id": 987, "name": "query", "variant": "param", "kind": 32768, @@ -16204,7 +16230,7 @@ } }, { - "id": 987, + "id": 988, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -16263,14 +16289,14 @@ ] }, { - "id": 988, + "id": 989, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 989, + "id": 990, "name": "list", "variant": "signature", "kind": 4096, @@ -16373,7 +16399,7 @@ }, "parameters": [ { - "id": 990, + "id": 991, "name": "query", "variant": "param", "kind": 32768, @@ -16399,7 +16425,7 @@ } }, { - "id": 991, + "id": 992, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -16458,14 +16484,14 @@ ] }, { - "id": 992, + "id": 993, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 993, + "id": 994, "name": "create", "variant": "signature", "kind": 4096, @@ -16500,7 +16526,7 @@ }, "parameters": [ { - "id": 994, + "id": 995, "name": "payload", "variant": "param", "kind": 32768, @@ -16524,7 +16550,7 @@ } }, { - "id": 995, + "id": 996, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -16583,14 +16609,14 @@ ] }, { - "id": 996, + "id": 997, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 997, + "id": 998, "name": "update", "variant": "signature", "kind": 4096, @@ -16625,7 +16651,7 @@ }, "parameters": [ { - "id": 998, + "id": 999, "name": "id", "variant": "param", "kind": 32768, @@ -16644,7 +16670,7 @@ } }, { - "id": 999, + "id": 1000, "name": "payload", "variant": "param", "kind": 32768, @@ -16668,7 +16694,7 @@ } }, { - "id": 1000, + "id": 1001, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -16727,14 +16753,14 @@ ] }, { - "id": 1001, + "id": 1002, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1002, + "id": 1003, "name": "delete", "variant": "signature", "kind": 4096, @@ -16777,7 +16803,7 @@ }, "parameters": [ { - "id": 1003, + "id": 1004, "name": "id", "variant": "param", "kind": 32768, @@ -16796,7 +16822,7 @@ } }, { - "id": 1004, + "id": 1005, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -16855,14 +16881,14 @@ ] }, { - "id": 1005, + "id": 1006, "name": "addLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1006, + "id": 1007, "name": "addLineItem", "variant": "signature", "kind": 4096, @@ -16897,7 +16923,7 @@ }, "parameters": [ { - "id": 1007, + "id": 1008, "name": "id", "variant": "param", "kind": 32768, @@ -16916,7 +16942,7 @@ } }, { - "id": 1008, + "id": 1009, "name": "payload", "variant": "param", "kind": 32768, @@ -16940,7 +16966,7 @@ } }, { - "id": 1009, + "id": 1010, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -16999,14 +17025,14 @@ ] }, { - "id": 1010, + "id": 1011, "name": "deleteItemChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1011, + "id": 1012, "name": "deleteItemChange", "variant": "signature", "kind": 4096, @@ -17041,7 +17067,7 @@ }, "parameters": [ { - "id": 1012, + "id": 1013, "name": "orderEditId", "variant": "param", "kind": 32768, @@ -17060,7 +17086,7 @@ } }, { - "id": 1013, + "id": 1014, "name": "itemChangeId", "variant": "param", "kind": 32768, @@ -17079,7 +17105,7 @@ } }, { - "id": 1014, + "id": 1015, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -17138,14 +17164,14 @@ ] }, { - "id": 1015, + "id": 1016, "name": "requestConfirmation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1016, + "id": 1017, "name": "requestConfirmation", "variant": "signature", "kind": 4096, @@ -17188,7 +17214,7 @@ }, "parameters": [ { - "id": 1017, + "id": 1018, "name": "id", "variant": "param", "kind": 32768, @@ -17207,7 +17233,7 @@ } }, { - "id": 1018, + "id": 1019, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -17266,14 +17292,14 @@ ] }, { - "id": 1019, + "id": 1020, "name": "cancel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1020, + "id": 1021, "name": "cancel", "variant": "signature", "kind": 4096, @@ -17308,7 +17334,7 @@ }, "parameters": [ { - "id": 1021, + "id": 1022, "name": "id", "variant": "param", "kind": 32768, @@ -17327,7 +17353,7 @@ } }, { - "id": 1022, + "id": 1023, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -17386,14 +17412,14 @@ ] }, { - "id": 1023, + "id": 1024, "name": "confirm", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1024, + "id": 1025, "name": "confirm", "variant": "signature", "kind": 4096, @@ -17428,7 +17454,7 @@ }, "parameters": [ { - "id": 1025, + "id": 1026, "name": "id", "variant": "param", "kind": 32768, @@ -17447,7 +17473,7 @@ } }, { - "id": 1026, + "id": 1027, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -17506,14 +17532,14 @@ ] }, { - "id": 1027, + "id": 1028, "name": "updateLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1028, + "id": 1029, "name": "updateLineItem", "variant": "signature", "kind": 4096, @@ -17548,7 +17574,7 @@ }, "parameters": [ { - "id": 1029, + "id": 1030, "name": "orderEditId", "variant": "param", "kind": 32768, @@ -17567,7 +17593,7 @@ } }, { - "id": 1030, + "id": 1031, "name": "itemId", "variant": "param", "kind": 32768, @@ -17586,7 +17612,7 @@ } }, { - "id": 1031, + "id": 1032, "name": "payload", "variant": "param", "kind": 32768, @@ -17610,7 +17636,7 @@ } }, { - "id": 1032, + "id": 1033, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -17669,14 +17695,14 @@ ] }, { - "id": 1033, + "id": 1034, "name": "removeLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1034, + "id": 1035, "name": "removeLineItem", "variant": "signature", "kind": 4096, @@ -17711,7 +17737,7 @@ }, "parameters": [ { - "id": 1035, + "id": 1036, "name": "orderEditId", "variant": "param", "kind": 32768, @@ -17730,7 +17756,7 @@ } }, { - "id": 1036, + "id": 1037, "name": "itemId", "variant": "param", "kind": 32768, @@ -17749,7 +17775,7 @@ } }, { - "id": 1037, + "id": 1038, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -17808,21 +17834,21 @@ ] }, { - "id": 980, + "id": 981, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 981, + "id": 982, "name": "new AdminOrderEditsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 982, + "id": 983, "name": "client", "variant": "param", "kind": 32768, @@ -17840,7 +17866,7 @@ ], "type": { "type": "reference", - "target": 979, + "target": 980, "name": "AdminOrderEditsResource", "package": "@medusajs/medusa-js" }, @@ -17862,24 +17888,24 @@ { "title": "Constructors", "children": [ - 980 + 981 ] }, { "title": "Methods", "children": [ - 983, - 988, - 992, - 996, - 1001, - 1005, - 1010, - 1015, - 1019, - 1023, - 1027, - 1033 + 984, + 989, + 993, + 997, + 1002, + 1006, + 1011, + 1016, + 1020, + 1024, + 1028, + 1034 ] } ], @@ -17896,7 +17922,7 @@ ] }, { - "id": 848, + "id": 849, "name": "AdminOrdersResource", "variant": "declaration", "kind": 128, @@ -17939,14 +17965,14 @@ }, "children": [ { - "id": 852, + "id": 853, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 853, + "id": 854, "name": "update", "variant": "signature", "kind": 4096, @@ -17981,7 +18007,7 @@ }, "parameters": [ { - "id": 854, + "id": 855, "name": "id", "variant": "param", "kind": 32768, @@ -18000,7 +18026,7 @@ } }, { - "id": 855, + "id": 856, "name": "payload", "variant": "param", "kind": 32768, @@ -18024,7 +18050,7 @@ } }, { - "id": 856, + "id": 857, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18083,14 +18109,14 @@ ] }, { - "id": 857, + "id": 858, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 858, + "id": 859, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -18137,7 +18163,7 @@ }, "parameters": [ { - "id": 859, + "id": 860, "name": "id", "variant": "param", "kind": 32768, @@ -18156,7 +18182,7 @@ } }, { - "id": 860, + "id": 861, "name": "query", "variant": "param", "kind": 32768, @@ -18182,7 +18208,7 @@ } }, { - "id": 861, + "id": 862, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18241,14 +18267,14 @@ ] }, { - "id": 862, + "id": 863, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 863, + "id": 864, "name": "list", "variant": "signature", "kind": 4096, @@ -18351,7 +18377,7 @@ }, "parameters": [ { - "id": 864, + "id": 865, "name": "query", "variant": "param", "kind": 32768, @@ -18377,7 +18403,7 @@ } }, { - "id": 865, + "id": 866, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18436,14 +18462,14 @@ ] }, { - "id": 866, + "id": 867, "name": "complete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 867, + "id": 868, "name": "complete", "variant": "signature", "kind": 4096, @@ -18478,7 +18504,7 @@ }, "parameters": [ { - "id": 868, + "id": 869, "name": "id", "variant": "param", "kind": 32768, @@ -18497,7 +18523,7 @@ } }, { - "id": 869, + "id": 870, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18556,14 +18582,14 @@ ] }, { - "id": 870, + "id": 871, "name": "capturePayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 871, + "id": 872, "name": "capturePayment", "variant": "signature", "kind": 4096, @@ -18598,7 +18624,7 @@ }, "parameters": [ { - "id": 872, + "id": 873, "name": "id", "variant": "param", "kind": 32768, @@ -18617,7 +18643,7 @@ } }, { - "id": 873, + "id": 874, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18676,14 +18702,14 @@ ] }, { - "id": 874, + "id": 875, "name": "refundPayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 875, + "id": 876, "name": "refundPayment", "variant": "signature", "kind": 4096, @@ -18726,7 +18752,7 @@ }, "parameters": [ { - "id": 876, + "id": 877, "name": "id", "variant": "param", "kind": 32768, @@ -18745,7 +18771,7 @@ } }, { - "id": 877, + "id": 878, "name": "payload", "variant": "param", "kind": 32768, @@ -18769,7 +18795,7 @@ } }, { - "id": 878, + "id": 879, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18828,14 +18854,14 @@ ] }, { - "id": 879, + "id": 880, "name": "createFulfillment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 880, + "id": 881, "name": "createFulfillment", "variant": "signature", "kind": 4096, @@ -18886,7 +18912,7 @@ }, "parameters": [ { - "id": 881, + "id": 882, "name": "id", "variant": "param", "kind": 32768, @@ -18905,7 +18931,7 @@ } }, { - "id": 882, + "id": 883, "name": "payload", "variant": "param", "kind": 32768, @@ -18929,7 +18955,7 @@ } }, { - "id": 883, + "id": 884, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -18988,14 +19014,14 @@ ] }, { - "id": 884, + "id": 885, "name": "cancelFulfillment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 885, + "id": 886, "name": "cancelFulfillment", "variant": "signature", "kind": 4096, @@ -19038,7 +19064,7 @@ }, "parameters": [ { - "id": 886, + "id": 887, "name": "id", "variant": "param", "kind": 32768, @@ -19057,7 +19083,7 @@ } }, { - "id": 887, + "id": 888, "name": "fulfillmentId", "variant": "param", "kind": 32768, @@ -19076,7 +19102,7 @@ } }, { - "id": 888, + "id": 889, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -19135,14 +19161,14 @@ ] }, { - "id": 889, + "id": 890, "name": "cancelSwapFulfillment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 890, + "id": 891, "name": "cancelSwapFulfillment", "variant": "signature", "kind": 4096, @@ -19185,7 +19211,7 @@ }, "parameters": [ { - "id": 891, + "id": 892, "name": "id", "variant": "param", "kind": 32768, @@ -19204,7 +19230,7 @@ } }, { - "id": 892, + "id": 893, "name": "swapId", "variant": "param", "kind": 32768, @@ -19223,7 +19249,7 @@ } }, { - "id": 893, + "id": 894, "name": "fulfillmentId", "variant": "param", "kind": 32768, @@ -19242,7 +19268,7 @@ } }, { - "id": 894, + "id": 895, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -19301,14 +19327,14 @@ ] }, { - "id": 895, + "id": 896, "name": "cancelClaimFulfillment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 896, + "id": 897, "name": "cancelClaimFulfillment", "variant": "signature", "kind": 4096, @@ -19351,7 +19377,7 @@ }, "parameters": [ { - "id": 897, + "id": 898, "name": "id", "variant": "param", "kind": 32768, @@ -19370,7 +19396,7 @@ } }, { - "id": 898, + "id": 899, "name": "claimId", "variant": "param", "kind": 32768, @@ -19389,7 +19415,7 @@ } }, { - "id": 899, + "id": 900, "name": "fulfillmentId", "variant": "param", "kind": 32768, @@ -19408,7 +19434,7 @@ } }, { - "id": 900, + "id": 901, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -19467,14 +19493,14 @@ ] }, { - "id": 901, + "id": 902, "name": "createShipment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 902, + "id": 903, "name": "createShipment", "variant": "signature", "kind": 4096, @@ -19525,7 +19551,7 @@ }, "parameters": [ { - "id": 903, + "id": 904, "name": "id", "variant": "param", "kind": 32768, @@ -19544,7 +19570,7 @@ } }, { - "id": 904, + "id": 905, "name": "payload", "variant": "param", "kind": 32768, @@ -19568,7 +19594,7 @@ } }, { - "id": 905, + "id": 906, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -19627,14 +19653,14 @@ ] }, { - "id": 906, + "id": 907, "name": "requestReturn", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 907, + "id": 908, "name": "requestReturn", "variant": "signature", "kind": 4096, @@ -19677,7 +19703,7 @@ }, "parameters": [ { - "id": 908, + "id": 909, "name": "id", "variant": "param", "kind": 32768, @@ -19696,7 +19722,7 @@ } }, { - "id": 909, + "id": 910, "name": "payload", "variant": "param", "kind": 32768, @@ -19720,7 +19746,7 @@ } }, { - "id": 910, + "id": 911, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -19779,14 +19805,14 @@ ] }, { - "id": 911, + "id": 912, "name": "cancel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 912, + "id": 913, "name": "cancel", "variant": "signature", "kind": 4096, @@ -19821,7 +19847,7 @@ }, "parameters": [ { - "id": 913, + "id": 914, "name": "id", "variant": "param", "kind": 32768, @@ -19840,7 +19866,7 @@ } }, { - "id": 914, + "id": 915, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -19899,14 +19925,14 @@ ] }, { - "id": 915, + "id": 916, "name": "addShippingMethod", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 916, + "id": 917, "name": "addShippingMethod", "variant": "signature", "kind": 4096, @@ -19941,7 +19967,7 @@ }, "parameters": [ { - "id": 917, + "id": 918, "name": "id", "variant": "param", "kind": 32768, @@ -19960,7 +19986,7 @@ } }, { - "id": 918, + "id": 919, "name": "payload", "variant": "param", "kind": 32768, @@ -19984,7 +20010,7 @@ } }, { - "id": 919, + "id": 920, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -20043,14 +20069,14 @@ ] }, { - "id": 920, + "id": 921, "name": "archive", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 921, + "id": 922, "name": "archive", "variant": "signature", "kind": 4096, @@ -20085,7 +20111,7 @@ }, "parameters": [ { - "id": 922, + "id": 923, "name": "id", "variant": "param", "kind": 32768, @@ -20104,7 +20130,7 @@ } }, { - "id": 923, + "id": 924, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -20163,14 +20189,14 @@ ] }, { - "id": 924, + "id": 925, "name": "createSwap", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 925, + "id": 926, "name": "createSwap", "variant": "signature", "kind": 4096, @@ -20213,7 +20239,7 @@ }, "parameters": [ { - "id": 926, + "id": 927, "name": "id", "variant": "param", "kind": 32768, @@ -20232,7 +20258,7 @@ } }, { - "id": 927, + "id": 928, "name": "payload", "variant": "param", "kind": 32768, @@ -20256,7 +20282,7 @@ } }, { - "id": 928, + "id": 929, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -20315,14 +20341,14 @@ ] }, { - "id": 929, + "id": 930, "name": "cancelSwap", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 930, + "id": 931, "name": "cancelSwap", "variant": "signature", "kind": 4096, @@ -20365,7 +20391,7 @@ }, "parameters": [ { - "id": 931, + "id": 932, "name": "id", "variant": "param", "kind": 32768, @@ -20384,7 +20410,7 @@ } }, { - "id": 932, + "id": 933, "name": "swapId", "variant": "param", "kind": 32768, @@ -20403,7 +20429,7 @@ } }, { - "id": 933, + "id": 934, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -20462,14 +20488,14 @@ ] }, { - "id": 934, + "id": 935, "name": "fulfillSwap", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 935, + "id": 936, "name": "fulfillSwap", "variant": "signature", "kind": 4096, @@ -20528,7 +20554,7 @@ }, "parameters": [ { - "id": 936, + "id": 937, "name": "id", "variant": "param", "kind": 32768, @@ -20547,7 +20573,7 @@ } }, { - "id": 937, + "id": 938, "name": "swapId", "variant": "param", "kind": 32768, @@ -20566,7 +20592,7 @@ } }, { - "id": 938, + "id": 939, "name": "payload", "variant": "param", "kind": 32768, @@ -20590,7 +20616,7 @@ } }, { - "id": 939, + "id": 940, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -20649,14 +20675,14 @@ ] }, { - "id": 940, + "id": 941, "name": "createSwapShipment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 941, + "id": 942, "name": "createSwapShipment", "variant": "signature", "kind": 4096, @@ -20715,7 +20741,7 @@ }, "parameters": [ { - "id": 942, + "id": 943, "name": "id", "variant": "param", "kind": 32768, @@ -20734,7 +20760,7 @@ } }, { - "id": 943, + "id": 944, "name": "swapId", "variant": "param", "kind": 32768, @@ -20753,7 +20779,7 @@ } }, { - "id": 944, + "id": 945, "name": "payload", "variant": "param", "kind": 32768, @@ -20777,7 +20803,7 @@ } }, { - "id": 945, + "id": 946, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -20836,14 +20862,14 @@ ] }, { - "id": 946, + "id": 947, "name": "processSwapPayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 947, + "id": 948, "name": "processSwapPayment", "variant": "signature", "kind": 4096, @@ -20910,7 +20936,7 @@ }, "parameters": [ { - "id": 948, + "id": 949, "name": "id", "variant": "param", "kind": 32768, @@ -20929,7 +20955,7 @@ } }, { - "id": 949, + "id": 950, "name": "swapId", "variant": "param", "kind": 32768, @@ -20948,7 +20974,7 @@ } }, { - "id": 950, + "id": 951, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -21007,14 +21033,14 @@ ] }, { - "id": 951, + "id": 952, "name": "createClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 952, + "id": 953, "name": "createClaim", "variant": "signature", "kind": 4096, @@ -21065,7 +21091,7 @@ }, "parameters": [ { - "id": 953, + "id": 954, "name": "id", "variant": "param", "kind": 32768, @@ -21084,7 +21110,7 @@ } }, { - "id": 954, + "id": 955, "name": "payload", "variant": "param", "kind": 32768, @@ -21108,7 +21134,7 @@ } }, { - "id": 955, + "id": 956, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -21167,14 +21193,14 @@ ] }, { - "id": 956, + "id": 957, "name": "cancelClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 957, + "id": 958, "name": "cancelClaim", "variant": "signature", "kind": 4096, @@ -21217,7 +21243,7 @@ }, "parameters": [ { - "id": 958, + "id": 959, "name": "id", "variant": "param", "kind": 32768, @@ -21236,7 +21262,7 @@ } }, { - "id": 959, + "id": 960, "name": "claimId", "variant": "param", "kind": 32768, @@ -21255,7 +21281,7 @@ } }, { - "id": 960, + "id": 961, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -21314,14 +21340,14 @@ ] }, { - "id": 961, + "id": 962, "name": "updateClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 962, + "id": 963, "name": "updateClaim", "variant": "signature", "kind": 4096, @@ -21364,7 +21390,7 @@ }, "parameters": [ { - "id": 963, + "id": 964, "name": "id", "variant": "param", "kind": 32768, @@ -21383,7 +21409,7 @@ } }, { - "id": 964, + "id": 965, "name": "claimId", "variant": "param", "kind": 32768, @@ -21402,7 +21428,7 @@ } }, { - "id": 965, + "id": 966, "name": "payload", "variant": "param", "kind": 32768, @@ -21426,7 +21452,7 @@ } }, { - "id": 966, + "id": 967, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -21485,14 +21511,14 @@ ] }, { - "id": 967, + "id": 968, "name": "fulfillClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 968, + "id": 969, "name": "fulfillClaim", "variant": "signature", "kind": 4096, @@ -21559,7 +21585,7 @@ }, "parameters": [ { - "id": 969, + "id": 970, "name": "id", "variant": "param", "kind": 32768, @@ -21578,7 +21604,7 @@ } }, { - "id": 970, + "id": 971, "name": "claimId", "variant": "param", "kind": 32768, @@ -21597,7 +21623,7 @@ } }, { - "id": 971, + "id": 972, "name": "payload", "variant": "param", "kind": 32768, @@ -21621,7 +21647,7 @@ } }, { - "id": 972, + "id": 973, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -21680,14 +21706,14 @@ ] }, { - "id": 973, + "id": 974, "name": "createClaimShipment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 974, + "id": 975, "name": "createClaimShipment", "variant": "signature", "kind": 4096, @@ -21746,7 +21772,7 @@ }, "parameters": [ { - "id": 975, + "id": 976, "name": "id", "variant": "param", "kind": 32768, @@ -21765,7 +21791,7 @@ } }, { - "id": 976, + "id": 977, "name": "claimId", "variant": "param", "kind": 32768, @@ -21784,7 +21810,7 @@ } }, { - "id": 977, + "id": 978, "name": "payload", "variant": "param", "kind": 32768, @@ -21808,7 +21834,7 @@ } }, { - "id": 978, + "id": 979, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -21867,21 +21893,21 @@ ] }, { - "id": 849, + "id": 850, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 850, + "id": 851, "name": "new AdminOrdersResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 851, + "id": 852, "name": "client", "variant": "param", "kind": 32768, @@ -21899,7 +21925,7 @@ ], "type": { "type": "reference", - "target": 848, + "target": 849, "name": "AdminOrdersResource", "package": "@medusajs/medusa-js" }, @@ -21921,37 +21947,37 @@ { "title": "Constructors", "children": [ - 849 + 850 ] }, { "title": "Methods", "children": [ - 852, - 857, - 862, - 866, - 870, - 874, - 879, - 884, - 889, - 895, - 901, - 906, - 911, - 915, - 920, - 924, - 929, - 934, - 940, - 946, - 951, - 956, - 961, - 967, - 973 + 853, + 858, + 863, + 867, + 871, + 875, + 880, + 885, + 890, + 896, + 902, + 907, + 912, + 916, + 921, + 925, + 930, + 935, + 941, + 947, + 952, + 957, + 962, + 968, + 974 ] } ], @@ -21968,7 +21994,7 @@ ] }, { - "id": 1639, + "id": 1646, "name": "AdminPaymentCollectionsResource", "variant": "declaration", "kind": 128, @@ -22001,14 +22027,14 @@ }, "children": [ { - "id": 1643, + "id": 1650, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1644, + "id": 1651, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -22055,7 +22081,7 @@ }, "parameters": [ { - "id": 1645, + "id": 1652, "name": "id", "variant": "param", "kind": 32768, @@ -22074,7 +22100,7 @@ } }, { - "id": 1646, + "id": 1653, "name": "query", "variant": "param", "kind": 32768, @@ -22100,7 +22126,7 @@ } }, { - "id": 1647, + "id": 1654, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -22159,14 +22185,14 @@ ] }, { - "id": 1648, + "id": 1655, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1649, + "id": 1656, "name": "update", "variant": "signature", "kind": 4096, @@ -22201,7 +22227,7 @@ }, "parameters": [ { - "id": 1650, + "id": 1657, "name": "id", "variant": "param", "kind": 32768, @@ -22220,7 +22246,7 @@ } }, { - "id": 1651, + "id": 1658, "name": "payload", "variant": "param", "kind": 32768, @@ -22244,7 +22270,7 @@ } }, { - "id": 1652, + "id": 1659, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -22303,14 +22329,14 @@ ] }, { - "id": 1653, + "id": 1660, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1654, + "id": 1661, "name": "delete", "variant": "signature", "kind": 4096, @@ -22361,7 +22387,7 @@ }, "parameters": [ { - "id": 1655, + "id": 1662, "name": "id", "variant": "param", "kind": 32768, @@ -22380,7 +22406,7 @@ } }, { - "id": 1656, + "id": 1663, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -22439,14 +22465,14 @@ ] }, { - "id": 1657, + "id": 1664, "name": "markAsAuthorized", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1658, + "id": 1665, "name": "markAsAuthorized", "variant": "signature", "kind": 4096, @@ -22497,7 +22523,7 @@ }, "parameters": [ { - "id": 1659, + "id": 1666, "name": "id", "variant": "param", "kind": 32768, @@ -22516,7 +22542,7 @@ } }, { - "id": 1660, + "id": 1667, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -22575,21 +22601,21 @@ ] }, { - "id": 1640, + "id": 1647, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1641, + "id": 1648, "name": "new AdminPaymentCollectionsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1642, + "id": 1649, "name": "client", "variant": "param", "kind": 32768, @@ -22607,7 +22633,7 @@ ], "type": { "type": "reference", - "target": 1639, + "target": 1646, "name": "AdminPaymentCollectionsResource", "package": "@medusajs/medusa-js" }, @@ -22629,16 +22655,16 @@ { "title": "Constructors", "children": [ - 1640 + 1647 ] }, { "title": "Methods", "children": [ - 1643, - 1648, - 1653, - 1657 + 1650, + 1655, + 1660, + 1664 ] } ], @@ -22655,7 +22681,7 @@ ] }, { - "id": 1661, + "id": 1668, "name": "AdminPaymentsResource", "variant": "declaration", "kind": 128, @@ -22688,14 +22714,14 @@ }, "children": [ { - "id": 1665, + "id": 1672, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1666, + "id": 1673, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -22730,7 +22756,7 @@ }, "parameters": [ { - "id": 1667, + "id": 1674, "name": "id", "variant": "param", "kind": 32768, @@ -22749,7 +22775,7 @@ } }, { - "id": 1668, + "id": 1675, "name": "query", "variant": "param", "kind": 32768, @@ -22775,7 +22801,7 @@ } }, { - "id": 1669, + "id": 1676, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -22834,14 +22860,14 @@ ] }, { - "id": 1670, + "id": 1677, "name": "capturePayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1671, + "id": 1678, "name": "capturePayment", "variant": "signature", "kind": 4096, @@ -22876,7 +22902,7 @@ }, "parameters": [ { - "id": 1672, + "id": 1679, "name": "id", "variant": "param", "kind": 32768, @@ -22895,7 +22921,7 @@ } }, { - "id": 1673, + "id": 1680, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -22954,14 +22980,14 @@ ] }, { - "id": 1674, + "id": 1681, "name": "refundPayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1675, + "id": 1682, "name": "refundPayment", "variant": "signature", "kind": 4096, @@ -22996,7 +23022,7 @@ }, "parameters": [ { - "id": 1676, + "id": 1683, "name": "id", "variant": "param", "kind": 32768, @@ -23015,7 +23041,7 @@ } }, { - "id": 1677, + "id": 1684, "name": "payload", "variant": "param", "kind": 32768, @@ -23039,7 +23065,7 @@ } }, { - "id": 1678, + "id": 1685, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -23098,21 +23124,21 @@ ] }, { - "id": 1662, + "id": 1669, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1663, + "id": 1670, "name": "new AdminPaymentsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1664, + "id": 1671, "name": "client", "variant": "param", "kind": 32768, @@ -23130,7 +23156,7 @@ ], "type": { "type": "reference", - "target": 1661, + "target": 1668, "name": "AdminPaymentsResource", "package": "@medusajs/medusa-js" }, @@ -23152,15 +23178,15 @@ { "title": "Constructors", "children": [ - 1662 + 1669 ] }, { "title": "Methods", "children": [ - 1665, - 1670, - 1674 + 1672, + 1677, + 1681 ] } ], @@ -23177,7 +23203,7 @@ ] }, { - "id": 1038, + "id": 1039, "name": "AdminPriceListResource", "variant": "declaration", "kind": 128, @@ -23210,14 +23236,14 @@ }, "children": [ { - "id": 1042, + "id": 1043, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1043, + "id": 1044, "name": "create", "variant": "signature", "kind": 4096, @@ -23252,7 +23278,7 @@ }, "parameters": [ { - "id": 1044, + "id": 1045, "name": "payload", "variant": "param", "kind": 32768, @@ -23276,7 +23302,7 @@ } }, { - "id": 1045, + "id": 1046, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -23335,14 +23361,14 @@ ] }, { - "id": 1046, + "id": 1047, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1047, + "id": 1048, "name": "update", "variant": "signature", "kind": 4096, @@ -23377,7 +23403,7 @@ }, "parameters": [ { - "id": 1048, + "id": 1049, "name": "id", "variant": "param", "kind": 32768, @@ -23396,7 +23422,7 @@ } }, { - "id": 1049, + "id": 1050, "name": "payload", "variant": "param", "kind": 32768, @@ -23420,7 +23446,7 @@ } }, { - "id": 1050, + "id": 1051, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -23479,14 +23505,14 @@ ] }, { - "id": 1051, + "id": 1052, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1052, + "id": 1053, "name": "delete", "variant": "signature", "kind": 4096, @@ -23521,7 +23547,7 @@ }, "parameters": [ { - "id": 1053, + "id": 1054, "name": "id", "variant": "param", "kind": 32768, @@ -23540,7 +23566,7 @@ } }, { - "id": 1054, + "id": 1055, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -23599,14 +23625,14 @@ ] }, { - "id": 1055, + "id": 1056, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1056, + "id": 1057, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -23641,7 +23667,7 @@ }, "parameters": [ { - "id": 1057, + "id": 1058, "name": "id", "variant": "param", "kind": 32768, @@ -23660,7 +23686,7 @@ } }, { - "id": 1058, + "id": 1059, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -23719,14 +23745,14 @@ ] }, { - "id": 1059, + "id": 1060, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1060, + "id": 1061, "name": "list", "variant": "signature", "kind": 4096, @@ -23829,7 +23855,7 @@ }, "parameters": [ { - "id": 1061, + "id": 1062, "name": "query", "variant": "param", "kind": 32768, @@ -23855,7 +23881,7 @@ } }, { - "id": 1062, + "id": 1063, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -23914,14 +23940,14 @@ ] }, { - "id": 1063, + "id": 1064, "name": "listProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1064, + "id": 1065, "name": "listProducts", "variant": "signature", "kind": 4096, @@ -24024,7 +24050,7 @@ }, "parameters": [ { - "id": 1065, + "id": 1066, "name": "id", "variant": "param", "kind": 32768, @@ -24043,7 +24069,7 @@ } }, { - "id": 1066, + "id": 1067, "name": "query", "variant": "param", "kind": 32768, @@ -24069,7 +24095,7 @@ } }, { - "id": 1067, + "id": 1068, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -24128,14 +24154,14 @@ ] }, { - "id": 1068, + "id": 1069, "name": "addPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1069, + "id": 1070, "name": "addPrices", "variant": "signature", "kind": 4096, @@ -24170,7 +24196,7 @@ }, "parameters": [ { - "id": 1070, + "id": 1071, "name": "id", "variant": "param", "kind": 32768, @@ -24189,7 +24215,7 @@ } }, { - "id": 1071, + "id": 1072, "name": "payload", "variant": "param", "kind": 32768, @@ -24213,7 +24239,7 @@ } }, { - "id": 1072, + "id": 1073, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -24272,14 +24298,14 @@ ] }, { - "id": 1073, + "id": 1074, "name": "deletePrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1074, + "id": 1075, "name": "deletePrices", "variant": "signature", "kind": 4096, @@ -24314,7 +24340,7 @@ }, "parameters": [ { - "id": 1075, + "id": 1076, "name": "id", "variant": "param", "kind": 32768, @@ -24333,7 +24359,7 @@ } }, { - "id": 1076, + "id": 1077, "name": "payload", "variant": "param", "kind": 32768, @@ -24357,7 +24383,7 @@ } }, { - "id": 1077, + "id": 1078, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -24416,14 +24442,14 @@ ] }, { - "id": 1078, + "id": 1079, "name": "deleteProductPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1079, + "id": 1080, "name": "deleteProductPrices", "variant": "signature", "kind": 4096, @@ -24458,7 +24484,7 @@ }, "parameters": [ { - "id": 1080, + "id": 1081, "name": "priceListId", "variant": "param", "kind": 32768, @@ -24477,7 +24503,7 @@ } }, { - "id": 1081, + "id": 1082, "name": "productId", "variant": "param", "kind": 32768, @@ -24496,7 +24522,7 @@ } }, { - "id": 1082, + "id": 1083, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -24555,14 +24581,14 @@ ] }, { - "id": 1083, + "id": 1084, "name": "deleteVariantPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1084, + "id": 1085, "name": "deleteVariantPrices", "variant": "signature", "kind": 4096, @@ -24597,7 +24623,7 @@ }, "parameters": [ { - "id": 1085, + "id": 1086, "name": "priceListId", "variant": "param", "kind": 32768, @@ -24616,7 +24642,7 @@ } }, { - "id": 1086, + "id": 1087, "name": "variantId", "variant": "param", "kind": 32768, @@ -24635,7 +24661,7 @@ } }, { - "id": 1087, + "id": 1088, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -24694,14 +24720,14 @@ ] }, { - "id": 1088, + "id": 1089, "name": "deleteProductsPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1089, + "id": 1090, "name": "deleteProductsPrices", "variant": "signature", "kind": 4096, @@ -24736,7 +24762,7 @@ }, "parameters": [ { - "id": 1090, + "id": 1091, "name": "priceListId", "variant": "param", "kind": 32768, @@ -24755,7 +24781,7 @@ } }, { - "id": 1091, + "id": 1092, "name": "payload", "variant": "param", "kind": 32768, @@ -24779,7 +24805,7 @@ } }, { - "id": 1092, + "id": 1093, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -24838,21 +24864,21 @@ ] }, { - "id": 1039, + "id": 1040, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1040, + "id": 1041, "name": "new AdminPriceListResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1041, + "id": 1042, "name": "client", "variant": "param", "kind": 32768, @@ -24870,7 +24896,7 @@ ], "type": { "type": "reference", - "target": 1038, + "target": 1039, "name": "AdminPriceListResource", "package": "@medusajs/medusa-js" }, @@ -24892,23 +24918,23 @@ { "title": "Constructors", "children": [ - 1039 + 1040 ] }, { "title": "Methods", "children": [ - 1042, - 1046, - 1051, - 1055, - 1059, - 1063, - 1068, - 1073, - 1078, - 1083, - 1088 + 1043, + 1047, + 1052, + 1056, + 1060, + 1064, + 1069, + 1074, + 1079, + 1084, + 1089 ] } ], @@ -24925,7 +24951,7 @@ ] }, { - "id": 1679, + "id": 1686, "name": "AdminProductCategoriesResource", "variant": "declaration", "kind": 128, @@ -24969,14 +24995,14 @@ }, "children": [ { - "id": 1683, + "id": 1690, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1684, + "id": 1691, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -25023,7 +25049,7 @@ }, "parameters": [ { - "id": 1685, + "id": 1692, "name": "productCategoryId", "variant": "param", "kind": 32768, @@ -25042,7 +25068,7 @@ } }, { - "id": 1686, + "id": 1693, "name": "query", "variant": "param", "kind": 32768, @@ -25068,7 +25094,7 @@ } }, { - "id": 1687, + "id": 1694, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25127,14 +25153,14 @@ ] }, { - "id": 1688, + "id": 1695, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1689, + "id": 1696, "name": "create", "variant": "signature", "kind": 4096, @@ -25169,7 +25195,7 @@ }, "parameters": [ { - "id": 1690, + "id": 1697, "name": "payload", "variant": "param", "kind": 32768, @@ -25193,7 +25219,7 @@ } }, { - "id": 1691, + "id": 1698, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25252,14 +25278,14 @@ ] }, { - "id": 1692, + "id": 1699, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1693, + "id": 1700, "name": "update", "variant": "signature", "kind": 4096, @@ -25294,7 +25320,7 @@ }, "parameters": [ { - "id": 1694, + "id": 1701, "name": "productCategoryId", "variant": "param", "kind": 32768, @@ -25313,7 +25339,7 @@ } }, { - "id": 1695, + "id": 1702, "name": "payload", "variant": "param", "kind": 32768, @@ -25337,7 +25363,7 @@ } }, { - "id": 1696, + "id": 1703, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25396,14 +25422,14 @@ ] }, { - "id": 1697, + "id": 1704, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1698, + "id": 1705, "name": "list", "variant": "signature", "kind": 4096, @@ -25506,7 +25532,7 @@ }, "parameters": [ { - "id": 1699, + "id": 1706, "name": "query", "variant": "param", "kind": 32768, @@ -25532,7 +25558,7 @@ } }, { - "id": 1700, + "id": 1707, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25591,14 +25617,14 @@ ] }, { - "id": 1701, + "id": 1708, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1702, + "id": 1709, "name": "delete", "variant": "signature", "kind": 4096, @@ -25633,7 +25659,7 @@ }, "parameters": [ { - "id": 1703, + "id": 1710, "name": "productCategoryId", "variant": "param", "kind": 32768, @@ -25652,7 +25678,7 @@ } }, { - "id": 1704, + "id": 1711, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25711,14 +25737,14 @@ ] }, { - "id": 1705, + "id": 1712, "name": "removeProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1706, + "id": 1713, "name": "removeProducts", "variant": "signature", "kind": 4096, @@ -25753,7 +25779,7 @@ }, "parameters": [ { - "id": 1707, + "id": 1714, "name": "productCategoryId", "variant": "param", "kind": 32768, @@ -25772,7 +25798,7 @@ } }, { - "id": 1708, + "id": 1715, "name": "payload", "variant": "param", "kind": 32768, @@ -25796,7 +25822,7 @@ } }, { - "id": 1709, + "id": 1716, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25855,14 +25881,14 @@ ] }, { - "id": 1710, + "id": 1717, "name": "addProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1711, + "id": 1718, "name": "addProducts", "variant": "signature", "kind": 4096, @@ -25897,7 +25923,7 @@ }, "parameters": [ { - "id": 1712, + "id": 1719, "name": "productCategoryId", "variant": "param", "kind": 32768, @@ -25916,7 +25942,7 @@ } }, { - "id": 1713, + "id": 1720, "name": "payload", "variant": "param", "kind": 32768, @@ -25940,7 +25966,7 @@ } }, { - "id": 1714, + "id": 1721, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -25999,21 +26025,21 @@ ] }, { - "id": 1680, + "id": 1687, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1681, + "id": 1688, "name": "new AdminProductCategoriesResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1682, + "id": 1689, "name": "client", "variant": "param", "kind": 32768, @@ -26031,7 +26057,7 @@ ], "type": { "type": "reference", - "target": 1679, + "target": 1686, "name": "AdminProductCategoriesResource", "package": "@medusajs/medusa-js" }, @@ -26053,19 +26079,19 @@ { "title": "Constructors", "children": [ - 1680 + 1687 ] }, { "title": "Methods", "children": [ - 1683, - 1688, - 1692, - 1697, - 1701, - 1705, - 1710 + 1690, + 1695, + 1699, + 1704, + 1708, + 1712, + 1717 ] } ], @@ -26082,7 +26108,7 @@ ] }, { - "id": 1093, + "id": 1094, "name": "AdminProductTagsResource", "variant": "declaration", "kind": 128, @@ -26115,14 +26141,14 @@ }, "children": [ { - "id": 1097, + "id": 1098, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1098, + "id": 1099, "name": "list", "variant": "signature", "kind": 4096, @@ -26217,7 +26243,7 @@ }, "parameters": [ { - "id": 1099, + "id": 1100, "name": "query", "variant": "param", "kind": 32768, @@ -26267,21 +26293,21 @@ ] }, { - "id": 1094, + "id": 1095, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1095, + "id": 1096, "name": "new AdminProductTagsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1096, + "id": 1097, "name": "client", "variant": "param", "kind": 32768, @@ -26299,7 +26325,7 @@ ], "type": { "type": "reference", - "target": 1093, + "target": 1094, "name": "AdminProductTagsResource", "package": "@medusajs/medusa-js" }, @@ -26321,13 +26347,13 @@ { "title": "Constructors", "children": [ - 1094 + 1095 ] }, { "title": "Methods", "children": [ - 1097 + 1098 ] } ], @@ -26344,7 +26370,7 @@ ] }, { - "id": 1100, + "id": 1101, "name": "AdminProductTypesResource", "variant": "declaration", "kind": 128, @@ -26377,14 +26403,14 @@ }, "children": [ { - "id": 1104, + "id": 1105, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1105, + "id": 1106, "name": "list", "variant": "signature", "kind": 4096, @@ -26479,7 +26505,7 @@ }, "parameters": [ { - "id": 1106, + "id": 1107, "name": "query", "variant": "param", "kind": 32768, @@ -26505,7 +26531,7 @@ } }, { - "id": 1107, + "id": 1108, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -26564,21 +26590,21 @@ ] }, { - "id": 1101, + "id": 1102, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1102, + "id": 1103, "name": "new AdminProductTypesResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1103, + "id": 1104, "name": "client", "variant": "param", "kind": 32768, @@ -26596,7 +26622,7 @@ ], "type": { "type": "reference", - "target": 1100, + "target": 1101, "name": "AdminProductTypesResource", "package": "@medusajs/medusa-js" }, @@ -26618,13 +26644,13 @@ { "title": "Constructors", "children": [ - 1101 + 1102 ] }, { "title": "Methods", "children": [ - 1104 + 1105 ] } ], @@ -26641,7 +26667,7 @@ ] }, { - "id": 1108, + "id": 1109, "name": "AdminProductsResource", "variant": "declaration", "kind": 128, @@ -26674,14 +26700,14 @@ }, "children": [ { - "id": 1112, + "id": 1113, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1113, + "id": 1114, "name": "create", "variant": "signature", "kind": 4096, @@ -26732,7 +26758,7 @@ }, "parameters": [ { - "id": 1114, + "id": 1115, "name": "payload", "variant": "param", "kind": 32768, @@ -26756,7 +26782,7 @@ } }, { - "id": 1115, + "id": 1116, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -26815,14 +26841,14 @@ ] }, { - "id": 1116, + "id": 1117, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1117, + "id": 1118, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -26856,128 +26882,8 @@ ] }, "parameters": [ - { - "id": 1118, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The product's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, { "id": 1119, - "name": "customHeaders", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Custom headers to attach to the request." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "ResponsePromise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "AdminProductsRes" - }, - "name": "AdminProductsRes", - "package": "@medusajs/medusa" - } - ], - "name": "ResponsePromise", - "package": "@medusajs/medusa-js" - } - } - ] - }, - { - "id": 1120, - "name": "update", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1121, - "name": "update", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Update a Product's details." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves to the product's details." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.update(productId, {\n title: \"Shirt\",\n})\n.then(({ product }) => {\n console.log(product.id);\n})\n```" - } - ] - } - ] - }, - "parameters": [ - { - "id": 1122, "name": "id", "variant": "param", "kind": 32768, @@ -26996,31 +26902,7 @@ } }, { - "id": 1123, - "name": "payload", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The attributes to update in a product." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/update-product.d.ts", - "qualifiedName": "AdminPostProductsProductReq" - }, - "name": "AdminPostProductsProductReq", - "package": "@medusajs/medusa" - } - }, - { - "id": 1124, + "id": 1120, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27079,14 +26961,158 @@ ] }, { - "id": 1125, + "id": 1121, + "name": "update", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1122, + "name": "update", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Update a Product's details." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the product's details." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.update(productId, {\n title: \"Shirt\",\n})\n.then(({ product }) => {\n console.log(product.id);\n})\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 1123, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The product's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1124, + "name": "payload", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The attributes to update in a product." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/update-product.d.ts", + "qualifiedName": "AdminPostProductsProductReq" + }, + "name": "AdminPostProductsProductReq", + "package": "@medusajs/medusa" + } + }, + { + "id": 1125, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "AdminProductsRes" + }, + "name": "AdminProductsRes", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1126, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1126, + "id": 1127, "name": "delete", "variant": "signature", "kind": 4096, @@ -27121,7 +27147,7 @@ }, "parameters": [ { - "id": 1127, + "id": 1128, "name": "id", "variant": "param", "kind": 32768, @@ -27140,7 +27166,7 @@ } }, { - "id": 1128, + "id": 1129, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27199,14 +27225,14 @@ ] }, { - "id": 1129, + "id": 1130, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1130, + "id": 1131, "name": "list", "variant": "signature", "kind": 4096, @@ -27309,7 +27335,7 @@ }, "parameters": [ { - "id": 1131, + "id": 1132, "name": "query", "variant": "param", "kind": 32768, @@ -27335,7 +27361,7 @@ } }, { - "id": 1132, + "id": 1133, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27394,14 +27420,14 @@ ] }, { - "id": 1136, + "id": 1137, "name": "listTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1137, + "id": 1138, "name": "listTags", "variant": "signature", "kind": 4096, @@ -27436,7 +27462,7 @@ }, "parameters": [ { - "id": 1138, + "id": 1139, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27495,14 +27521,14 @@ ] }, { - "id": 1139, + "id": 1140, "name": "setMetadata", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1140, + "id": 1141, "name": "setMetadata", "variant": "signature", "kind": 4096, @@ -27511,7 +27537,7 @@ "summary": [ { "kind": "text", - "text": "Set the metadata of a product. It can be any key-value pair, which allows adding custom data to a product. Learn about how you can update and delete the metadata attribute \n[here](https://docs.medusajs.com/development/entities/overview#metadata-attribute)." + "text": "Set the metadata of a product. It can be any key-value pair, which allows adding custom data to a product. Learn about how you can update and delete the metadata attribute\n[here](https://docs.medusajs.com/development/entities/overview#metadata-attribute)." } ], "blockTags": [ @@ -27537,7 +27563,7 @@ }, "parameters": [ { - "id": 1141, + "id": 1142, "name": "id", "variant": "param", "kind": 32768, @@ -27556,7 +27582,7 @@ } }, { - "id": 1142, + "id": 1143, "name": "payload", "variant": "param", "kind": 32768, @@ -27580,7 +27606,7 @@ } }, { - "id": 1143, + "id": 1144, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27639,14 +27665,14 @@ ] }, { - "id": 1144, + "id": 1145, "name": "createVariant", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1145, + "id": 1146, "name": "createVariant", "variant": "signature", "kind": 4096, @@ -27689,7 +27715,7 @@ }, "parameters": [ { - "id": 1146, + "id": 1147, "name": "id", "variant": "param", "kind": 32768, @@ -27708,7 +27734,7 @@ } }, { - "id": 1147, + "id": 1148, "name": "payload", "variant": "param", "kind": 32768, @@ -27732,7 +27758,7 @@ } }, { - "id": 1148, + "id": 1149, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27791,14 +27817,14 @@ ] }, { - "id": 1149, + "id": 1150, "name": "updateVariant", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1150, + "id": 1151, "name": "updateVariant", "variant": "signature", "kind": 4096, @@ -27841,7 +27867,7 @@ }, "parameters": [ { - "id": 1151, + "id": 1152, "name": "id", "variant": "param", "kind": 32768, @@ -27860,7 +27886,7 @@ } }, { - "id": 1152, + "id": 1153, "name": "variantId", "variant": "param", "kind": 32768, @@ -27879,7 +27905,7 @@ } }, { - "id": 1153, + "id": 1154, "name": "payload", "variant": "param", "kind": 32768, @@ -27903,7 +27929,7 @@ } }, { - "id": 1154, + "id": 1155, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -27962,14 +27988,14 @@ ] }, { - "id": 1155, + "id": 1156, "name": "deleteVariant", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1156, + "id": 1157, "name": "deleteVariant", "variant": "signature", "kind": 4096, @@ -28004,7 +28030,7 @@ }, "parameters": [ { - "id": 1157, + "id": 1158, "name": "id", "variant": "param", "kind": 32768, @@ -28023,7 +28049,7 @@ } }, { - "id": 1158, + "id": 1159, "name": "variantId", "variant": "param", "kind": 32768, @@ -28042,7 +28068,7 @@ } }, { - "id": 1159, + "id": 1160, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -28101,15 +28127,15 @@ ] }, { - "id": 1160, - "name": "addOption", + "id": 1161, + "name": "listVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1161, - "name": "addOption", + "id": 1162, + "name": "listVariants", "variant": "signature", "kind": 4096, "flags": {}, @@ -28117,7 +28143,31 @@ "summary": [ { "kind": "text", - "text": "Add a product option to a product." + "text": "List the product variants associated with a product. The product variants can be filtered by fields such as " + }, + { + "kind": "code", + "text": "`q`" + }, + { + "kind": "text", + "text": " or " + }, + { + "kind": "code", + "text": "`manage_inventory`" + }, + { + "kind": "text", + "text": " passed in the " + }, + { + "kind": "code", + "text": "`query`" + }, + { + "kind": "text", + "text": " parameter. The product variants can also be sorted or paginated." } ], "blockTags": [ @@ -28126,15 +28176,7 @@ "content": [ { "kind": "text", - "text": "Resolves to the product's details. You can access the variant under the " - }, - { - "kind": "code", - "text": "`options`" - }, - { - "kind": "text", - "text": " property." + "text": "Resolves to the list of product variants with pagination fields." } ] }, @@ -28143,7 +28185,7 @@ "content": [ { "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.addOption(productId, {\n title: \"Size\"\n})\n.then(({ product }) => {\n console.log(product.id);\n})\n```" + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.listVariants(productId, {\n limit: 10,\n})\n.then(({ variants, limit, offset, count }) => {\n console.log(variants.length);\n})\n```" } ] } @@ -28151,7 +28193,7 @@ }, "parameters": [ { - "id": 1162, + "id": 1163, "name": "id", "variant": "param", "kind": 32768, @@ -28160,7 +28202,7 @@ "summary": [ { "kind": "text", - "text": "The product's ID." + "text": "The ID of the product that the variants belongs to." } ] }, @@ -28170,31 +28212,33 @@ } }, { - "id": 1163, - "name": "payload", + "id": 1164, + "name": "query", "variant": "param", "kind": 32768, - "flags": {}, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { "kind": "text", - "text": "The option to add." + "text": "Filters and pagination configurations to apply on the retrieved product variants. If undefined, the first 100 records are retrieved." } ] }, "type": { "type": "reference", "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/add-option.d.ts", - "qualifiedName": "AdminPostProductsProductOptionsReq" + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/list-variants.d.ts", + "qualifiedName": "AdminGetProductsVariantsParams" }, - "name": "AdminPostProductsProductOptionsReq", + "name": "AdminGetProductsVariantsParams", "package": "@medusajs/medusa" } }, { - "id": 1164, + "id": 1165, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -28240,9 +28284,9 @@ "type": "reference", "target": { "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "AdminProductsRes" + "qualifiedName": "AdminProductsListVariantsRes" }, - "name": "AdminProductsRes", + "name": "AdminProductsListVariantsRes", "package": "@medusajs/medusa" } ], @@ -28253,15 +28297,15 @@ ] }, { - "id": 1165, - "name": "updateOption", + "id": 1166, + "name": "addOption", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1166, - "name": "updateOption", + "id": 1167, + "name": "addOption", "variant": "signature", "kind": 4096, "flags": {}, @@ -28269,7 +28313,7 @@ "summary": [ { "kind": "text", - "text": "Update a product option's details." + "text": "Add a product option to a product." } ], "blockTags": [ @@ -28295,35 +28339,16 @@ "content": [ { "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.updateOption(productId, optionId, {\n title: \"Size\"\n})\n.then(({ product }) => {\n console.log(product.id);\n})\n```" + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.addOption(productId, {\n title: \"Size\"\n})\n.then(({ product }) => {\n console.log(product.id);\n})\n```" } ] } ] }, "parameters": [ - { - "id": 1167, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ID of the product that the option belongs to." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, { "id": 1168, - "name": "optionId", + "name": "id", "variant": "param", "kind": 32768, "flags": {}, @@ -28331,7 +28356,7 @@ "summary": [ { "kind": "text", - "text": "The ID of the product option." + "text": "The product's ID." } ] }, @@ -28350,17 +28375,17 @@ "summary": [ { "kind": "text", - "text": "The attributes to update in the product option." + "text": "The option to add." } ] }, "type": { "type": "reference", "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/update-option.d.ts", - "qualifiedName": "AdminPostProductsProductOptionsOption" + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/add-option.d.ts", + "qualifiedName": "AdminPostProductsProductOptionsReq" }, - "name": "AdminPostProductsProductOptionsOption", + "name": "AdminPostProductsProductOptionsReq", "package": "@medusajs/medusa" } }, @@ -28425,14 +28450,14 @@ }, { "id": 1171, - "name": "deleteOption", + "name": "updateOption", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { "id": 1172, - "name": "deleteOption", + "name": "updateOption", "variant": "signature", "kind": 4096, "flags": {}, @@ -28440,7 +28465,7 @@ "summary": [ { "kind": "text", - "text": "Delete a product option. If there are product variants that use this product option, they must be deleted before deleting the product option." + "text": "Update a product option's details." } ], "blockTags": [ @@ -28449,7 +28474,24 @@ "content": [ { "kind": "text", - "text": "Resolves to the deletion operation's details." + "text": "Resolves to the product's details. You can access the variant under the " + }, + { + "kind": "code", + "text": "`options`" + }, + { + "kind": "text", + "text": " property." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.products.updateOption(productId, optionId, {\n title: \"Size\"\n})\n.then(({ product }) => {\n console.log(product.id);\n})\n```" } ] } @@ -28496,6 +28538,160 @@ }, { "id": 1175, + "name": "payload", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The attributes to update in the product option." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/update-option.d.ts", + "qualifiedName": "AdminPostProductsProductOptionsOption" + }, + "name": "AdminPostProductsProductOptionsOption", + "package": "@medusajs/medusa" + } + }, + { + "id": 1176, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "AdminProductsRes" + }, + "name": "AdminProductsRes", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1177, + "name": "deleteOption", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1178, + "name": "deleteOption", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Delete a product option. If there are product variants that use this product option, they must be deleted before deleting the product option." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the deletion operation's details." + } + ] + } + ] + }, + "parameters": [ + { + "id": 1179, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ID of the product that the option belongs to." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1180, + "name": "optionId", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ID of the product option." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1181, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -28554,21 +28750,21 @@ ] }, { - "id": 1109, + "id": 1110, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1110, + "id": 1111, "name": "new AdminProductsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1111, + "id": 1112, "name": "client", "variant": "param", "kind": 32768, @@ -28586,7 +28782,7 @@ ], "type": { "type": "reference", - "target": 1108, + "target": 1109, "name": "AdminProductsResource", "package": "@medusajs/medusa-js" }, @@ -28608,25 +28804,26 @@ { "title": "Constructors", "children": [ - 1109 + 1110 ] }, { "title": "Methods", "children": [ - 1112, - 1116, - 1120, - 1125, - 1129, - 1136, - 1139, - 1144, - 1149, - 1155, - 1160, - 1165, - 1171 + 1113, + 1117, + 1121, + 1126, + 1130, + 1137, + 1140, + 1145, + 1150, + 1156, + 1161, + 1166, + 1171, + 1177 ] } ], @@ -28643,7 +28840,7 @@ ] }, { - "id": 1176, + "id": 1182, "name": "AdminPublishableApiKeyResource", "variant": "declaration", "kind": 128, @@ -28676,14 +28873,14 @@ }, "children": [ { - "id": 1180, + "id": 1186, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1181, + "id": 1187, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -28718,7 +28915,7 @@ }, "parameters": [ { - "id": 1182, + "id": 1188, "name": "id", "variant": "param", "kind": 32768, @@ -28737,7 +28934,7 @@ } }, { - "id": 1183, + "id": 1189, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -28796,14 +28993,14 @@ ] }, { - "id": 1184, + "id": 1190, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1185, + "id": 1191, "name": "list", "variant": "signature", "kind": 4096, @@ -28890,7 +29087,7 @@ }, "parameters": [ { - "id": 1186, + "id": 1192, "name": "query", "variant": "param", "kind": 32768, @@ -28916,7 +29113,7 @@ } }, { - "id": 1187, + "id": 1193, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -28975,14 +29172,14 @@ ] }, { - "id": 1188, + "id": 1194, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1189, + "id": 1195, "name": "create", "variant": "signature", "kind": 4096, @@ -29017,7 +29214,7 @@ }, "parameters": [ { - "id": 1190, + "id": 1196, "name": "payload", "variant": "param", "kind": 32768, @@ -29041,7 +29238,7 @@ } }, { - "id": 1191, + "id": 1197, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29100,14 +29297,14 @@ ] }, { - "id": 1192, + "id": 1198, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1193, + "id": 1199, "name": "update", "variant": "signature", "kind": 4096, @@ -29142,7 +29339,7 @@ }, "parameters": [ { - "id": 1194, + "id": 1200, "name": "id", "variant": "param", "kind": 32768, @@ -29161,7 +29358,7 @@ } }, { - "id": 1195, + "id": 1201, "name": "payload", "variant": "param", "kind": 32768, @@ -29185,7 +29382,7 @@ } }, { - "id": 1196, + "id": 1202, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29244,14 +29441,14 @@ ] }, { - "id": 1197, + "id": 1203, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1198, + "id": 1204, "name": "delete", "variant": "signature", "kind": 4096, @@ -29286,7 +29483,7 @@ }, "parameters": [ { - "id": 1199, + "id": 1205, "name": "id", "variant": "param", "kind": 32768, @@ -29305,7 +29502,7 @@ } }, { - "id": 1200, + "id": 1206, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29364,14 +29561,14 @@ ] }, { - "id": 1201, + "id": 1207, "name": "revoke", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1202, + "id": 1208, "name": "revoke", "variant": "signature", "kind": 4096, @@ -29406,7 +29603,7 @@ }, "parameters": [ { - "id": 1203, + "id": 1209, "name": "id", "variant": "param", "kind": 32768, @@ -29425,7 +29622,7 @@ } }, { - "id": 1204, + "id": 1210, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29484,14 +29681,14 @@ ] }, { - "id": 1205, + "id": 1211, "name": "addSalesChannelsBatch", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1206, + "id": 1212, "name": "addSalesChannelsBatch", "variant": "signature", "kind": 4096, @@ -29526,7 +29723,7 @@ }, "parameters": [ { - "id": 1207, + "id": 1213, "name": "id", "variant": "param", "kind": 32768, @@ -29545,7 +29742,7 @@ } }, { - "id": 1208, + "id": 1214, "name": "payload", "variant": "param", "kind": 32768, @@ -29569,7 +29766,7 @@ } }, { - "id": 1209, + "id": 1215, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29628,14 +29825,14 @@ ] }, { - "id": 1210, + "id": 1216, "name": "deleteSalesChannelsBatch", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1211, + "id": 1217, "name": "deleteSalesChannelsBatch", "variant": "signature", "kind": 4096, @@ -29670,7 +29867,7 @@ }, "parameters": [ { - "id": 1212, + "id": 1218, "name": "id", "variant": "param", "kind": 32768, @@ -29689,7 +29886,7 @@ } }, { - "id": 1213, + "id": 1219, "name": "payload", "variant": "param", "kind": 32768, @@ -29713,7 +29910,7 @@ } }, { - "id": 1214, + "id": 1220, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29772,14 +29969,14 @@ ] }, { - "id": 1215, + "id": 1221, "name": "listSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1216, + "id": 1222, "name": "listSalesChannels", "variant": "signature", "kind": 4096, @@ -29830,7 +30027,7 @@ }, "parameters": [ { - "id": 1217, + "id": 1223, "name": "id", "variant": "param", "kind": 32768, @@ -29849,7 +30046,7 @@ } }, { - "id": 1218, + "id": 1224, "name": "query", "variant": "param", "kind": 32768, @@ -29875,7 +30072,7 @@ } }, { - "id": 1219, + "id": 1225, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -29934,21 +30131,21 @@ ] }, { - "id": 1177, + "id": 1183, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1178, + "id": 1184, "name": "new AdminPublishableApiKeyResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1179, + "id": 1185, "name": "client", "variant": "param", "kind": 32768, @@ -29966,7 +30163,7 @@ ], "type": { "type": "reference", - "target": 1176, + "target": 1182, "name": "AdminPublishableApiKeyResource", "package": "@medusajs/medusa-js" }, @@ -29988,21 +30185,21 @@ { "title": "Constructors", "children": [ - 1177 + 1183 ] }, { "title": "Methods", "children": [ - 1180, - 1184, - 1188, - 1192, - 1197, - 1201, - 1205, - 1210, - 1215 + 1186, + 1190, + 1194, + 1198, + 1203, + 1207, + 1211, + 1216, + 1221 ] } ], @@ -30019,7 +30216,7 @@ ] }, { - "id": 1220, + "id": 1226, "name": "AdminRegionsResource", "variant": "declaration", "kind": 128, @@ -30052,14 +30249,14 @@ }, "children": [ { - "id": 1224, + "id": 1230, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1225, + "id": 1231, "name": "create", "variant": "signature", "kind": 4096, @@ -30094,7 +30291,7 @@ }, "parameters": [ { - "id": 1226, + "id": 1232, "name": "payload", "variant": "param", "kind": 32768, @@ -30118,7 +30315,7 @@ } }, { - "id": 1227, + "id": 1233, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -30177,14 +30374,14 @@ ] }, { - "id": 1228, + "id": 1234, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1229, + "id": 1235, "name": "update", "variant": "signature", "kind": 4096, @@ -30219,7 +30416,7 @@ }, "parameters": [ { - "id": 1230, + "id": 1236, "name": "id", "variant": "param", "kind": 32768, @@ -30238,7 +30435,7 @@ } }, { - "id": 1231, + "id": 1237, "name": "payload", "variant": "param", "kind": 32768, @@ -30262,7 +30459,7 @@ } }, { - "id": 1232, + "id": 1238, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -30321,14 +30518,14 @@ ] }, { - "id": 1233, + "id": 1239, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1234, + "id": 1240, "name": "delete", "variant": "signature", "kind": 4096, @@ -30363,7 +30560,7 @@ }, "parameters": [ { - "id": 1235, + "id": 1241, "name": "id", "variant": "param", "kind": 32768, @@ -30382,7 +30579,7 @@ } }, { - "id": 1236, + "id": 1242, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -30441,14 +30638,14 @@ ] }, { - "id": 1237, + "id": 1243, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1238, + "id": 1244, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -30483,7 +30680,7 @@ }, "parameters": [ { - "id": 1239, + "id": 1245, "name": "id", "variant": "param", "kind": 32768, @@ -30502,7 +30699,33 @@ } }, { - "id": 1240, + "id": 1246, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Query params" + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/get-region.d.ts", + "qualifiedName": "AdminGetRegionsRegionParams" + }, + "name": "AdminGetRegionsRegionParams", + "package": "@medusajs/medusa" + } + }, + { + "id": 1247, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -30561,14 +30784,14 @@ ] }, { - "id": 1241, + "id": 1248, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1242, + "id": 1249, "name": "list", "variant": "signature", "kind": 4096, @@ -30655,7 +30878,7 @@ }, "parameters": [ { - "id": 1243, + "id": 1250, "name": "query", "variant": "param", "kind": 32768, @@ -30681,7 +30904,7 @@ } }, { - "id": 1244, + "id": 1251, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -30740,14 +30963,14 @@ ] }, { - "id": 1245, + "id": 1252, "name": "addCountry", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1246, + "id": 1253, "name": "addCountry", "variant": "signature", "kind": 4096, @@ -30782,7 +31005,7 @@ }, "parameters": [ { - "id": 1247, + "id": 1254, "name": "id", "variant": "param", "kind": 32768, @@ -30801,7 +31024,7 @@ } }, { - "id": 1248, + "id": 1255, "name": "payload", "variant": "param", "kind": 32768, @@ -30825,7 +31048,7 @@ } }, { - "id": 1249, + "id": 1256, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -30884,14 +31107,14 @@ ] }, { - "id": 1250, + "id": 1257, "name": "deleteCountry", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1251, + "id": 1258, "name": "deleteCountry", "variant": "signature", "kind": 4096, @@ -30926,7 +31149,7 @@ }, "parameters": [ { - "id": 1252, + "id": 1259, "name": "id", "variant": "param", "kind": 32768, @@ -30945,7 +31168,7 @@ } }, { - "id": 1253, + "id": 1260, "name": "country_code", "variant": "param", "kind": 32768, @@ -30964,7 +31187,7 @@ } }, { - "id": 1254, + "id": 1261, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31023,14 +31246,14 @@ ] }, { - "id": 1255, + "id": 1262, "name": "addFulfillmentProvider", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1256, + "id": 1263, "name": "addFulfillmentProvider", "variant": "signature", "kind": 4096, @@ -31065,7 +31288,7 @@ }, "parameters": [ { - "id": 1257, + "id": 1264, "name": "id", "variant": "param", "kind": 32768, @@ -31084,7 +31307,7 @@ } }, { - "id": 1258, + "id": 1265, "name": "payload", "variant": "param", "kind": 32768, @@ -31108,7 +31331,7 @@ } }, { - "id": 1259, + "id": 1266, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31167,14 +31390,14 @@ ] }, { - "id": 1260, + "id": 1267, "name": "deleteFulfillmentProvider", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1261, + "id": 1268, "name": "deleteFulfillmentProvider", "variant": "signature", "kind": 4096, @@ -31209,7 +31432,7 @@ }, "parameters": [ { - "id": 1262, + "id": 1269, "name": "id", "variant": "param", "kind": 32768, @@ -31228,7 +31451,7 @@ } }, { - "id": 1263, + "id": 1270, "name": "provider_id", "variant": "param", "kind": 32768, @@ -31247,7 +31470,7 @@ } }, { - "id": 1264, + "id": 1271, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31306,14 +31529,14 @@ ] }, { - "id": 1265, + "id": 1272, "name": "retrieveFulfillmentOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1266, + "id": 1273, "name": "retrieveFulfillmentOptions", "variant": "signature", "kind": 4096, @@ -31348,7 +31571,7 @@ }, "parameters": [ { - "id": 1267, + "id": 1274, "name": "id", "variant": "param", "kind": 32768, @@ -31367,7 +31590,7 @@ } }, { - "id": 1268, + "id": 1275, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31426,14 +31649,14 @@ ] }, { - "id": 1269, + "id": 1276, "name": "addPaymentProvider", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1270, + "id": 1277, "name": "addPaymentProvider", "variant": "signature", "kind": 4096, @@ -31468,7 +31691,7 @@ }, "parameters": [ { - "id": 1271, + "id": 1278, "name": "id", "variant": "param", "kind": 32768, @@ -31487,7 +31710,7 @@ } }, { - "id": 1272, + "id": 1279, "name": "payload", "variant": "param", "kind": 32768, @@ -31511,7 +31734,7 @@ } }, { - "id": 1273, + "id": 1280, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31570,14 +31793,14 @@ ] }, { - "id": 1274, + "id": 1281, "name": "deletePaymentProvider", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1275, + "id": 1282, "name": "deletePaymentProvider", "variant": "signature", "kind": 4096, @@ -31612,7 +31835,7 @@ }, "parameters": [ { - "id": 1276, + "id": 1283, "name": "id", "variant": "param", "kind": 32768, @@ -31631,7 +31854,7 @@ } }, { - "id": 1277, + "id": 1284, "name": "provider_id", "variant": "param", "kind": 32768, @@ -31650,7 +31873,7 @@ } }, { - "id": 1278, + "id": 1285, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31709,21 +31932,21 @@ ] }, { - "id": 1221, + "id": 1227, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1222, + "id": 1228, "name": "new AdminRegionsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1223, + "id": 1229, "name": "client", "variant": "param", "kind": 32768, @@ -31741,7 +31964,7 @@ ], "type": { "type": "reference", - "target": 1220, + "target": 1226, "name": "AdminRegionsResource", "package": "@medusajs/medusa-js" }, @@ -31763,24 +31986,24 @@ { "title": "Constructors", "children": [ - 1221 + 1227 ] }, { "title": "Methods", "children": [ - 1224, - 1228, - 1233, - 1237, - 1241, - 1245, - 1250, - 1255, - 1260, - 1265, - 1269, - 1274 + 1230, + 1234, + 1239, + 1243, + 1248, + 1252, + 1257, + 1262, + 1267, + 1272, + 1276, + 1281 ] } ], @@ -31797,7 +32020,7 @@ ] }, { - "id": 1279, + "id": 1286, "name": "AdminReservationsResource", "variant": "declaration", "kind": 128, @@ -31830,14 +32053,14 @@ }, "children": [ { - "id": 1283, + "id": 1290, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1284, + "id": 1291, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -31872,7 +32095,7 @@ }, "parameters": [ { - "id": 1285, + "id": 1292, "name": "id", "variant": "param", "kind": 32768, @@ -31891,7 +32114,7 @@ } }, { - "id": 1286, + "id": 1293, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -31950,14 +32173,14 @@ ] }, { - "id": 1287, + "id": 1294, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1288, + "id": 1295, "name": "list", "variant": "signature", "kind": 4096, @@ -32060,7 +32283,7 @@ }, "parameters": [ { - "id": 1289, + "id": 1296, "name": "query", "variant": "param", "kind": 32768, @@ -32086,7 +32309,7 @@ } }, { - "id": 1290, + "id": 1297, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -32145,14 +32368,14 @@ ] }, { - "id": 1291, + "id": 1298, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1292, + "id": 1299, "name": "create", "variant": "signature", "kind": 4096, @@ -32187,7 +32410,7 @@ }, "parameters": [ { - "id": 1293, + "id": 1300, "name": "payload", "variant": "param", "kind": 32768, @@ -32211,7 +32434,7 @@ } }, { - "id": 1294, + "id": 1301, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -32270,14 +32493,14 @@ ] }, { - "id": 1295, + "id": 1302, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1296, + "id": 1303, "name": "update", "variant": "signature", "kind": 4096, @@ -32312,7 +32535,7 @@ }, "parameters": [ { - "id": 1297, + "id": 1304, "name": "id", "variant": "param", "kind": 32768, @@ -32331,7 +32554,7 @@ } }, { - "id": 1298, + "id": 1305, "name": "payload", "variant": "param", "kind": 32768, @@ -32355,7 +32578,7 @@ } }, { - "id": 1299, + "id": 1306, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -32414,14 +32637,14 @@ ] }, { - "id": 1300, + "id": 1307, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1301, + "id": 1308, "name": "delete", "variant": "signature", "kind": 4096, @@ -32456,7 +32679,7 @@ }, "parameters": [ { - "id": 1302, + "id": 1309, "name": "id", "variant": "param", "kind": 32768, @@ -32475,7 +32698,7 @@ } }, { - "id": 1303, + "id": 1310, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -32534,21 +32757,21 @@ ] }, { - "id": 1280, + "id": 1287, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1281, + "id": 1288, "name": "new AdminReservationsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1282, + "id": 1289, "name": "client", "variant": "param", "kind": 32768, @@ -32566,7 +32789,7 @@ ], "type": { "type": "reference", - "target": 1279, + "target": 1286, "name": "AdminReservationsResource", "package": "@medusajs/medusa-js" }, @@ -32588,17 +32811,17 @@ { "title": "Constructors", "children": [ - 1280 + 1287 ] }, { "title": "Methods", "children": [ - 1283, - 1287, - 1291, - 1295, - 1300 + 1290, + 1294, + 1298, + 1302, + 1307 ] } ], @@ -32615,7 +32838,7 @@ ] }, { - "id": 1304, + "id": 1311, "name": "AdminReturnReasonsResource", "variant": "declaration", "kind": 128, @@ -32648,14 +32871,14 @@ }, "children": [ { - "id": 1308, + "id": 1315, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1309, + "id": 1316, "name": "create", "variant": "signature", "kind": 4096, @@ -32690,7 +32913,7 @@ }, "parameters": [ { - "id": 1310, + "id": 1317, "name": "payload", "variant": "param", "kind": 32768, @@ -32714,7 +32937,7 @@ } }, { - "id": 1311, + "id": 1318, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -32773,14 +32996,14 @@ ] }, { - "id": 1312, + "id": 1319, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1313, + "id": 1320, "name": "update", "variant": "signature", "kind": 4096, @@ -32815,7 +33038,7 @@ }, "parameters": [ { - "id": 1314, + "id": 1321, "name": "id", "variant": "param", "kind": 32768, @@ -32834,7 +33057,7 @@ } }, { - "id": 1315, + "id": 1322, "name": "payload", "variant": "param", "kind": 32768, @@ -32858,7 +33081,7 @@ } }, { - "id": 1316, + "id": 1323, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -32917,14 +33140,14 @@ ] }, { - "id": 1317, + "id": 1324, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1318, + "id": 1325, "name": "delete", "variant": "signature", "kind": 4096, @@ -32959,7 +33182,7 @@ }, "parameters": [ { - "id": 1319, + "id": 1326, "name": "id", "variant": "param", "kind": 32768, @@ -32978,7 +33201,7 @@ } }, { - "id": 1320, + "id": 1327, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -33037,14 +33260,14 @@ ] }, { - "id": 1321, + "id": 1328, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1322, + "id": 1329, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -33079,7 +33302,7 @@ }, "parameters": [ { - "id": 1323, + "id": 1330, "name": "id", "variant": "param", "kind": 32768, @@ -33098,7 +33321,7 @@ } }, { - "id": 1324, + "id": 1331, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -33157,14 +33380,14 @@ ] }, { - "id": 1325, + "id": 1332, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1326, + "id": 1333, "name": "list", "variant": "signature", "kind": 4096, @@ -33199,7 +33422,7 @@ }, "parameters": [ { - "id": 1327, + "id": 1334, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -33258,21 +33481,21 @@ ] }, { - "id": 1305, + "id": 1312, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1306, + "id": 1313, "name": "new AdminReturnReasonsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1307, + "id": 1314, "name": "client", "variant": "param", "kind": 32768, @@ -33290,7 +33513,7 @@ ], "type": { "type": "reference", - "target": 1304, + "target": 1311, "name": "AdminReturnReasonsResource", "package": "@medusajs/medusa-js" }, @@ -33312,17 +33535,17 @@ { "title": "Constructors", "children": [ - 1305 + 1312 ] }, { "title": "Methods", "children": [ - 1308, - 1312, - 1317, - 1321, - 1325 + 1315, + 1319, + 1324, + 1328, + 1332 ] } ], @@ -33339,7 +33562,7 @@ ] }, { - "id": 1328, + "id": 1335, "name": "AdminReturnsResource", "variant": "declaration", "kind": 128, @@ -33372,14 +33595,14 @@ }, "children": [ { - "id": 1332, + "id": 1339, "name": "cancel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1333, + "id": 1340, "name": "cancel", "variant": "signature", "kind": 4096, @@ -33414,7 +33637,7 @@ }, "parameters": [ { - "id": 1334, + "id": 1341, "name": "id", "variant": "param", "kind": 32768, @@ -33433,7 +33656,7 @@ } }, { - "id": 1335, + "id": 1342, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -33492,14 +33715,14 @@ ] }, { - "id": 1336, + "id": 1343, "name": "receive", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1337, + "id": 1344, "name": "receive", "variant": "signature", "kind": 4096, @@ -33534,7 +33757,7 @@ }, "parameters": [ { - "id": 1338, + "id": 1345, "name": "id", "variant": "param", "kind": 32768, @@ -33553,7 +33776,7 @@ } }, { - "id": 1339, + "id": 1346, "name": "payload", "variant": "param", "kind": 32768, @@ -33577,7 +33800,7 @@ } }, { - "id": 1340, + "id": 1347, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -33636,14 +33859,14 @@ ] }, { - "id": 1341, + "id": 1348, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1342, + "id": 1349, "name": "list", "variant": "signature", "kind": 4096, @@ -33714,7 +33937,7 @@ }, "parameters": [ { - "id": 1343, + "id": 1350, "name": "query", "variant": "param", "kind": 32768, @@ -33740,7 +33963,7 @@ } }, { - "id": 1344, + "id": 1351, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -33799,21 +34022,21 @@ ] }, { - "id": 1329, + "id": 1336, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1330, + "id": 1337, "name": "new AdminReturnsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1331, + "id": 1338, "name": "client", "variant": "param", "kind": 32768, @@ -33831,7 +34054,7 @@ ], "type": { "type": "reference", - "target": 1328, + "target": 1335, "name": "AdminReturnsResource", "package": "@medusajs/medusa-js" }, @@ -33853,15 +34076,15 @@ { "title": "Constructors", "children": [ - 1329 + 1336 ] }, { "title": "Methods", "children": [ - 1332, - 1336, - 1341 + 1339, + 1343, + 1348 ] } ], @@ -33878,7 +34101,7 @@ ] }, { - "id": 1345, + "id": 1352, "name": "AdminSalesChannelsResource", "variant": "declaration", "kind": 128, @@ -33911,14 +34134,14 @@ }, "children": [ { - "id": 1349, + "id": 1356, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1350, + "id": 1357, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -33953,7 +34176,7 @@ }, "parameters": [ { - "id": 1351, + "id": 1358, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -33972,7 +34195,7 @@ } }, { - "id": 1352, + "id": 1359, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34031,14 +34254,14 @@ ] }, { - "id": 1353, + "id": 1360, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1354, + "id": 1361, "name": "create", "variant": "signature", "kind": 4096, @@ -34073,7 +34296,7 @@ }, "parameters": [ { - "id": 1355, + "id": 1362, "name": "payload", "variant": "param", "kind": 32768, @@ -34097,7 +34320,7 @@ } }, { - "id": 1356, + "id": 1363, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34156,14 +34379,14 @@ ] }, { - "id": 1357, + "id": 1364, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1358, + "id": 1365, "name": "update", "variant": "signature", "kind": 4096, @@ -34198,7 +34421,7 @@ }, "parameters": [ { - "id": 1359, + "id": 1366, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -34217,7 +34440,7 @@ } }, { - "id": 1360, + "id": 1367, "name": "payload", "variant": "param", "kind": 32768, @@ -34241,7 +34464,7 @@ } }, { - "id": 1361, + "id": 1368, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34300,14 +34523,14 @@ ] }, { - "id": 1362, + "id": 1369, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1363, + "id": 1370, "name": "list", "variant": "signature", "kind": 4096, @@ -34410,7 +34633,7 @@ }, "parameters": [ { - "id": 1364, + "id": 1371, "name": "query", "variant": "param", "kind": 32768, @@ -34436,7 +34659,7 @@ } }, { - "id": 1365, + "id": 1372, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34495,14 +34718,14 @@ ] }, { - "id": 1366, + "id": 1373, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1367, + "id": 1374, "name": "delete", "variant": "signature", "kind": 4096, @@ -34537,7 +34760,7 @@ }, "parameters": [ { - "id": 1368, + "id": 1375, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -34556,7 +34779,7 @@ } }, { - "id": 1369, + "id": 1376, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34615,14 +34838,14 @@ ] }, { - "id": 1370, + "id": 1377, "name": "removeProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1371, + "id": 1378, "name": "removeProducts", "variant": "signature", "kind": 4096, @@ -34657,7 +34880,7 @@ }, "parameters": [ { - "id": 1372, + "id": 1379, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -34676,7 +34899,7 @@ } }, { - "id": 1373, + "id": 1380, "name": "payload", "variant": "param", "kind": 32768, @@ -34700,7 +34923,7 @@ } }, { - "id": 1374, + "id": 1381, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34759,14 +34982,14 @@ ] }, { - "id": 1375, + "id": 1382, "name": "addProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1376, + "id": 1383, "name": "addProducts", "variant": "signature", "kind": 4096, @@ -34801,7 +35024,7 @@ }, "parameters": [ { - "id": 1377, + "id": 1384, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -34820,7 +35043,7 @@ } }, { - "id": 1378, + "id": 1385, "name": "payload", "variant": "param", "kind": 32768, @@ -34844,7 +35067,7 @@ } }, { - "id": 1379, + "id": 1386, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -34903,14 +35126,14 @@ ] }, { - "id": 1380, + "id": 1387, "name": "addLocation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1381, + "id": 1388, "name": "addLocation", "variant": "signature", "kind": 4096, @@ -34945,7 +35168,7 @@ }, "parameters": [ { - "id": 1382, + "id": 1389, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -34964,7 +35187,7 @@ } }, { - "id": 1383, + "id": 1390, "name": "payload", "variant": "param", "kind": 32768, @@ -34988,7 +35211,7 @@ } }, { - "id": 1384, + "id": 1391, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35047,14 +35270,14 @@ ] }, { - "id": 1385, + "id": 1392, "name": "removeLocation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1386, + "id": 1393, "name": "removeLocation", "variant": "signature", "kind": 4096, @@ -35089,7 +35312,7 @@ }, "parameters": [ { - "id": 1387, + "id": 1394, "name": "salesChannelId", "variant": "param", "kind": 32768, @@ -35108,7 +35331,7 @@ } }, { - "id": 1388, + "id": 1395, "name": "payload", "variant": "param", "kind": 32768, @@ -35132,7 +35355,7 @@ } }, { - "id": 1389, + "id": 1396, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35191,21 +35414,21 @@ ] }, { - "id": 1346, + "id": 1353, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1347, + "id": 1354, "name": "new AdminSalesChannelsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1348, + "id": 1355, "name": "client", "variant": "param", "kind": 32768, @@ -35223,7 +35446,7 @@ ], "type": { "type": "reference", - "target": 1345, + "target": 1352, "name": "AdminSalesChannelsResource", "package": "@medusajs/medusa-js" }, @@ -35245,21 +35468,21 @@ { "title": "Constructors", "children": [ - 1346 + 1353 ] }, { "title": "Methods", "children": [ - 1349, - 1353, - 1357, - 1362, - 1366, - 1370, - 1375, - 1380, - 1385 + 1356, + 1360, + 1364, + 1369, + 1373, + 1377, + 1382, + 1387, + 1392 ] } ], @@ -35276,7 +35499,7 @@ ] }, { - "id": 1390, + "id": 1397, "name": "AdminShippingOptionsResource", "variant": "declaration", "kind": 128, @@ -35309,14 +35532,14 @@ }, "children": [ { - "id": 1394, + "id": 1401, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1395, + "id": 1402, "name": "create", "variant": "signature", "kind": 4096, @@ -35351,7 +35574,7 @@ }, "parameters": [ { - "id": 1396, + "id": 1403, "name": "payload", "variant": "param", "kind": 32768, @@ -35375,7 +35598,7 @@ } }, { - "id": 1397, + "id": 1404, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35434,14 +35657,14 @@ ] }, { - "id": 1398, + "id": 1405, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1399, + "id": 1406, "name": "update", "variant": "signature", "kind": 4096, @@ -35476,7 +35699,7 @@ }, "parameters": [ { - "id": 1400, + "id": 1407, "name": "id", "variant": "param", "kind": 32768, @@ -35495,7 +35718,7 @@ } }, { - "id": 1401, + "id": 1408, "name": "payload", "variant": "param", "kind": 32768, @@ -35519,7 +35742,7 @@ } }, { - "id": 1402, + "id": 1409, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35578,14 +35801,14 @@ ] }, { - "id": 1403, + "id": 1410, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1404, + "id": 1411, "name": "delete", "variant": "signature", "kind": 4096, @@ -35620,7 +35843,7 @@ }, "parameters": [ { - "id": 1405, + "id": 1412, "name": "id", "variant": "param", "kind": 32768, @@ -35639,7 +35862,7 @@ } }, { - "id": 1406, + "id": 1413, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35698,14 +35921,14 @@ ] }, { - "id": 1407, + "id": 1414, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1408, + "id": 1415, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -35740,7 +35963,7 @@ }, "parameters": [ { - "id": 1409, + "id": 1416, "name": "id", "variant": "param", "kind": 32768, @@ -35759,7 +35982,7 @@ } }, { - "id": 1410, + "id": 1417, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35818,14 +36041,14 @@ ] }, { - "id": 1411, + "id": 1418, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1412, + "id": 1419, "name": "list", "variant": "signature", "kind": 4096, @@ -35884,7 +36107,7 @@ }, "parameters": [ { - "id": 1413, + "id": 1420, "name": "query", "variant": "param", "kind": 32768, @@ -35910,7 +36133,7 @@ } }, { - "id": 1414, + "id": 1421, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -35969,21 +36192,21 @@ ] }, { - "id": 1391, + "id": 1398, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1392, + "id": 1399, "name": "new AdminShippingOptionsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1393, + "id": 1400, "name": "client", "variant": "param", "kind": 32768, @@ -36001,7 +36224,7 @@ ], "type": { "type": "reference", - "target": 1390, + "target": 1397, "name": "AdminShippingOptionsResource", "package": "@medusajs/medusa-js" }, @@ -36023,17 +36246,17 @@ { "title": "Constructors", "children": [ - 1391 + 1398 ] }, { "title": "Methods", "children": [ - 1394, - 1398, - 1403, - 1407, - 1411 + 1401, + 1405, + 1410, + 1414, + 1418 ] } ], @@ -36050,7 +36273,7 @@ ] }, { - "id": 1415, + "id": 1422, "name": "AdminShippingProfilesResource", "variant": "declaration", "kind": 128, @@ -36083,14 +36306,14 @@ }, "children": [ { - "id": 1419, + "id": 1426, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1420, + "id": 1427, "name": "create", "variant": "signature", "kind": 4096, @@ -36125,7 +36348,7 @@ }, "parameters": [ { - "id": 1421, + "id": 1428, "name": "payload", "variant": "param", "kind": 32768, @@ -36149,7 +36372,7 @@ } }, { - "id": 1422, + "id": 1429, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -36208,14 +36431,14 @@ ] }, { - "id": 1423, + "id": 1430, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1424, + "id": 1431, "name": "update", "variant": "signature", "kind": 4096, @@ -36250,7 +36473,7 @@ }, "parameters": [ { - "id": 1425, + "id": 1432, "name": "id", "variant": "param", "kind": 32768, @@ -36269,7 +36492,7 @@ } }, { - "id": 1426, + "id": 1433, "name": "payload", "variant": "param", "kind": 32768, @@ -36292,248 +36515,8 @@ "package": "@medusajs/medusa" } }, - { - "id": 1427, - "name": "customHeaders", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Custom headers to attach to the request." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "ResponsePromise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "AdminShippingProfilesRes" - }, - "name": "AdminShippingProfilesRes", - "package": "@medusajs/medusa" - } - ], - "name": "ResponsePromise", - "package": "@medusajs/medusa-js" - } - } - ] - }, - { - "id": 1428, - "name": "delete", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1429, - "name": "delete", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Delete a shipping profile. Associated shipping options are deleted as well." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves to the deletion operation's details." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.shippingProfiles.delete(profileId)\n.then(({ id, object, deleted }) => {\n console.log(id);\n})\n```" - } - ] - } - ] - }, - "parameters": [ - { - "id": 1430, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The shipping profile's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1431, - "name": "customHeaders", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Custom headers to attach to the request." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "ResponsePromise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "DeleteResponse" - }, - "name": "DeleteResponse", - "package": "@medusajs/medusa" - } - ], - "name": "ResponsePromise", - "package": "@medusajs/medusa-js" - } - } - ] - }, - { - "id": 1432, - "name": "retrieve", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1433, - "name": "retrieve", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieve a shipping profile's details." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves to the shipping profile's details." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.shippingProfiles.retrieve(profileId)\n.then(({ shipping_profile }) => {\n console.log(shipping_profile.id);\n})\n```" - } - ] - } - ] - }, - "parameters": [ { "id": 1434, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The shipping profile's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1435, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -36592,14 +36575,254 @@ ] }, { - "id": 1436, + "id": 1435, + "name": "delete", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1436, + "name": "delete", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Delete a shipping profile. Associated shipping options are deleted as well." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the deletion operation's details." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.shippingProfiles.delete(profileId)\n.then(({ id, object, deleted }) => {\n console.log(id);\n})\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 1437, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1438, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "DeleteResponse" + }, + "name": "DeleteResponse", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1439, + "name": "retrieve", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1440, + "name": "retrieve", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Retrieve a shipping profile's details." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the shipping profile's details." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.shippingProfiles.retrieve(profileId)\n.then(({ shipping_profile }) => {\n console.log(shipping_profile.id);\n})\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 1441, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The shipping profile's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1442, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "AdminShippingProfilesRes" + }, + "name": "AdminShippingProfilesRes", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1443, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1437, + "id": 1444, "name": "list", "variant": "signature", "kind": 4096, @@ -36634,7 +36857,7 @@ }, "parameters": [ { - "id": 1438, + "id": 1445, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -36693,21 +36916,21 @@ ] }, { - "id": 1416, + "id": 1423, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1417, + "id": 1424, "name": "new AdminShippingProfilesResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1418, + "id": 1425, "name": "client", "variant": "param", "kind": 32768, @@ -36725,7 +36948,7 @@ ], "type": { "type": "reference", - "target": 1415, + "target": 1422, "name": "AdminShippingProfilesResource", "package": "@medusajs/medusa-js" }, @@ -36747,17 +36970,17 @@ { "title": "Constructors", "children": [ - 1416 + 1423 ] }, { "title": "Methods", "children": [ - 1419, - 1423, - 1428, - 1432, - 1436 + 1426, + 1430, + 1435, + 1439, + 1443 ] } ], @@ -36774,7 +36997,7 @@ ] }, { - "id": 1439, + "id": 1446, "name": "AdminStockLocationsResource", "variant": "declaration", "kind": 128, @@ -36807,14 +37030,14 @@ }, "children": [ { - "id": 1443, + "id": 1450, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1444, + "id": 1451, "name": "create", "variant": "signature", "kind": 4096, @@ -36849,7 +37072,7 @@ }, "parameters": [ { - "id": 1445, + "id": 1452, "name": "payload", "variant": "param", "kind": 32768, @@ -36873,7 +37096,7 @@ } }, { - "id": 1446, + "id": 1453, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -36932,14 +37155,14 @@ ] }, { - "id": 1447, + "id": 1454, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1448, + "id": 1455, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -36974,7 +37197,7 @@ }, "parameters": [ { - "id": 1449, + "id": 1456, "name": "itemId", "variant": "param", "kind": 32768, @@ -36993,7 +37216,7 @@ } }, { - "id": 1450, + "id": 1457, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37052,14 +37275,14 @@ ] }, { - "id": 1451, + "id": 1458, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1452, + "id": 1459, "name": "update", "variant": "signature", "kind": 4096, @@ -37094,7 +37317,7 @@ }, "parameters": [ { - "id": 1453, + "id": 1460, "name": "stockLocationId", "variant": "param", "kind": 32768, @@ -37113,7 +37336,7 @@ } }, { - "id": 1454, + "id": 1461, "name": "payload", "variant": "param", "kind": 32768, @@ -37137,7 +37360,7 @@ } }, { - "id": 1455, + "id": 1462, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37196,14 +37419,14 @@ ] }, { - "id": 1456, + "id": 1463, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1457, + "id": 1464, "name": "delete", "variant": "signature", "kind": 4096, @@ -37238,7 +37461,7 @@ }, "parameters": [ { - "id": 1458, + "id": 1465, "name": "id", "variant": "param", "kind": 32768, @@ -37257,7 +37480,7 @@ } }, { - "id": 1459, + "id": 1466, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37302,11 +37525,11 @@ { "type": "reference", "target": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "DeleteResponse" + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "AdminStockLocationsDeleteRes" }, - "name": "DeleteResponse", - "package": "@medusajs/types" + "name": "AdminStockLocationsDeleteRes", + "package": "@medusajs/medusa" } ], "name": "ResponsePromise", @@ -37316,14 +37539,14 @@ ] }, { - "id": 1460, + "id": 1467, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1461, + "id": 1468, "name": "list", "variant": "signature", "kind": 4096, @@ -37426,7 +37649,7 @@ }, "parameters": [ { - "id": 1462, + "id": 1469, "name": "query", "variant": "param", "kind": 32768, @@ -37452,7 +37675,7 @@ } }, { - "id": 1463, + "id": 1470, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37511,21 +37734,21 @@ ] }, { - "id": 1440, + "id": 1447, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1441, + "id": 1448, "name": "new AdminStockLocationsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1442, + "id": 1449, "name": "client", "variant": "param", "kind": 32768, @@ -37543,7 +37766,7 @@ ], "type": { "type": "reference", - "target": 1439, + "target": 1446, "name": "AdminStockLocationsResource", "package": "@medusajs/medusa-js" }, @@ -37565,17 +37788,17 @@ { "title": "Constructors", "children": [ - 1440 + 1447 ] }, { "title": "Methods", "children": [ - 1443, - 1447, - 1451, - 1456, - 1460 + 1450, + 1454, + 1458, + 1463, + 1467 ] } ], @@ -37592,7 +37815,7 @@ ] }, { - "id": 1464, + "id": 1471, "name": "AdminStoresResource", "variant": "declaration", "kind": 128, @@ -37625,14 +37848,14 @@ }, "children": [ { - "id": 1468, + "id": 1475, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1469, + "id": 1476, "name": "update", "variant": "signature", "kind": 4096, @@ -37667,7 +37890,7 @@ }, "parameters": [ { - "id": 1470, + "id": 1477, "name": "payload", "variant": "param", "kind": 32768, @@ -37691,7 +37914,7 @@ } }, { - "id": 1471, + "id": 1478, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37750,14 +37973,14 @@ ] }, { - "id": 1472, + "id": 1479, "name": "addCurrency", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1473, + "id": 1480, "name": "addCurrency", "variant": "signature", "kind": 4096, @@ -37792,7 +38015,7 @@ }, "parameters": [ { - "id": 1474, + "id": 1481, "name": "currency_code", "variant": "param", "kind": 32768, @@ -37811,7 +38034,7 @@ } }, { - "id": 1475, + "id": 1482, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37870,14 +38093,14 @@ ] }, { - "id": 1476, + "id": 1483, "name": "deleteCurrency", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1477, + "id": 1484, "name": "deleteCurrency", "variant": "signature", "kind": 4096, @@ -37912,7 +38135,7 @@ }, "parameters": [ { - "id": 1478, + "id": 1485, "name": "currency_code", "variant": "param", "kind": 32768, @@ -37931,7 +38154,7 @@ } }, { - "id": 1479, + "id": 1486, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -37990,14 +38213,14 @@ ] }, { - "id": 1480, + "id": 1487, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1481, + "id": 1488, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -38032,7 +38255,7 @@ }, "parameters": [ { - "id": 1482, + "id": 1489, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -38091,14 +38314,14 @@ ] }, { - "id": 1483, + "id": 1490, "name": "listPaymentProviders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1484, + "id": 1491, "name": "listPaymentProviders", "variant": "signature", "kind": 4096, @@ -38133,7 +38356,7 @@ }, "parameters": [ { - "id": 1485, + "id": 1492, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -38192,14 +38415,14 @@ ] }, { - "id": 1486, + "id": 1493, "name": "listTaxProviders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1487, + "id": 1494, "name": "listTaxProviders", "variant": "signature", "kind": 4096, @@ -38234,7 +38457,7 @@ }, "parameters": [ { - "id": 1488, + "id": 1495, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -38293,21 +38516,21 @@ ] }, { - "id": 1465, + "id": 1472, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1466, + "id": 1473, "name": "new AdminStoresResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1467, + "id": 1474, "name": "client", "variant": "param", "kind": 32768, @@ -38325,7 +38548,7 @@ ], "type": { "type": "reference", - "target": 1464, + "target": 1471, "name": "AdminStoresResource", "package": "@medusajs/medusa-js" }, @@ -38347,18 +38570,18 @@ { "title": "Constructors", "children": [ - 1465 + 1472 ] }, { "title": "Methods", "children": [ - 1468, - 1472, - 1476, - 1480, + 1475, + 1479, 1483, - 1486 + 1487, + 1490, + 1493 ] } ], @@ -38375,7 +38598,7 @@ ] }, { - "id": 1489, + "id": 1496, "name": "AdminSwapsResource", "variant": "declaration", "kind": 128, @@ -38408,14 +38631,14 @@ }, "children": [ { - "id": 1493, + "id": 1500, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1494, + "id": 1501, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -38450,7 +38673,7 @@ }, "parameters": [ { - "id": 1495, + "id": 1502, "name": "id", "variant": "param", "kind": 32768, @@ -38469,7 +38692,7 @@ } }, { - "id": 1496, + "id": 1503, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -38528,14 +38751,14 @@ ] }, { - "id": 1497, + "id": 1504, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1498, + "id": 1505, "name": "list", "variant": "signature", "kind": 4096, @@ -38606,7 +38829,7 @@ }, "parameters": [ { - "id": 1499, + "id": 1506, "name": "query", "variant": "param", "kind": 32768, @@ -38631,277 +38854,277 @@ "package": "@medusajs/medusa" } }, - { - "id": 1500, - "name": "customHeaders", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Custom headers to attach to the request." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "ResponsePromise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "AdminSwapsListRes" - }, - "name": "AdminSwapsListRes", - "package": "@medusajs/medusa" - } - ], - "name": "ResponsePromise", - "package": "@medusajs/medusa-js" - } - } - ] - }, - { - "id": 1490, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 1491, - "name": "new AdminSwapsResource", - "variant": "signature", - "kind": 16384, - "flags": {}, - "parameters": [ - { - "id": 1492, - "name": "client", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/request.ts", - "qualifiedName": "Client" - }, - "name": "Client", - "package": "@medusajs/medusa-js" - } - } - ], - "type": { - "type": "reference", - "target": 1489, - "name": "AdminSwapsResource", - "package": "@medusajs/medusa-js" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "BaseResource.constructor" - } - } - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "BaseResource.constructor" - } - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 1490 - ] - }, - { - "title": "Methods", - "children": [ - 1493, - 1497 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", - "qualifiedName": "default" - }, - "name": "default", - "package": "@medusajs/medusa-js" - } - ] - }, - { - "id": 1501, - "name": "AdminTaxRatesResource", - "variant": "declaration", - "kind": 128, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This class is used to send requests to [Admin Tax Rate API Routes](https://docs.medusajs.com/api/admin#tax-rates). All its method\nare available in the JS Client under the " - }, - { - "kind": "code", - "text": "`medusa.admin.taxRates`" - }, - { - "kind": "text", - "text": " property.\n\nAll methods in this class require " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "user authentication", - "target": 438 - }, - { - "kind": "text", - "text": ".\n\nEach region has at least a default tax rate. Admins can create and manage additional tax rates that can be applied for certain conditions, such as for specific product types.\n\nRelated Guide: [How to manage tax rates](https://docs.medusajs.com/modules/taxes/admin/manage-tax-rates)." - } - ] - }, - "children": [ - { - "id": 1505, - "name": "retrieve", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1506, - "name": "retrieve", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieve a tax rate's details." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves to the tax rate's details." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "A simple example that retrieves a tax rate by its ID:\n\n" - }, - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.taxRates.retrieve(taxRateId)\n.then(({ tax_rate }) => {\n console.log(tax_rate.id);\n})\n```" - }, - { - "kind": "text", - "text": "\n\nTo specify relations that should be retrieved:\n\n" - }, - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.taxRates.retrieve(taxRateId, {\n expand: \"shipping_options\"\n})\n.then(({ tax_rate }) => {\n console.log(tax_rate.id);\n})\n```" - } - ] - } - ] - }, - "parameters": [ { "id": 1507, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The tax rate's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1508, - "name": "query", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Configurations to apply on retrieved tax rates." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/get-tax-rate.d.ts", - "qualifiedName": "AdminGetTaxRatesTaxRateParams" - }, - "name": "AdminGetTaxRatesTaxRateParams", - "package": "@medusajs/medusa" - } - }, - { - "id": 1509, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "AdminSwapsListRes" + }, + "name": "AdminSwapsListRes", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1497, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 1498, + "name": "new AdminSwapsResource", + "variant": "signature", + "kind": 16384, + "flags": {}, + "parameters": [ + { + "id": 1499, + "name": "client", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/request.ts", + "qualifiedName": "Client" + }, + "name": "Client", + "package": "@medusajs/medusa-js" + } + } + ], + "type": { + "type": "reference", + "target": 1496, + "name": "AdminSwapsResource", + "package": "@medusajs/medusa-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "BaseResource.constructor" + } + } + ], + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "BaseResource.constructor" + } + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 1497 + ] + }, + { + "title": "Methods", + "children": [ + 1500, + 1504 + ] + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", + "qualifiedName": "default" + }, + "name": "default", + "package": "@medusajs/medusa-js" + } + ] + }, + { + "id": 1508, + "name": "AdminTaxRatesResource", + "variant": "declaration", + "kind": 128, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This class is used to send requests to [Admin Tax Rate API Routes](https://docs.medusajs.com/api/admin#tax-rates). All its method\nare available in the JS Client under the " + }, + { + "kind": "code", + "text": "`medusa.admin.taxRates`" + }, + { + "kind": "text", + "text": " property.\n\nAll methods in this class require " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "user authentication", + "target": 438 + }, + { + "kind": "text", + "text": ".\n\nEach region has at least a default tax rate. Admins can create and manage additional tax rates that can be applied for certain conditions, such as for specific product types.\n\nRelated Guide: [How to manage tax rates](https://docs.medusajs.com/modules/taxes/admin/manage-tax-rates)." + } + ] + }, + "children": [ + { + "id": 1512, + "name": "retrieve", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1513, + "name": "retrieve", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Retrieve a tax rate's details." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the tax rate's details." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "text", + "text": "A simple example that retrieves a tax rate by its ID:\n\n" + }, + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.taxRates.retrieve(taxRateId)\n.then(({ tax_rate }) => {\n console.log(tax_rate.id);\n})\n```" + }, + { + "kind": "text", + "text": "\n\nTo specify relations that should be retrieved:\n\n" + }, + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.taxRates.retrieve(taxRateId, {\n expand: \"shipping_options\"\n})\n.then(({ tax_rate }) => {\n console.log(tax_rate.id);\n})\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 1514, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The tax rate's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1515, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Configurations to apply on retrieved tax rates." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/get-tax-rate.d.ts", + "qualifiedName": "AdminGetTaxRatesTaxRateParams" + }, + "name": "AdminGetTaxRatesTaxRateParams", + "package": "@medusajs/medusa" + } + }, + { + "id": 1516, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -38960,14 +39183,14 @@ ] }, { - "id": 1510, + "id": 1517, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1511, + "id": 1518, "name": "list", "variant": "signature", "kind": 4096, @@ -39070,7 +39293,7 @@ }, "parameters": [ { - "id": 1512, + "id": 1519, "name": "query", "variant": "param", "kind": 32768, @@ -39096,7 +39319,7 @@ } }, { - "id": 1513, + "id": 1520, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -39155,14 +39378,14 @@ ] }, { - "id": 1514, + "id": 1521, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1515, + "id": 1522, "name": "create", "variant": "signature", "kind": 4096, @@ -39197,7 +39420,7 @@ }, "parameters": [ { - "id": 1516, + "id": 1523, "name": "payload", "variant": "param", "kind": 32768, @@ -39221,7 +39444,7 @@ } }, { - "id": 1517, + "id": 1524, "name": "query", "variant": "param", "kind": 32768, @@ -39247,7 +39470,7 @@ } }, { - "id": 1518, + "id": 1525, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -39306,14 +39529,14 @@ ] }, { - "id": 1519, + "id": 1526, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1520, + "id": 1527, "name": "update", "variant": "signature", "kind": 4096, @@ -39348,7 +39571,7 @@ }, "parameters": [ { - "id": 1521, + "id": 1528, "name": "id", "variant": "param", "kind": 32768, @@ -39367,7 +39590,7 @@ } }, { - "id": 1522, + "id": 1529, "name": "payload", "variant": "param", "kind": 32768, @@ -39391,7 +39614,7 @@ } }, { - "id": 1523, + "id": 1530, "name": "query", "variant": "param", "kind": 32768, @@ -39417,7 +39640,7 @@ } }, { - "id": 1524, + "id": 1531, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -39476,14 +39699,14 @@ ] }, { - "id": 1525, + "id": 1532, "name": "addProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1526, + "id": 1533, "name": "addProducts", "variant": "signature", "kind": 4096, @@ -39518,7 +39741,7 @@ }, "parameters": [ { - "id": 1527, + "id": 1534, "name": "id", "variant": "param", "kind": 32768, @@ -39537,7 +39760,7 @@ } }, { - "id": 1528, + "id": 1535, "name": "payload", "variant": "param", "kind": 32768, @@ -39561,7 +39784,7 @@ } }, { - "id": 1529, + "id": 1536, "name": "query", "variant": "param", "kind": 32768, @@ -39587,7 +39810,7 @@ } }, { - "id": 1530, + "id": 1537, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -39646,14 +39869,14 @@ ] }, { - "id": 1531, + "id": 1538, "name": "addProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1532, + "id": 1539, "name": "addProductTypes", "variant": "signature", "kind": 4096, @@ -39688,7 +39911,7 @@ }, "parameters": [ { - "id": 1533, + "id": 1540, "name": "id", "variant": "param", "kind": 32768, @@ -39707,7 +39930,7 @@ } }, { - "id": 1534, + "id": 1541, "name": "payload", "variant": "param", "kind": 32768, @@ -39731,7 +39954,7 @@ } }, { - "id": 1535, + "id": 1542, "name": "query", "variant": "param", "kind": 32768, @@ -39757,7 +39980,7 @@ } }, { - "id": 1536, + "id": 1543, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -39816,14 +40039,14 @@ ] }, { - "id": 1537, + "id": 1544, "name": "addShippingOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1538, + "id": 1545, "name": "addShippingOptions", "variant": "signature", "kind": 4096, @@ -39858,7 +40081,7 @@ }, "parameters": [ { - "id": 1539, + "id": 1546, "name": "id", "variant": "param", "kind": 32768, @@ -39877,7 +40100,7 @@ } }, { - "id": 1540, + "id": 1547, "name": "payload", "variant": "param", "kind": 32768, @@ -39901,7 +40124,7 @@ } }, { - "id": 1541, + "id": 1548, "name": "query", "variant": "param", "kind": 32768, @@ -39927,7 +40150,7 @@ } }, { - "id": 1542, + "id": 1549, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -39986,14 +40209,14 @@ ] }, { - "id": 1543, + "id": 1550, "name": "removeProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1544, + "id": 1551, "name": "removeProducts", "variant": "signature", "kind": 4096, @@ -40028,7 +40251,7 @@ }, "parameters": [ { - "id": 1545, + "id": 1552, "name": "id", "variant": "param", "kind": 32768, @@ -40047,7 +40270,7 @@ } }, { - "id": 1546, + "id": 1553, "name": "payload", "variant": "param", "kind": 32768, @@ -40071,7 +40294,7 @@ } }, { - "id": 1547, + "id": 1554, "name": "query", "variant": "param", "kind": 32768, @@ -40097,7 +40320,7 @@ } }, { - "id": 1548, + "id": 1555, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -40156,14 +40379,14 @@ ] }, { - "id": 1549, + "id": 1556, "name": "removeProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1550, + "id": 1557, "name": "removeProductTypes", "variant": "signature", "kind": 4096, @@ -40198,7 +40421,7 @@ }, "parameters": [ { - "id": 1551, + "id": 1558, "name": "id", "variant": "param", "kind": 32768, @@ -40217,7 +40440,7 @@ } }, { - "id": 1552, + "id": 1559, "name": "payload", "variant": "param", "kind": 32768, @@ -40241,7 +40464,7 @@ } }, { - "id": 1553, + "id": 1560, "name": "query", "variant": "param", "kind": 32768, @@ -40267,7 +40490,7 @@ } }, { - "id": 1554, + "id": 1561, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -40326,14 +40549,14 @@ ] }, { - "id": 1555, + "id": 1562, "name": "removeShippingOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1556, + "id": 1563, "name": "removeShippingOptions", "variant": "signature", "kind": 4096, @@ -40368,7 +40591,7 @@ }, "parameters": [ { - "id": 1557, + "id": 1564, "name": "id", "variant": "param", "kind": 32768, @@ -40387,7 +40610,7 @@ } }, { - "id": 1558, + "id": 1565, "name": "payload", "variant": "param", "kind": 32768, @@ -40411,7 +40634,7 @@ } }, { - "id": 1559, + "id": 1566, "name": "query", "variant": "param", "kind": 32768, @@ -40437,7 +40660,7 @@ } }, { - "id": 1560, + "id": 1567, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -40496,14 +40719,14 @@ ] }, { - "id": 1561, + "id": 1568, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1562, + "id": 1569, "name": "delete", "variant": "signature", "kind": 4096, @@ -40538,7 +40761,7 @@ }, "parameters": [ { - "id": 1563, + "id": 1570, "name": "id", "variant": "param", "kind": 32768, @@ -40557,7 +40780,7 @@ } }, { - "id": 1564, + "id": 1571, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -40616,21 +40839,21 @@ ] }, { - "id": 1502, + "id": 1509, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1503, + "id": 1510, "name": "new AdminTaxRatesResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1504, + "id": 1511, "name": "client", "variant": "param", "kind": 32768, @@ -40648,7 +40871,7 @@ ], "type": { "type": "reference", - "target": 1501, + "target": 1508, "name": "AdminTaxRatesResource", "package": "@medusajs/medusa-js" }, @@ -40670,23 +40893,23 @@ { "title": "Constructors", "children": [ - 1502 + 1509 ] }, { "title": "Methods", "children": [ - 1505, - 1510, - 1514, - 1519, - 1525, - 1531, - 1537, - 1543, - 1549, - 1555, - 1561 + 1512, + 1517, + 1521, + 1526, + 1532, + 1538, + 1544, + 1550, + 1556, + 1562, + 1568 ] } ], @@ -40703,7 +40926,7 @@ ] }, { - "id": 1565, + "id": 1572, "name": "AdminUploadsResource", "variant": "declaration", "kind": 128, @@ -40736,14 +40959,14 @@ }, "children": [ { - "id": 1572, + "id": 1579, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1573, + "id": 1580, "name": "create", "variant": "signature", "kind": 4096, @@ -40778,7 +41001,7 @@ }, "parameters": [ { - "id": 1574, + "id": 1581, "name": "file", "variant": "param", "kind": 32768, @@ -40826,14 +41049,14 @@ ] }, { - "id": 1575, + "id": 1582, "name": "createProtected", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1576, + "id": 1583, "name": "createProtected", "variant": "signature", "kind": 4096, @@ -40868,7 +41091,7 @@ }, "parameters": [ { - "id": 1577, + "id": 1584, "name": "file", "variant": "param", "kind": 32768, @@ -40916,14 +41139,14 @@ ] }, { - "id": 1578, + "id": 1585, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1579, + "id": 1586, "name": "delete", "variant": "signature", "kind": 4096, @@ -40958,7 +41181,7 @@ }, "parameters": [ { - "id": 1580, + "id": 1587, "name": "payload", "variant": "param", "kind": 32768, @@ -40982,7 +41205,7 @@ } }, { - "id": 1581, + "id": 1588, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -41041,14 +41264,14 @@ ] }, { - "id": 1582, + "id": 1589, "name": "getPresignedDownloadUrl", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1583, + "id": 1590, "name": "getPresignedDownloadUrl", "variant": "signature", "kind": 4096, @@ -41083,7 +41306,7 @@ }, "parameters": [ { - "id": 1584, + "id": 1591, "name": "payload", "variant": "param", "kind": 32768, @@ -41107,7 +41330,7 @@ } }, { - "id": 1585, + "id": 1592, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -41166,7 +41389,7 @@ ] }, { - "id": 1586, + "id": 1593, "name": "_createPayload", "variant": "declaration", "kind": 2048, @@ -41175,14 +41398,14 @@ }, "signatures": [ { - "id": 1587, + "id": 1594, "name": "_createPayload", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1588, + "id": 1595, "name": "file", "variant": "param", "kind": 32768, @@ -41211,21 +41434,21 @@ ] }, { - "id": 1566, + "id": 1573, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1567, + "id": 1574, "name": "new AdminUploadsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1568, + "id": 1575, "name": "client", "variant": "param", "kind": 32768, @@ -41243,7 +41466,7 @@ ], "type": { "type": "reference", - "target": 1565, + "target": 1572, "name": "AdminUploadsResource", "package": "@medusajs/medusa-js" }, @@ -41265,17 +41488,17 @@ { "title": "Constructors", "children": [ - 1566 + 1573 ] }, { "title": "Methods", "children": [ - 1572, - 1575, - 1578, + 1579, 1582, - 1586 + 1585, + 1589, + 1593 ] } ], @@ -41292,7 +41515,7 @@ ] }, { - "id": 1589, + "id": 1596, "name": "AdminUsersResource", "variant": "declaration", "kind": 128, @@ -41325,14 +41548,14 @@ }, "children": [ { - "id": 1593, + "id": 1600, "name": "sendResetPasswordToken", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1594, + "id": 1601, "name": "sendResetPasswordToken", "variant": "signature", "kind": 4096, @@ -41363,7 +41586,7 @@ "kind": "inline-tag", "tag": "@link", "text": "resetPassword", - "target": 1597, + "target": 1604, "tsLinkText": "" }, { @@ -41394,7 +41617,7 @@ }, "parameters": [ { - "id": 1595, + "id": 1602, "name": "payload", "variant": "param", "kind": 32768, @@ -41418,7 +41641,7 @@ } }, { - "id": 1596, + "id": 1603, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -41472,14 +41695,14 @@ ] }, { - "id": 1597, + "id": 1604, "name": "resetPassword", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1598, + "id": 1605, "name": "resetPassword", "variant": "signature", "kind": 4096, @@ -41494,7 +41717,7 @@ "kind": "inline-tag", "tag": "@link", "text": "sendResetPasswordToken", - "target": 1593, + "target": 1600, "tsLinkText": "" }, { @@ -41525,7 +41748,7 @@ }, "parameters": [ { - "id": 1599, + "id": 1606, "name": "payload", "variant": "param", "kind": 32768, @@ -41548,253 +41771,8 @@ "package": "@medusajs/medusa" } }, - { - "id": 1600, - "name": "customHeaders", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Custom headers to attach to the request." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "ResponsePromise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "AdminUserRes" - }, - "name": "AdminUserRes", - "package": "@medusajs/medusa" - } - ], - "name": "ResponsePromise", - "package": "@medusajs/medusa-js" - } - } - ] - }, - { - "id": 1601, - "name": "retrieve", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1602, - "name": "retrieve", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieve an admin user's details." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves to the user's details." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.users.retrieve(userId)\n.then(({ user }) => {\n console.log(user.id);\n})\n```" - } - ] - } - ] - }, - "parameters": [ - { - "id": 1603, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The user's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1604, - "name": "customHeaders", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Custom headers to attach to the request." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "ResponsePromise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "AdminUserRes" - }, - "name": "AdminUserRes", - "package": "@medusajs/medusa" - } - ], - "name": "ResponsePromise", - "package": "@medusajs/medusa-js" - } - } - ] - }, - { - "id": 1605, - "name": "create", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1606, - "name": "create", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Create an admin user. The user has the same privileges as all admin users, and will be able to authenticate and perform admin functionalities right after creation." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves to the user's details." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.users.create({\n email: \"user@example.com\",\n password: \"supersecret\"\n})\n.then(({ user }) => {\n console.log(user.id);\n})\n```" - } - ] - } - ] - }, - "parameters": [ { "id": 1607, - "name": "payload", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The user to create." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-js/src/typings.ts", - "qualifiedName": "AdminCreateUserPayload" - }, - "name": "AdminCreateUserPayload", - "package": "@medusajs/medusa-js" - } - }, - { - "id": 1608, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -41853,14 +41831,259 @@ ] }, { - "id": 1609, + "id": 1608, + "name": "retrieve", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1609, + "name": "retrieve", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Retrieve an admin user's details." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the user's details." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.users.retrieve(userId)\n.then(({ user }) => {\n console.log(user.id);\n})\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 1610, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The user's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1611, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "AdminUserRes" + }, + "name": "AdminUserRes", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1612, + "name": "create", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1613, + "name": "create", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Create an admin user. The user has the same privileges as all admin users, and will be able to authenticate and perform admin functionalities right after creation." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves to the user's details." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nimport Medusa from \"@medusajs/medusa-js\"\nconst medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })\n// must be previously logged in or use api token\nmedusa.admin.users.create({\n email: \"user@example.com\",\n password: \"supersecret\"\n})\n.then(({ user }) => {\n console.log(user.id);\n})\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 1614, + "name": "payload", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The user to create." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "AdminCreateUserPayload" + }, + "name": "AdminCreateUserPayload", + "package": "@medusajs/medusa-js" + } + }, + { + "id": 1615, + "name": "customHeaders", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Custom headers to attach to the request." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "any" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/src/typings.ts", + "qualifiedName": "ResponsePromise" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "AdminUserRes" + }, + "name": "AdminUserRes", + "package": "@medusajs/medusa" + } + ], + "name": "ResponsePromise", + "package": "@medusajs/medusa-js" + } + } + ] + }, + { + "id": 1616, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1610, + "id": 1617, "name": "update", "variant": "signature", "kind": 4096, @@ -41895,7 +42118,7 @@ }, "parameters": [ { - "id": 1611, + "id": 1618, "name": "id", "variant": "param", "kind": 32768, @@ -41914,7 +42137,7 @@ } }, { - "id": 1612, + "id": 1619, "name": "payload", "variant": "param", "kind": 32768, @@ -41938,7 +42161,7 @@ } }, { - "id": 1613, + "id": 1620, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -41997,14 +42220,14 @@ ] }, { - "id": 1614, + "id": 1621, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1615, + "id": 1622, "name": "delete", "variant": "signature", "kind": 4096, @@ -42039,7 +42262,7 @@ }, "parameters": [ { - "id": 1616, + "id": 1623, "name": "id", "variant": "param", "kind": 32768, @@ -42058,7 +42281,7 @@ } }, { - "id": 1617, + "id": 1624, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -42117,14 +42340,14 @@ ] }, { - "id": 1618, + "id": 1625, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1619, + "id": 1626, "name": "list", "variant": "signature", "kind": 4096, @@ -42195,7 +42418,7 @@ }, "parameters": [ { - "id": 1620, + "id": 1627, "name": "query", "variant": "param", "kind": 32768, @@ -42213,7 +42436,7 @@ } }, { - "id": 1621, + "id": 1628, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -42272,21 +42495,21 @@ ] }, { - "id": 1590, + "id": 1597, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1591, + "id": 1598, "name": "new AdminUsersResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1592, + "id": 1599, "name": "client", "variant": "param", "kind": 32768, @@ -42304,7 +42527,7 @@ ], "type": { "type": "reference", - "target": 1589, + "target": 1596, "name": "AdminUsersResource", "package": "@medusajs/medusa-js" }, @@ -42326,19 +42549,19 @@ { "title": "Constructors", "children": [ - 1590 + 1597 ] }, { "title": "Methods", "children": [ - 1593, - 1597, - 1601, - 1605, - 1609, - 1614, - 1618 + 1600, + 1604, + 1608, + 1612, + 1616, + 1621, + 1625 ] } ], @@ -42355,7 +42578,7 @@ ] }, { - "id": 1622, + "id": 1629, "name": "AdminVariantsResource", "variant": "declaration", "kind": 128, @@ -42388,7 +42611,7 @@ "kind": "inline-tag", "tag": "@link", "text": "AdminProductsResource", - "target": 1108 + "target": 1109 }, { "kind": "text", @@ -42398,14 +42621,14 @@ }, "children": [ { - "id": 1626, + "id": 1633, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1627, + "id": 1634, "name": "list", "variant": "signature", "kind": 4096, @@ -42508,7 +42731,7 @@ }, "parameters": [ { - "id": 1628, + "id": 1635, "name": "query", "variant": "param", "kind": 32768, @@ -42534,7 +42757,7 @@ } }, { - "id": 1629, + "id": 1636, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -42593,14 +42816,14 @@ ] }, { - "id": 1630, + "id": 1637, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1631, + "id": 1638, "name": "retrieve", "variant": "signature", "kind": 4096, @@ -42647,7 +42870,7 @@ }, "parameters": [ { - "id": 1632, + "id": 1639, "name": "id", "variant": "param", "kind": 32768, @@ -42666,7 +42889,7 @@ } }, { - "id": 1633, + "id": 1640, "name": "query", "variant": "param", "kind": 32768, @@ -42692,7 +42915,7 @@ } }, { - "id": 1634, + "id": 1641, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -42751,14 +42974,14 @@ ] }, { - "id": 1635, + "id": 1642, "name": "getInventory", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1636, + "id": 1643, "name": "getInventory", "variant": "signature", "kind": 4096, @@ -42793,7 +43016,7 @@ }, "parameters": [ { - "id": 1637, + "id": 1644, "name": "variantId", "variant": "param", "kind": 32768, @@ -42812,7 +43035,7 @@ } }, { - "id": 1638, + "id": 1645, "name": "customHeaders", "variant": "param", "kind": 32768, @@ -42871,21 +43094,21 @@ ] }, { - "id": 1623, + "id": 1630, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 1624, + "id": 1631, "name": "new AdminVariantsResource", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 1625, + "id": 1632, "name": "client", "variant": "param", "kind": 32768, @@ -42903,7 +43126,7 @@ ], "type": { "type": "reference", - "target": 1622, + "target": 1629, "name": "AdminVariantsResource", "package": "@medusajs/medusa-js" }, @@ -42925,15 +43148,15 @@ { "title": "Constructors", "children": [ - 1623 + 1630 ] }, { "title": "Methods", "children": [ - 1626, - 1630, - 1635 + 1633, + 1637, + 1642 ] } ], @@ -53731,37 +53954,37 @@ 518, 559, 580, - 666, - 711, + 667, + 712, 360, - 736, - 787, - 810, - 835, - 979, - 848, - 1639, - 1661, - 1038, - 1679, - 1093, - 1100, - 1108, - 1176, - 1220, - 1279, - 1304, - 1328, - 1345, - 1390, - 1415, - 1439, - 1464, - 1489, - 1501, - 1565, - 1589, - 1622, + 737, + 788, + 811, + 836, + 980, + 849, + 1646, + 1668, + 1039, + 1686, + 1094, + 1101, + 1109, + 1182, + 1226, + 1286, + 1311, + 1335, + 1352, + 1397, + 1422, + 1446, + 1471, + 1496, + 1508, + 1572, + 1596, + 1629, 18, 40, 97, @@ -56249,11 +56472,11 @@ }, "615": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "616": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.retrieveByCode" + "qualifiedName": "customHeaders" }, "617": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56261,15 +56484,15 @@ }, "618": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "code" + "qualifiedName": "AdminDiscountsResource.retrieveByCode" }, "619": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "code" }, "620": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.list" + "qualifiedName": "customHeaders" }, "621": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56277,15 +56500,15 @@ }, "622": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "query" + "qualifiedName": "AdminDiscountsResource.list" }, "623": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "624": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.removeRegion" + "qualifiedName": "customHeaders" }, "625": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56293,19 +56516,19 @@ }, "626": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDiscountsResource.removeRegion" }, "627": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "regionId" + "qualifiedName": "id" }, "628": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "regionId" }, "629": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.createCondition" + "qualifiedName": "customHeaders" }, "630": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56313,23 +56536,23 @@ }, "631": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "discountId" + "qualifiedName": "AdminDiscountsResource.createCondition" }, "632": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "payload" + "qualifiedName": "discountId" }, "633": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "634": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "635": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.updateCondition" + "qualifiedName": "customHeaders" }, "636": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56337,27 +56560,27 @@ }, "637": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "discountId" + "qualifiedName": "AdminDiscountsResource.updateCondition" }, "638": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "conditionId" + "qualifiedName": "discountId" }, "639": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "payload" + "qualifiedName": "conditionId" }, "640": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "641": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "642": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.deleteCondition" + "qualifiedName": "customHeaders" }, "643": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56365,19 +56588,19 @@ }, "644": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "discountId" + "qualifiedName": "AdminDiscountsResource.deleteCondition" }, "645": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "conditionId" + "qualifiedName": "discountId" }, "646": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "conditionId" }, "647": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.getCondition" + "qualifiedName": "customHeaders" }, "648": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56385,23 +56608,23 @@ }, "649": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "discountId" + "qualifiedName": "AdminDiscountsResource.getCondition" }, "650": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "conditionId" + "qualifiedName": "discountId" }, "651": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "query" + "qualifiedName": "conditionId" }, "652": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "653": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.addConditionResourceBatch" + "qualifiedName": "customHeaders" }, "654": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56409,27 +56632,27 @@ }, "655": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "discountId" + "qualifiedName": "AdminDiscountsResource.addConditionResourceBatch" }, "656": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "conditionId" + "qualifiedName": "discountId" }, "657": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "payload" + "qualifiedName": "conditionId" }, "658": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "659": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "660": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "AdminDiscountsResource.deleteConditionResourceBatch" + "qualifiedName": "customHeaders" }, "661": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", @@ -56437,55 +56660,55 @@ }, "662": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "discountId" + "qualifiedName": "AdminDiscountsResource.deleteConditionResourceBatch" }, "663": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "conditionId" + "qualifiedName": "discountId" }, "664": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "payload" + "qualifiedName": "conditionId" }, "665": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "666": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/discounts.ts", + "qualifiedName": "customHeaders" + }, + "667": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", "qualifiedName": "AdminDraftOrdersResource" }, - "667": { + "668": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "668": { + "669": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminDraftOrdersResource" }, - "669": { + "670": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "670": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.create" - }, "671": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", "qualifiedName": "AdminDraftOrdersResource.create" }, "672": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminDraftOrdersResource.create" }, "673": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "674": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.addLineItem" + "qualifiedName": "customHeaders" }, "675": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56493,19 +56716,19 @@ }, "676": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.addLineItem" }, "677": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "678": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "679": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.delete" + "qualifiedName": "customHeaders" }, "680": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56513,15 +56736,15 @@ }, "681": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.delete" }, "682": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "683": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.removeLineItem" + "qualifiedName": "customHeaders" }, "684": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56529,19 +56752,19 @@ }, "685": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.removeLineItem" }, "686": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "itemId" + "qualifiedName": "id" }, "687": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "itemId" }, "688": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.retrieve" + "qualifiedName": "customHeaders" }, "689": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56549,15 +56772,15 @@ }, "690": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.retrieve" }, "691": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "692": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.list" + "qualifiedName": "customHeaders" }, "693": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56565,15 +56788,15 @@ }, "694": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "query" + "qualifiedName": "AdminDraftOrdersResource.list" }, "695": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "696": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.markPaid" + "qualifiedName": "customHeaders" }, "697": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56581,15 +56804,15 @@ }, "698": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.markPaid" }, "699": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "700": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.update" + "qualifiedName": "customHeaders" }, "701": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56597,19 +56820,19 @@ }, "702": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.update" }, "703": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "704": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "705": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "AdminDraftOrdersResource.updateLineItem" + "qualifiedName": "customHeaders" }, "706": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", @@ -56617,55 +56840,55 @@ }, "707": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminDraftOrdersResource.updateLineItem" }, "708": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "itemId" + "qualifiedName": "id" }, "709": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "payload" + "qualifiedName": "itemId" }, "710": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "711": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/draft-orders.ts", + "qualifiedName": "customHeaders" + }, + "712": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", "qualifiedName": "AdminGiftCardsResource" }, - "712": { + "713": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "713": { + "714": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminGiftCardsResource" }, - "714": { + "715": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "715": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "AdminGiftCardsResource.create" - }, "716": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", "qualifiedName": "AdminGiftCardsResource.create" }, "717": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminGiftCardsResource.create" }, "718": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "719": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "AdminGiftCardsResource.update" + "qualifiedName": "customHeaders" }, "720": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", @@ -56673,19 +56896,19 @@ }, "721": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "id" + "qualifiedName": "AdminGiftCardsResource.update" }, "722": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "723": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "724": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "AdminGiftCardsResource.delete" + "qualifiedName": "customHeaders" }, "725": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", @@ -56693,15 +56916,15 @@ }, "726": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "id" + "qualifiedName": "AdminGiftCardsResource.delete" }, "727": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "728": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "AdminGiftCardsResource.retrieve" + "qualifiedName": "customHeaders" }, "729": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", @@ -56709,15 +56932,15 @@ }, "730": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "id" + "qualifiedName": "AdminGiftCardsResource.retrieve" }, "731": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "732": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "AdminGiftCardsResource.list" + "qualifiedName": "customHeaders" }, "733": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", @@ -56725,51 +56948,51 @@ }, "734": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "query" + "qualifiedName": "AdminGiftCardsResource.list" }, "735": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "736": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/gift-cards.ts", + "qualifiedName": "customHeaders" + }, + "737": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", "qualifiedName": "AdminInventoryItemsResource" }, - "737": { + "738": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "738": { + "739": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminInventoryItemsResource" }, - "739": { + "740": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "740": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.retrieve" - }, "741": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", "qualifiedName": "AdminInventoryItemsResource.retrieve" }, "742": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.retrieve" }, "743": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "inventoryItemId" }, "744": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "745": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.update" + "qualifiedName": "customHeaders" }, "746": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56777,23 +57000,23 @@ }, "747": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.update" }, "748": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "payload" + "qualifiedName": "inventoryItemId" }, "749": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "750": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "751": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.delete" + "qualifiedName": "customHeaders" }, "752": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56801,15 +57024,15 @@ }, "753": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.delete" }, "754": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "inventoryItemId" }, "755": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.create" + "qualifiedName": "customHeaders" }, "756": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56817,19 +57040,19 @@ }, "757": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminInventoryItemsResource.create" }, "758": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "759": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "760": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.list" + "qualifiedName": "customHeaders" }, "761": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56837,15 +57060,15 @@ }, "762": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "AdminInventoryItemsResource.list" }, "763": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "764": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.updateLocationLevel" + "qualifiedName": "customHeaders" }, "765": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56853,27 +57076,27 @@ }, "766": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.updateLocationLevel" }, "767": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "locationId" + "qualifiedName": "inventoryItemId" }, "768": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "payload" + "qualifiedName": "locationId" }, "769": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "770": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "771": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.createLocationLevel" + "qualifiedName": "customHeaders" }, "772": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56881,23 +57104,23 @@ }, "773": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.createLocationLevel" }, "774": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "payload" + "qualifiedName": "inventoryItemId" }, "775": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "payload" }, "776": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "777": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.deleteLocationLevel" + "qualifiedName": "customHeaders" }, "778": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56905,19 +57128,19 @@ }, "779": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.deleteLocationLevel" }, "780": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "locationId" + "qualifiedName": "inventoryItemId" }, "781": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "locationId" }, "782": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "AdminInventoryItemsResource.listLocationLevels" + "qualifiedName": "customHeaders" }, "783": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", @@ -56925,51 +57148,51 @@ }, "784": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "AdminInventoryItemsResource.listLocationLevels" }, "785": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "query" + "qualifiedName": "inventoryItemId" }, "786": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "787": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/inventory-item.ts", + "qualifiedName": "customHeaders" + }, + "788": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", "qualifiedName": "AdminInvitesResource" }, - "788": { + "789": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "789": { + "790": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminInvitesResource" }, - "790": { + "791": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "791": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "AdminInvitesResource.accept" - }, "792": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", "qualifiedName": "AdminInvitesResource.accept" }, "793": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminInvitesResource.accept" }, "794": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "795": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "AdminInvitesResource.create" + "qualifiedName": "customHeaders" }, "796": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", @@ -56977,15 +57200,15 @@ }, "797": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminInvitesResource.create" }, "798": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "799": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "AdminInvitesResource.delete" + "qualifiedName": "customHeaders" }, "800": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", @@ -56993,15 +57216,15 @@ }, "801": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "id" + "qualifiedName": "AdminInvitesResource.delete" }, "802": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "803": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "AdminInvitesResource.list" + "qualifiedName": "customHeaders" }, "804": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", @@ -57009,11 +57232,11 @@ }, "805": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "AdminInvitesResource.list" }, "806": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "AdminInvitesResource.resend" + "qualifiedName": "customHeaders" }, "807": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", @@ -57021,47 +57244,47 @@ }, "808": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "id" + "qualifiedName": "AdminInvitesResource.resend" }, "809": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "810": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/invites.ts", + "qualifiedName": "customHeaders" + }, + "811": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", "qualifiedName": "AdminNotesResource" }, - "811": { + "812": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "812": { + "813": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminNotesResource" }, - "813": { + "814": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "814": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "AdminNotesResource.create" - }, "815": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", "qualifiedName": "AdminNotesResource.create" }, "816": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminNotesResource.create" }, "817": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "818": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "AdminNotesResource.update" + "qualifiedName": "customHeaders" }, "819": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", @@ -57069,19 +57292,19 @@ }, "820": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "id" + "qualifiedName": "AdminNotesResource.update" }, "821": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "822": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "823": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "AdminNotesResource.delete" + "qualifiedName": "customHeaders" }, "824": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", @@ -57089,15 +57312,15 @@ }, "825": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "id" + "qualifiedName": "AdminNotesResource.delete" }, "826": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "827": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "AdminNotesResource.retrieve" + "qualifiedName": "customHeaders" }, "828": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", @@ -57105,15 +57328,15 @@ }, "829": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "id" + "qualifiedName": "AdminNotesResource.retrieve" }, "830": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "831": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "AdminNotesResource.list" + "qualifiedName": "customHeaders" }, "832": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", @@ -57121,47 +57344,47 @@ }, "833": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "query" + "qualifiedName": "AdminNotesResource.list" }, "834": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "835": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notes.ts", + "qualifiedName": "customHeaders" + }, + "836": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", "qualifiedName": "AdminNotificationsResource" }, - "836": { + "837": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "837": { + "838": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminNotificationsResource" }, - "838": { + "839": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "839": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "AdminNotificationsResource.list" - }, "840": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", "qualifiedName": "AdminNotificationsResource.list" }, "841": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "query" + "qualifiedName": "AdminNotificationsResource.list" }, "842": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "843": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "AdminNotificationsResource.resend" + "qualifiedName": "customHeaders" }, "844": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", @@ -57169,55 +57392,55 @@ }, "845": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "id" + "qualifiedName": "AdminNotificationsResource.resend" }, "846": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "847": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "848": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/notifications.ts", + "qualifiedName": "customHeaders" + }, + "849": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", "qualifiedName": "AdminOrdersResource" }, - "849": { + "850": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "850": { + "851": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminOrdersResource" }, - "851": { + "852": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "852": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.update" - }, "853": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", "qualifiedName": "AdminOrdersResource.update" }, "854": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.update" }, "855": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "856": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "857": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.retrieve" + "qualifiedName": "customHeaders" }, "858": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57225,19 +57448,19 @@ }, "859": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.retrieve" }, "860": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "query" + "qualifiedName": "id" }, "861": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "862": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.list" + "qualifiedName": "customHeaders" }, "863": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57245,15 +57468,15 @@ }, "864": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "query" + "qualifiedName": "AdminOrdersResource.list" }, "865": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "866": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.complete" + "qualifiedName": "customHeaders" }, "867": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57261,15 +57484,15 @@ }, "868": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.complete" }, "869": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "870": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.capturePayment" + "qualifiedName": "customHeaders" }, "871": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57277,15 +57500,15 @@ }, "872": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.capturePayment" }, "873": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "874": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.refundPayment" + "qualifiedName": "customHeaders" }, "875": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57293,19 +57516,19 @@ }, "876": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.refundPayment" }, "877": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "878": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "879": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.createFulfillment" + "qualifiedName": "customHeaders" }, "880": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57313,19 +57536,19 @@ }, "881": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.createFulfillment" }, "882": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "883": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "884": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.cancelFulfillment" + "qualifiedName": "customHeaders" }, "885": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57333,19 +57556,19 @@ }, "886": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.cancelFulfillment" }, "887": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "fulfillmentId" + "qualifiedName": "id" }, "888": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "fulfillmentId" }, "889": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.cancelSwapFulfillment" + "qualifiedName": "customHeaders" }, "890": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57353,23 +57576,23 @@ }, "891": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.cancelSwapFulfillment" }, "892": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "swapId" + "qualifiedName": "id" }, "893": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "fulfillmentId" + "qualifiedName": "swapId" }, "894": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "fulfillmentId" }, "895": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.cancelClaimFulfillment" + "qualifiedName": "customHeaders" }, "896": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57377,23 +57600,23 @@ }, "897": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.cancelClaimFulfillment" }, "898": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "claimId" + "qualifiedName": "id" }, "899": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "fulfillmentId" + "qualifiedName": "claimId" }, "900": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "fulfillmentId" }, "901": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.createShipment" + "qualifiedName": "customHeaders" }, "902": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57401,19 +57624,19 @@ }, "903": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.createShipment" }, "904": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "905": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "906": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.requestReturn" + "qualifiedName": "customHeaders" }, "907": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57421,19 +57644,19 @@ }, "908": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.requestReturn" }, "909": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "910": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "911": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.cancel" + "qualifiedName": "customHeaders" }, "912": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57441,15 +57664,15 @@ }, "913": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.cancel" }, "914": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "915": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.addShippingMethod" + "qualifiedName": "customHeaders" }, "916": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57457,19 +57680,19 @@ }, "917": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.addShippingMethod" }, "918": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "919": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "920": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.archive" + "qualifiedName": "customHeaders" }, "921": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57477,15 +57700,15 @@ }, "922": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.archive" }, "923": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "924": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.createSwap" + "qualifiedName": "customHeaders" }, "925": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57493,19 +57716,19 @@ }, "926": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.createSwap" }, "927": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "928": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "929": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.cancelSwap" + "qualifiedName": "customHeaders" }, "930": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57513,19 +57736,19 @@ }, "931": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.cancelSwap" }, "932": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "swapId" + "qualifiedName": "id" }, "933": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "swapId" }, "934": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.fulfillSwap" + "qualifiedName": "customHeaders" }, "935": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57533,23 +57756,23 @@ }, "936": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.fulfillSwap" }, "937": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "swapId" + "qualifiedName": "id" }, "938": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "swapId" }, "939": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "940": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.createSwapShipment" + "qualifiedName": "customHeaders" }, "941": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57557,23 +57780,23 @@ }, "942": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.createSwapShipment" }, "943": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "swapId" + "qualifiedName": "id" }, "944": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "swapId" }, "945": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "946": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.processSwapPayment" + "qualifiedName": "customHeaders" }, "947": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57581,19 +57804,19 @@ }, "948": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.processSwapPayment" }, "949": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "swapId" + "qualifiedName": "id" }, "950": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "swapId" }, "951": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.createClaim" + "qualifiedName": "customHeaders" }, "952": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57601,19 +57824,19 @@ }, "953": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.createClaim" }, "954": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "955": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "956": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.cancelClaim" + "qualifiedName": "customHeaders" }, "957": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57621,19 +57844,19 @@ }, "958": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.cancelClaim" }, "959": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "claimId" + "qualifiedName": "id" }, "960": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "claimId" }, "961": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.updateClaim" + "qualifiedName": "customHeaders" }, "962": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57641,23 +57864,23 @@ }, "963": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.updateClaim" }, "964": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "claimId" + "qualifiedName": "id" }, "965": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "claimId" }, "966": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "967": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.fulfillClaim" + "qualifiedName": "customHeaders" }, "968": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57665,23 +57888,23 @@ }, "969": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.fulfillClaim" }, "970": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "claimId" + "qualifiedName": "id" }, "971": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "claimId" }, "972": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "973": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "AdminOrdersResource.createClaimShipment" + "qualifiedName": "customHeaders" }, "974": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", @@ -57689,59 +57912,59 @@ }, "975": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrdersResource.createClaimShipment" }, "976": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "claimId" + "qualifiedName": "id" }, "977": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "payload" + "qualifiedName": "claimId" }, "978": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "979": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/orders.ts", + "qualifiedName": "customHeaders" + }, + "980": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", "qualifiedName": "AdminOrderEditsResource" }, - "980": { + "981": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "981": { + "982": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminOrderEditsResource" }, - "982": { + "983": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "983": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.retrieve" - }, "984": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", "qualifiedName": "AdminOrderEditsResource.retrieve" }, "985": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.retrieve" }, "986": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "query" + "qualifiedName": "id" }, "987": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "988": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.list" + "qualifiedName": "customHeaders" }, "989": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57749,15 +57972,15 @@ }, "990": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "query" + "qualifiedName": "AdminOrderEditsResource.list" }, "991": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "992": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.create" + "qualifiedName": "customHeaders" }, "993": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57765,15 +57988,15 @@ }, "994": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminOrderEditsResource.create" }, "995": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "996": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.update" + "qualifiedName": "customHeaders" }, "997": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57781,19 +58004,19 @@ }, "998": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.update" }, "999": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1000": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1001": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.delete" + "qualifiedName": "customHeaders" }, "1002": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57801,15 +58024,15 @@ }, "1003": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.delete" }, "1004": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1005": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.addLineItem" + "qualifiedName": "customHeaders" }, "1006": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57817,19 +58040,19 @@ }, "1007": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.addLineItem" }, "1008": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1009": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1010": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.deleteItemChange" + "qualifiedName": "customHeaders" }, "1011": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57837,19 +58060,19 @@ }, "1012": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "orderEditId" + "qualifiedName": "AdminOrderEditsResource.deleteItemChange" }, "1013": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "itemChangeId" + "qualifiedName": "orderEditId" }, "1014": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "itemChangeId" }, "1015": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.requestConfirmation" + "qualifiedName": "customHeaders" }, "1016": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57857,15 +58080,15 @@ }, "1017": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.requestConfirmation" }, "1018": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1019": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.cancel" + "qualifiedName": "customHeaders" }, "1020": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57873,15 +58096,15 @@ }, "1021": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.cancel" }, "1022": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1023": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.confirm" + "qualifiedName": "customHeaders" }, "1024": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57889,15 +58112,15 @@ }, "1025": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "id" + "qualifiedName": "AdminOrderEditsResource.confirm" }, "1026": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1027": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.updateLineItem" + "qualifiedName": "customHeaders" }, "1028": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57905,23 +58128,23 @@ }, "1029": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "orderEditId" + "qualifiedName": "AdminOrderEditsResource.updateLineItem" }, "1030": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "itemId" + "qualifiedName": "orderEditId" }, "1031": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "payload" + "qualifiedName": "itemId" }, "1032": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1033": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "AdminOrderEditsResource.removeLineItem" + "qualifiedName": "customHeaders" }, "1034": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", @@ -57929,51 +58152,51 @@ }, "1035": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "orderEditId" + "qualifiedName": "AdminOrderEditsResource.removeLineItem" }, "1036": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "itemId" + "qualifiedName": "orderEditId" }, "1037": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "itemId" }, "1038": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/order-edits.ts", + "qualifiedName": "customHeaders" + }, + "1039": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", "qualifiedName": "AdminPriceListResource" }, - "1039": { + "1040": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1040": { + "1041": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminPriceListResource" }, - "1041": { + "1042": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1042": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.create" - }, "1043": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", "qualifiedName": "AdminPriceListResource.create" }, "1044": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminPriceListResource.create" }, "1045": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1046": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.update" + "qualifiedName": "customHeaders" }, "1047": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -57981,19 +58204,19 @@ }, "1048": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "id" + "qualifiedName": "AdminPriceListResource.update" }, "1049": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1050": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1051": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.delete" + "qualifiedName": "customHeaders" }, "1052": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58001,15 +58224,15 @@ }, "1053": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "id" + "qualifiedName": "AdminPriceListResource.delete" }, "1054": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1055": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.retrieve" + "qualifiedName": "customHeaders" }, "1056": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58017,15 +58240,15 @@ }, "1057": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "id" + "qualifiedName": "AdminPriceListResource.retrieve" }, "1058": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1059": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.list" + "qualifiedName": "customHeaders" }, "1060": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58033,15 +58256,15 @@ }, "1061": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "query" + "qualifiedName": "AdminPriceListResource.list" }, "1062": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "1063": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.listProducts" + "qualifiedName": "customHeaders" }, "1064": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58049,19 +58272,19 @@ }, "1065": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "id" + "qualifiedName": "AdminPriceListResource.listProducts" }, "1066": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "query" + "qualifiedName": "id" }, "1067": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "1068": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.addPrices" + "qualifiedName": "customHeaders" }, "1069": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58069,19 +58292,19 @@ }, "1070": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "id" + "qualifiedName": "AdminPriceListResource.addPrices" }, "1071": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1072": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1073": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.deletePrices" + "qualifiedName": "customHeaders" }, "1074": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58089,19 +58312,19 @@ }, "1075": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "id" + "qualifiedName": "AdminPriceListResource.deletePrices" }, "1076": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1077": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1078": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.deleteProductPrices" + "qualifiedName": "customHeaders" }, "1079": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58109,19 +58332,19 @@ }, "1080": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "priceListId" + "qualifiedName": "AdminPriceListResource.deleteProductPrices" }, "1081": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "productId" + "qualifiedName": "priceListId" }, "1082": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "productId" }, "1083": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.deleteVariantPrices" + "qualifiedName": "customHeaders" }, "1084": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58129,19 +58352,19 @@ }, "1085": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "priceListId" + "qualifiedName": "AdminPriceListResource.deleteVariantPrices" }, "1086": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "variantId" + "qualifiedName": "priceListId" }, "1087": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "variantId" }, "1088": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "AdminPriceListResource.deleteProductsPrices" + "qualifiedName": "customHeaders" }, "1089": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", @@ -58149,111 +58372,111 @@ }, "1090": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "priceListId" + "qualifiedName": "AdminPriceListResource.deleteProductsPrices" }, "1091": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "payload" + "qualifiedName": "priceListId" }, "1092": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1093": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/price-lists.ts", + "qualifiedName": "customHeaders" + }, + "1094": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-tags.ts", "qualifiedName": "AdminProductTagsResource" }, - "1094": { + "1095": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1095": { + "1096": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminProductTagsResource" }, - "1096": { + "1097": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1097": { + "1098": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-tags.ts", "qualifiedName": "AdminProductTagsResource.list" }, - "1098": { + "1099": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-tags.ts", "qualifiedName": "AdminProductTagsResource.list" }, - "1099": { + "1100": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-tags.ts", "qualifiedName": "query" }, - "1100": { + "1101": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-types.ts", "qualifiedName": "AdminProductTypesResource" }, - "1101": { + "1102": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1102": { + "1103": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminProductTypesResource" }, - "1103": { + "1104": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1104": { + "1105": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-types.ts", "qualifiedName": "AdminProductTypesResource.list" }, - "1105": { + "1106": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-types.ts", "qualifiedName": "AdminProductTypesResource.list" }, - "1106": { + "1107": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-types.ts", "qualifiedName": "query" }, - "1107": { + "1108": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-types.ts", "qualifiedName": "customHeaders" }, - "1108": { + "1109": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", "qualifiedName": "AdminProductsResource" }, - "1109": { + "1110": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1110": { + "1111": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminProductsResource" }, - "1111": { + "1112": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1112": { - "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.create" - }, "1113": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", "qualifiedName": "AdminProductsResource.create" }, "1114": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "payload" + "qualifiedName": "AdminProductsResource.create" }, "1115": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1116": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.retrieve" + "qualifiedName": "customHeaders" }, "1117": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58261,15 +58484,15 @@ }, "1118": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.retrieve" }, "1119": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1120": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.update" + "qualifiedName": "customHeaders" }, "1121": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58277,19 +58500,19 @@ }, "1122": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.update" }, "1123": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1124": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1125": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.delete" + "qualifiedName": "customHeaders" }, "1126": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58297,15 +58520,15 @@ }, "1127": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.delete" }, "1128": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "id" }, "1129": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.list" + "qualifiedName": "customHeaders" }, "1130": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58313,15 +58536,15 @@ }, "1131": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "query" + "qualifiedName": "AdminProductsResource.list" }, "1132": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, - "1136": { + "1133": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.listTags" + "qualifiedName": "customHeaders" }, "1137": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58329,11 +58552,11 @@ }, "1138": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "AdminProductsResource.listTags" }, "1139": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.setMetadata" + "qualifiedName": "customHeaders" }, "1140": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58341,19 +58564,19 @@ }, "1141": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.setMetadata" }, "1142": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1143": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1144": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.createVariant" + "qualifiedName": "customHeaders" }, "1145": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58361,19 +58584,19 @@ }, "1146": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.createVariant" }, "1147": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1148": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1149": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.updateVariant" + "qualifiedName": "customHeaders" }, "1150": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58381,23 +58604,23 @@ }, "1151": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.updateVariant" }, "1152": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "variantId" + "qualifiedName": "id" }, "1153": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "payload" + "qualifiedName": "variantId" }, "1154": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1155": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.deleteVariant" + "qualifiedName": "customHeaders" }, "1156": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58405,51 +58628,51 @@ }, "1157": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.deleteVariant" }, "1158": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "variantId" + "qualifiedName": "id" }, "1159": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "variantId" }, "1160": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.addOption" + "qualifiedName": "customHeaders" }, "1161": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.addOption" + "qualifiedName": "AdminProductsResource.listVariants" }, "1162": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.listVariants" }, "1163": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "payload" + "qualifiedName": "id" }, "1164": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "query" }, "1165": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.updateOption" + "qualifiedName": "customHeaders" }, "1166": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.updateOption" + "qualifiedName": "AdminProductsResource.addOption" }, "1167": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "id" + "qualifiedName": "AdminProductsResource.addOption" }, "1168": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "optionId" + "qualifiedName": "id" }, "1169": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58461,11 +58684,11 @@ }, "1171": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.deleteOption" + "qualifiedName": "AdminProductsResource.updateOption" }, "1172": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "AdminProductsResource.deleteOption" + "qualifiedName": "AdminProductsResource.updateOption" }, "1173": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", @@ -58477,2149 +58700,2177 @@ }, "1175": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", - "qualifiedName": "customHeaders" + "qualifiedName": "payload" }, "1176": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", + "qualifiedName": "customHeaders" + }, + "1177": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", + "qualifiedName": "AdminProductsResource.deleteOption" + }, + "1178": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", + "qualifiedName": "AdminProductsResource.deleteOption" + }, + "1179": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", + "qualifiedName": "id" + }, + "1180": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", + "qualifiedName": "optionId" + }, + "1181": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/products.ts", + "qualifiedName": "customHeaders" + }, + "1182": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource" }, - "1177": { + "1183": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1178": { + "1184": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminPublishableApiKeyResource" }, - "1179": { + "1185": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1180": { + "1186": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.retrieve" }, - "1181": { + "1187": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.retrieve" }, - "1182": { + "1188": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1183": { + "1189": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1184": { + "1190": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.list" }, - "1185": { + "1191": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.list" }, - "1186": { + "1192": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "query" }, - "1187": { + "1193": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1188": { + "1194": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.create" }, - "1189": { + "1195": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.create" }, - "1190": { + "1196": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "payload" }, - "1191": { + "1197": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1192": { + "1198": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.update" }, - "1193": { + "1199": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.update" }, - "1194": { + "1200": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1195": { + "1201": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "payload" }, - "1196": { + "1202": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1197": { + "1203": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.delete" }, - "1198": { + "1204": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.delete" }, - "1199": { + "1205": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1200": { + "1206": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1201": { + "1207": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.revoke" }, - "1202": { + "1208": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.revoke" }, - "1203": { + "1209": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1204": { + "1210": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1205": { + "1211": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.addSalesChannelsBatch" }, - "1206": { + "1212": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.addSalesChannelsBatch" }, - "1207": { + "1213": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1208": { + "1214": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "payload" }, - "1209": { + "1215": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1210": { + "1216": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.deleteSalesChannelsBatch" }, - "1211": { + "1217": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.deleteSalesChannelsBatch" }, - "1212": { + "1218": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1213": { + "1219": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "payload" }, - "1214": { + "1220": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1215": { + "1221": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.listSalesChannels" }, - "1216": { + "1222": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "AdminPublishableApiKeyResource.listSalesChannels" }, - "1217": { + "1223": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "id" }, - "1218": { + "1224": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "query" }, - "1219": { + "1225": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/publishable-api-keys.ts", "qualifiedName": "customHeaders" }, - "1220": { + "1226": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource" }, - "1221": { + "1227": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1222": { + "1228": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminRegionsResource" }, - "1223": { + "1229": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1224": { + "1230": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.create" }, - "1225": { + "1231": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.create" }, - "1226": { + "1232": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "payload" }, - "1227": { + "1233": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1228": { + "1234": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.update" }, - "1229": { + "1235": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.update" }, - "1230": { + "1236": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1231": { + "1237": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "payload" }, - "1232": { + "1238": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1233": { + "1239": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.delete" }, - "1234": { + "1240": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.delete" }, - "1235": { + "1241": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1236": { + "1242": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1237": { + "1243": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.retrieve" }, - "1238": { + "1244": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.retrieve" }, - "1239": { + "1245": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1240": { + "1246": { + "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", + "qualifiedName": "query" + }, + "1247": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1241": { + "1248": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.list" }, - "1242": { + "1249": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.list" }, - "1243": { + "1250": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "query" }, - "1244": { + "1251": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1245": { + "1252": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.addCountry" }, - "1246": { + "1253": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.addCountry" }, - "1247": { + "1254": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1248": { + "1255": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "payload" }, - "1249": { + "1256": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1250": { + "1257": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.deleteCountry" }, - "1251": { + "1258": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.deleteCountry" }, - "1252": { + "1259": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1253": { + "1260": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "country_code" }, - "1254": { + "1261": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1255": { + "1262": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.addFulfillmentProvider" }, - "1256": { + "1263": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.addFulfillmentProvider" }, - "1257": { + "1264": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1258": { + "1265": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "payload" }, - "1259": { + "1266": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1260": { + "1267": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.deleteFulfillmentProvider" }, - "1261": { + "1268": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.deleteFulfillmentProvider" }, - "1262": { + "1269": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1263": { + "1270": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "provider_id" }, - "1264": { + "1271": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1265": { + "1272": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.retrieveFulfillmentOptions" }, - "1266": { + "1273": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.retrieveFulfillmentOptions" }, - "1267": { + "1274": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1268": { + "1275": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1269": { + "1276": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.addPaymentProvider" }, - "1270": { + "1277": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.addPaymentProvider" }, - "1271": { + "1278": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1272": { + "1279": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "payload" }, - "1273": { + "1280": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1274": { + "1281": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.deletePaymentProvider" }, - "1275": { + "1282": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "AdminRegionsResource.deletePaymentProvider" }, - "1276": { + "1283": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "id" }, - "1277": { + "1284": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "provider_id" }, - "1278": { + "1285": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/regions.ts", "qualifiedName": "customHeaders" }, - "1279": { + "1286": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource" }, - "1280": { + "1287": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1281": { + "1288": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminReservationsResource" }, - "1282": { + "1289": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1283": { + "1290": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.retrieve" }, - "1284": { + "1291": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.retrieve" }, - "1285": { + "1292": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "id" }, - "1286": { + "1293": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "customHeaders" }, - "1287": { + "1294": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.list" }, - "1288": { + "1295": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.list" }, - "1289": { + "1296": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "query" }, - "1290": { + "1297": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "customHeaders" }, - "1291": { + "1298": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.create" }, - "1292": { + "1299": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.create" }, - "1293": { + "1300": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "payload" }, - "1294": { + "1301": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "customHeaders" }, - "1295": { + "1302": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.update" }, - "1296": { + "1303": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.update" }, - "1297": { + "1304": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "id" }, - "1298": { + "1305": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "payload" }, - "1299": { + "1306": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "customHeaders" }, - "1300": { + "1307": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.delete" }, - "1301": { + "1308": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "AdminReservationsResource.delete" }, - "1302": { + "1309": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "id" }, - "1303": { + "1310": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/reservations.ts", "qualifiedName": "customHeaders" }, - "1304": { + "1311": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource" }, - "1305": { + "1312": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1306": { + "1313": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminReturnReasonsResource" }, - "1307": { + "1314": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1308": { + "1315": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.create" }, - "1309": { + "1316": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.create" }, - "1310": { + "1317": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "payload" }, - "1311": { + "1318": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "customHeaders" }, - "1312": { + "1319": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.update" }, - "1313": { + "1320": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.update" }, - "1314": { + "1321": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "id" }, - "1315": { + "1322": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "payload" }, - "1316": { + "1323": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "customHeaders" }, - "1317": { + "1324": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.delete" }, - "1318": { + "1325": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.delete" }, - "1319": { + "1326": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "id" }, - "1320": { + "1327": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "customHeaders" }, - "1321": { + "1328": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.retrieve" }, - "1322": { + "1329": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.retrieve" }, - "1323": { + "1330": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "id" }, - "1324": { + "1331": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "customHeaders" }, - "1325": { + "1332": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.list" }, - "1326": { + "1333": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "AdminReturnReasonsResource.list" }, - "1327": { + "1334": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/return-reasons.ts", "qualifiedName": "customHeaders" }, - "1328": { + "1335": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource" }, - "1329": { + "1336": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1330": { + "1337": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminReturnsResource" }, - "1331": { + "1338": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1332": { + "1339": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource.cancel" }, - "1333": { + "1340": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource.cancel" }, - "1334": { + "1341": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "id" }, - "1335": { + "1342": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "customHeaders" }, - "1336": { + "1343": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource.receive" }, - "1337": { + "1344": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource.receive" }, - "1338": { + "1345": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "id" }, - "1339": { + "1346": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "payload" }, - "1340": { + "1347": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "customHeaders" }, - "1341": { + "1348": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource.list" }, - "1342": { + "1349": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "AdminReturnsResource.list" }, - "1343": { + "1350": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "query" }, - "1344": { + "1351": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/returns.ts", "qualifiedName": "customHeaders" }, - "1345": { + "1352": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource" }, - "1346": { + "1353": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1347": { + "1354": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminSalesChannelsResource" }, - "1348": { + "1355": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1349": { + "1356": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.retrieve" }, - "1350": { + "1357": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.retrieve" }, - "1351": { + "1358": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1352": { + "1359": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1353": { + "1360": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.create" }, - "1354": { + "1361": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.create" }, - "1355": { + "1362": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "payload" }, - "1356": { + "1363": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1357": { + "1364": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.update" }, - "1358": { + "1365": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.update" }, - "1359": { + "1366": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1360": { + "1367": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "payload" }, - "1361": { + "1368": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1362": { + "1369": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.list" }, - "1363": { + "1370": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.list" }, - "1364": { + "1371": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "query" }, - "1365": { + "1372": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1366": { + "1373": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.delete" }, - "1367": { + "1374": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.delete" }, - "1368": { + "1375": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1369": { + "1376": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1370": { + "1377": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.removeProducts" }, - "1371": { + "1378": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.removeProducts" }, - "1372": { + "1379": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1373": { + "1380": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "payload" }, - "1374": { + "1381": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1375": { + "1382": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.addProducts" }, - "1376": { + "1383": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.addProducts" }, - "1377": { + "1384": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1378": { + "1385": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "payload" }, - "1379": { + "1386": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1380": { + "1387": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.addLocation" }, - "1381": { + "1388": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.addLocation" }, - "1382": { + "1389": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1383": { + "1390": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "payload" }, - "1384": { + "1391": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1385": { + "1392": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.removeLocation" }, - "1386": { + "1393": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "AdminSalesChannelsResource.removeLocation" }, - "1387": { + "1394": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "salesChannelId" }, - "1388": { + "1395": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "payload" }, - "1389": { + "1396": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/sales-channels.ts", "qualifiedName": "customHeaders" }, - "1390": { + "1397": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource" }, - "1391": { + "1398": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1392": { + "1399": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminShippingOptionsResource" }, - "1393": { + "1400": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1394": { + "1401": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.create" }, - "1395": { + "1402": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.create" }, - "1396": { + "1403": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "payload" }, - "1397": { + "1404": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "customHeaders" }, - "1398": { + "1405": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.update" }, - "1399": { + "1406": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.update" }, - "1400": { + "1407": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "id" }, - "1401": { + "1408": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "payload" }, - "1402": { + "1409": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "customHeaders" }, - "1403": { + "1410": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.delete" }, - "1404": { + "1411": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.delete" }, - "1405": { + "1412": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "id" }, - "1406": { + "1413": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "customHeaders" }, - "1407": { + "1414": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.retrieve" }, - "1408": { + "1415": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.retrieve" }, - "1409": { + "1416": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "id" }, - "1410": { + "1417": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "customHeaders" }, - "1411": { + "1418": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.list" }, - "1412": { + "1419": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "AdminShippingOptionsResource.list" }, - "1413": { + "1420": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "query" }, - "1414": { + "1421": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-options.ts", "qualifiedName": "customHeaders" }, - "1415": { + "1422": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource" }, - "1416": { + "1423": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1417": { + "1424": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminShippingProfilesResource" }, - "1418": { + "1425": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1419": { + "1426": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.create" }, - "1420": { + "1427": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.create" }, - "1421": { + "1428": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "payload" }, - "1422": { + "1429": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "customHeaders" }, - "1423": { + "1430": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.update" }, - "1424": { + "1431": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.update" }, - "1425": { + "1432": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "id" }, - "1426": { + "1433": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "payload" }, - "1427": { + "1434": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "customHeaders" }, - "1428": { + "1435": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.delete" }, - "1429": { + "1436": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.delete" }, - "1430": { + "1437": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "id" }, - "1431": { + "1438": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "customHeaders" }, - "1432": { + "1439": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.retrieve" }, - "1433": { + "1440": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.retrieve" }, - "1434": { + "1441": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "id" }, - "1435": { + "1442": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "customHeaders" }, - "1436": { + "1443": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.list" }, - "1437": { + "1444": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "AdminShippingProfilesResource.list" }, - "1438": { + "1445": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/shipping-profiles.ts", "qualifiedName": "customHeaders" }, - "1439": { + "1446": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource" }, - "1440": { + "1447": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1441": { + "1448": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminStockLocationsResource" }, - "1442": { + "1449": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1443": { + "1450": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.create" }, - "1444": { + "1451": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.create" }, - "1445": { + "1452": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "payload" }, - "1446": { + "1453": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "customHeaders" }, - "1447": { + "1454": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.retrieve" }, - "1448": { + "1455": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.retrieve" }, - "1449": { + "1456": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "itemId" }, - "1450": { + "1457": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "customHeaders" }, - "1451": { + "1458": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.update" }, - "1452": { + "1459": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.update" }, - "1453": { + "1460": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "stockLocationId" }, - "1454": { + "1461": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "payload" }, - "1455": { + "1462": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "customHeaders" }, - "1456": { + "1463": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.delete" }, - "1457": { + "1464": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.delete" }, - "1458": { + "1465": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "id" }, - "1459": { + "1466": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "customHeaders" }, - "1460": { + "1467": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.list" }, - "1461": { + "1468": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "AdminStockLocationsResource.list" }, - "1462": { + "1469": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "query" }, - "1463": { + "1470": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/stock-locations.ts", "qualifiedName": "customHeaders" }, - "1464": { + "1471": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource" }, - "1465": { + "1472": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1466": { + "1473": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminStoresResource" }, - "1467": { + "1474": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1468": { + "1475": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.update" }, - "1469": { + "1476": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.update" }, - "1470": { + "1477": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "payload" }, - "1471": { + "1478": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "customHeaders" }, - "1472": { + "1479": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.addCurrency" }, - "1473": { + "1480": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.addCurrency" }, - "1474": { + "1481": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "currency_code" }, - "1475": { + "1482": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "customHeaders" }, - "1476": { + "1483": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.deleteCurrency" }, - "1477": { + "1484": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.deleteCurrency" }, - "1478": { + "1485": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "currency_code" }, - "1479": { + "1486": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "customHeaders" }, - "1480": { + "1487": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.retrieve" }, - "1481": { + "1488": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.retrieve" }, - "1482": { + "1489": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "customHeaders" }, - "1483": { + "1490": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.listPaymentProviders" }, - "1484": { + "1491": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.listPaymentProviders" }, - "1485": { + "1492": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "customHeaders" }, - "1486": { + "1493": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.listTaxProviders" }, - "1487": { + "1494": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "AdminStoresResource.listTaxProviders" }, - "1488": { + "1495": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/store.ts", "qualifiedName": "customHeaders" }, - "1489": { + "1496": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "AdminSwapsResource" }, - "1490": { + "1497": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1491": { + "1498": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminSwapsResource" }, - "1492": { + "1499": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1493": { + "1500": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "AdminSwapsResource.retrieve" }, - "1494": { + "1501": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "AdminSwapsResource.retrieve" }, - "1495": { + "1502": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "id" }, - "1496": { + "1503": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "customHeaders" }, - "1497": { + "1504": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "AdminSwapsResource.list" }, - "1498": { + "1505": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "AdminSwapsResource.list" }, - "1499": { + "1506": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "query" }, - "1500": { + "1507": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/swaps.ts", "qualifiedName": "customHeaders" }, - "1501": { + "1508": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource" }, - "1502": { + "1509": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1503": { + "1510": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminTaxRatesResource" }, - "1504": { + "1511": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1505": { + "1512": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.retrieve" }, - "1506": { + "1513": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.retrieve" }, - "1507": { + "1514": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1508": { + "1515": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1509": { + "1516": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1510": { + "1517": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.list" }, - "1511": { + "1518": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.list" }, - "1512": { + "1519": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1513": { + "1520": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1514": { + "1521": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.create" }, - "1515": { + "1522": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.create" }, - "1516": { + "1523": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1517": { + "1524": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1518": { + "1525": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1519": { + "1526": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.update" }, - "1520": { + "1527": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.update" }, - "1521": { + "1528": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1522": { + "1529": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1523": { + "1530": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1524": { + "1531": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1525": { + "1532": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.addProducts" }, - "1526": { + "1533": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.addProducts" }, - "1527": { + "1534": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1528": { + "1535": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1529": { + "1536": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1530": { + "1537": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1531": { + "1538": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.addProductTypes" }, - "1532": { + "1539": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.addProductTypes" }, - "1533": { + "1540": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1534": { + "1541": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1535": { + "1542": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1536": { + "1543": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1537": { + "1544": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.addShippingOptions" }, - "1538": { + "1545": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.addShippingOptions" }, - "1539": { + "1546": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1540": { + "1547": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1541": { + "1548": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1542": { + "1549": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1543": { + "1550": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.removeProducts" }, - "1544": { + "1551": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.removeProducts" }, - "1545": { + "1552": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1546": { + "1553": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1547": { + "1554": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1548": { + "1555": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1549": { + "1556": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.removeProductTypes" }, - "1550": { + "1557": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.removeProductTypes" }, - "1551": { + "1558": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1552": { + "1559": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1553": { + "1560": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1554": { + "1561": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1555": { + "1562": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.removeShippingOptions" }, - "1556": { + "1563": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.removeShippingOptions" }, - "1557": { + "1564": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1558": { + "1565": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "payload" }, - "1559": { + "1566": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "query" }, - "1560": { + "1567": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1561": { + "1568": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.delete" }, - "1562": { + "1569": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "AdminTaxRatesResource.delete" }, - "1563": { + "1570": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "id" }, - "1564": { + "1571": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/tax-rates.ts", "qualifiedName": "customHeaders" }, - "1565": { + "1572": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource" }, - "1566": { + "1573": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1567": { + "1574": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminUploadsResource" }, - "1568": { + "1575": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1572": { + "1579": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.create" }, - "1573": { + "1580": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.create" }, - "1574": { + "1581": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "file" }, - "1575": { + "1582": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.createProtected" }, - "1576": { + "1583": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.createProtected" }, - "1577": { + "1584": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "file" }, - "1578": { + "1585": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.delete" }, - "1579": { + "1586": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.delete" }, - "1580": { + "1587": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "payload" }, - "1581": { + "1588": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "customHeaders" }, - "1582": { + "1589": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.getPresignedDownloadUrl" }, - "1583": { + "1590": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource.getPresignedDownloadUrl" }, - "1584": { + "1591": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "payload" }, - "1585": { + "1592": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "customHeaders" }, - "1586": { + "1593": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource._createPayload" }, - "1587": { + "1594": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "AdminUploadsResource._createPayload" }, - "1588": { + "1595": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/uploads.ts", "qualifiedName": "file" }, - "1589": { + "1596": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource" }, - "1590": { + "1597": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1591": { + "1598": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminUsersResource" }, - "1592": { + "1599": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1593": { + "1600": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.sendResetPasswordToken" }, - "1594": { + "1601": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.sendResetPasswordToken" }, - "1595": { + "1602": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "payload" }, - "1596": { + "1603": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1597": { + "1604": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.resetPassword" }, - "1598": { + "1605": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.resetPassword" }, - "1599": { + "1606": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "payload" }, - "1600": { + "1607": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1601": { + "1608": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.retrieve" }, - "1602": { + "1609": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.retrieve" }, - "1603": { + "1610": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "id" }, - "1604": { + "1611": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1605": { + "1612": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.create" }, - "1606": { + "1613": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.create" }, - "1607": { + "1614": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "payload" }, - "1608": { + "1615": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1609": { + "1616": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.update" }, - "1610": { + "1617": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.update" }, - "1611": { + "1618": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "id" }, - "1612": { + "1619": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "payload" }, - "1613": { + "1620": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1614": { + "1621": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.delete" }, - "1615": { + "1622": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.delete" }, - "1616": { + "1623": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "id" }, - "1617": { + "1624": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1618": { + "1625": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.list" }, - "1619": { + "1626": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "AdminUsersResource.list" }, - "1620": { + "1627": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "query" }, - "1621": { + "1628": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/users.ts", "qualifiedName": "customHeaders" }, - "1622": { + "1629": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource" }, - "1623": { + "1630": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1624": { + "1631": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminVariantsResource" }, - "1625": { + "1632": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1626": { + "1633": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource.list" }, - "1627": { + "1634": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource.list" }, - "1628": { + "1635": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "query" }, - "1629": { + "1636": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "customHeaders" }, - "1630": { + "1637": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource.retrieve" }, - "1631": { + "1638": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource.retrieve" }, - "1632": { + "1639": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "id" }, - "1633": { + "1640": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "query" }, - "1634": { + "1641": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "customHeaders" }, - "1635": { + "1642": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource.getInventory" }, - "1636": { + "1643": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "AdminVariantsResource.getInventory" }, - "1637": { + "1644": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "variantId" }, - "1638": { + "1645": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/variants.ts", "qualifiedName": "customHeaders" }, - "1639": { + "1646": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource" }, - "1640": { + "1647": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1641": { + "1648": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminPaymentCollectionsResource" }, - "1642": { + "1649": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1643": { + "1650": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.retrieve" }, - "1644": { + "1651": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.retrieve" }, - "1645": { + "1652": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "id" }, - "1646": { + "1653": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "query" }, - "1647": { + "1654": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "customHeaders" }, - "1648": { + "1655": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.update" }, - "1649": { + "1656": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.update" }, - "1650": { + "1657": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "id" }, - "1651": { + "1658": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "payload" }, - "1652": { + "1659": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "customHeaders" }, - "1653": { + "1660": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.delete" }, - "1654": { + "1661": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.delete" }, - "1655": { + "1662": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "id" }, - "1656": { + "1663": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "customHeaders" }, - "1657": { + "1664": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.markAsAuthorized" }, - "1658": { + "1665": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "AdminPaymentCollectionsResource.markAsAuthorized" }, - "1659": { + "1666": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "id" }, - "1660": { + "1667": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payment-collections.ts", "qualifiedName": "customHeaders" }, - "1661": { + "1668": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource" }, - "1662": { + "1669": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1663": { + "1670": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminPaymentsResource" }, - "1664": { + "1671": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1665": { + "1672": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource.retrieve" }, - "1666": { + "1673": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource.retrieve" }, - "1667": { + "1674": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "id" }, - "1668": { + "1675": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "query" }, - "1669": { + "1676": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "customHeaders" }, - "1670": { + "1677": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource.capturePayment" }, - "1671": { + "1678": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource.capturePayment" }, - "1672": { + "1679": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "id" }, - "1673": { + "1680": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "customHeaders" }, - "1674": { + "1681": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource.refundPayment" }, - "1675": { + "1682": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "AdminPaymentsResource.refundPayment" }, - "1676": { + "1683": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "id" }, - "1677": { + "1684": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "payload" }, - "1678": { + "1685": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/payments.ts", "qualifiedName": "customHeaders" }, - "1679": { + "1686": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource" }, - "1680": { + "1687": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "default.__constructor" }, - "1681": { + "1688": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "AdminProductCategoriesResource" }, - "1682": { + "1689": { "sourceFileName": "../../../packages/medusa-js/src/resources/base.ts", "qualifiedName": "client" }, - "1683": { + "1690": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.retrieve" }, - "1684": { + "1691": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.retrieve" }, - "1685": { + "1692": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "productCategoryId" }, - "1686": { + "1693": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "query" }, - "1687": { + "1694": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" }, - "1688": { + "1695": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.create" }, - "1689": { + "1696": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.create" }, - "1690": { + "1697": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "payload" }, - "1691": { + "1698": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" }, - "1692": { + "1699": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.update" }, - "1693": { + "1700": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.update" }, - "1694": { + "1701": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "productCategoryId" }, - "1695": { + "1702": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "payload" }, - "1696": { + "1703": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" }, - "1697": { + "1704": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.list" }, - "1698": { + "1705": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.list" }, - "1699": { + "1706": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "query" }, - "1700": { + "1707": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" }, - "1701": { + "1708": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.delete" }, - "1702": { + "1709": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.delete" }, - "1703": { + "1710": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "productCategoryId" }, - "1704": { + "1711": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" }, - "1705": { + "1712": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.removeProducts" }, - "1706": { + "1713": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.removeProducts" }, - "1707": { + "1714": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "productCategoryId" }, - "1708": { + "1715": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "payload" }, - "1709": { + "1716": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" }, - "1710": { + "1717": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.addProducts" }, - "1711": { + "1718": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "AdminProductCategoriesResource.addProducts" }, - "1712": { + "1719": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "productCategoryId" }, - "1713": { + "1720": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "payload" }, - "1714": { + "1721": { "sourceFileName": "../../../packages/medusa-js/src/resources/admin/product-categories.ts", "qualifiedName": "customHeaders" } diff --git a/docs-util/typedoc-json-output/medusa-react.json b/docs-util/typedoc-json-output/medusa-react.json index dbfb3ef14d648..4595da9092dd2 100644 --- a/docs-util/typedoc-json-output/medusa-react.json +++ b/docs-util/typedoc-json-output/medusa-react.json @@ -742,14 +742,14 @@ }, "children": [ { - "id": 3384, + "id": 185, "name": "formatVariantPrice", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3385, + "id": 186, "name": "formatVariantPrice", "variant": "signature", "kind": 4096, @@ -792,7 +792,7 @@ }, "parameters": [ { - "id": 3386, + "id": 187, "name": "param0", "variant": "param", "kind": 32768, @@ -807,7 +807,7 @@ }, "type": { "type": "reference", - "target": 3377, + "target": 178, "name": "FormatVariantPriceParams", "package": "medusa-react" } @@ -821,14 +821,14 @@ ] }, { - "id": 3391, + "id": 192, "name": "computeVariantPrice", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3392, + "id": 193, "name": "computeVariantPrice", "variant": "signature", "kind": 4096, @@ -851,7 +851,7 @@ "kind": "inline-tag", "tag": "@link", "text": "formatVariantPrice", - "target": 3384, + "target": 185, "tsLinkText": "" }, { @@ -882,7 +882,7 @@ }, "parameters": [ { - "id": 3393, + "id": 194, "name": "param0", "variant": "param", "kind": 32768, @@ -897,7 +897,7 @@ }, "type": { "type": "reference", - "target": 3387, + "target": 188, "name": "ComputeVariantPriceParams", "package": "medusa-react" } @@ -911,14 +911,14 @@ ] }, { - "id": 3394, + "id": 195, "name": "getVariantPrice", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3395, + "id": 196, "name": "getVariantPrice", "variant": "signature", "kind": 4096, @@ -933,7 +933,7 @@ "kind": "inline-tag", "tag": "@link", "text": "computeVariantPrice", - "target": 3391, + "target": 192, "tsLinkText": "" }, { @@ -964,7 +964,7 @@ }, "parameters": [ { - "id": 3396, + "id": 197, "name": "variant", "variant": "param", "kind": 32768, @@ -979,13 +979,13 @@ }, "type": { "type": "reference", - "target": 3417, + "target": 218, "name": "ProductVariantInfo", "package": "medusa-react" } }, { - "id": 3397, + "id": 198, "name": "region", "variant": "param", "kind": 32768, @@ -1000,7 +1000,7 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } @@ -1014,14 +1014,14 @@ ] }, { - "id": 3403, + "id": 204, "name": "computeAmount", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3404, + "id": 205, "name": "computeAmount", "variant": "signature", "kind": 4096, @@ -1044,7 +1044,7 @@ "kind": "inline-tag", "tag": "@link", "text": "formatAmount", - "target": 3414, + "target": 215, "tsLinkText": "" }, { @@ -1055,7 +1055,7 @@ "kind": "inline-tag", "tag": "@link", "text": "computeVariantPrice", - "target": 3391, + "target": 192, "tsLinkText": "" }, { @@ -1086,7 +1086,7 @@ }, "parameters": [ { - "id": 3405, + "id": 206, "name": "params0", "variant": "param", "kind": 32768, @@ -1101,7 +1101,7 @@ }, "type": { "type": "reference", - "target": 3398, + "target": 199, "name": "ComputeAmountParams", "package": "medusa-react" } @@ -1115,14 +1115,14 @@ ] }, { - "id": 3414, + "id": 215, "name": "formatAmount", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3415, + "id": 216, "name": "formatAmount", "variant": "signature", "kind": 4096, @@ -1145,7 +1145,7 @@ "kind": "inline-tag", "tag": "@link", "text": "formatVariantPrice", - "target": 3384, + "target": 185, "tsLinkText": "" }, { @@ -1176,7 +1176,7 @@ }, "parameters": [ { - "id": 3416, + "id": 217, "name": "param0", "variant": "param", "kind": 32768, @@ -1191,7 +1191,7 @@ }, "type": { "type": "reference", - "target": 3406, + "target": 207, "name": "FormatAmountParams", "package": "medusa-react" } @@ -1209,11 +1209,11 @@ { "title": "Functions", "children": [ - 3384, - 3391, - 3394, - 3403, - 3414 + 185, + 192, + 195, + 204, + 215 ] } ] @@ -1254,7 +1254,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -1267,14 +1267,14 @@ }, "children": [ { - "id": 853, + "id": 236, "name": "useAdminLogin", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 854, + "id": 237, "name": "useAdminLogin", "variant": "signature", "kind": 4096, @@ -1309,7 +1309,7 @@ }, "parameters": [ { - "id": 855, + "id": 238, "name": "options", "variant": "param", "kind": 32768, @@ -1428,14 +1428,14 @@ ] }, { - "id": 856, + "id": 239, "name": "useAdminDeleteSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 857, + "id": 240, "name": "useAdminDeleteSession", "variant": "signature", "kind": 4096, @@ -1450,7 +1450,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -1480,7 +1480,7 @@ }, "parameters": [ { - "id": 858, + "id": 241, "name": "options", "variant": "param", "kind": 32768, @@ -1579,14 +1579,14 @@ ] }, { - "id": 838, + "id": 221, "name": "useAdminGetSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 839, + "id": 222, "name": "useAdminGetSession", "variant": "signature", "kind": 4096, @@ -1601,7 +1601,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -1631,7 +1631,7 @@ }, "parameters": [ { - "id": 840, + "id": 223, "name": "options", "variant": "param", "kind": 32768, @@ -1640,10 +1640,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -1699,14 +1696,14 @@ { "type": "reflection", "declaration": { - "id": 841, + "id": 224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 843, + "id": 226, "name": "response", "variant": "declaration", "kind": 1024, @@ -1725,7 +1722,7 @@ } }, { - "id": 842, + "id": 225, "name": "user", "variant": "declaration", "kind": 1024, @@ -1763,8 +1760,8 @@ { "title": "Properties", "children": [ - 843, - 842 + 226, + 225 ] } ] @@ -1773,14 +1770,14 @@ { "type": "reflection", "declaration": { - "id": 844, + "id": 227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 846, + "id": 229, "name": "response", "variant": "declaration", "kind": 1024, @@ -1799,7 +1796,7 @@ } }, { - "id": 845, + "id": 228, "name": "user", "variant": "declaration", "kind": 1024, @@ -1837,8 +1834,8 @@ { "title": "Properties", "children": [ - 846, - 845 + 229, + 228 ] } ] @@ -1847,14 +1844,14 @@ { "type": "reflection", "declaration": { - "id": 847, + "id": 230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 849, + "id": 232, "name": "response", "variant": "declaration", "kind": 1024, @@ -1873,7 +1870,7 @@ } }, { - "id": 848, + "id": 231, "name": "user", "variant": "declaration", "kind": 1024, @@ -1911,8 +1908,8 @@ { "title": "Properties", "children": [ - 849, - 848 + 232, + 231 ] } ] @@ -1921,14 +1918,14 @@ { "type": "reflection", "declaration": { - "id": 850, + "id": 233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 852, + "id": 235, "name": "response", "variant": "declaration", "kind": 1024, @@ -1947,7 +1944,7 @@ } }, { - "id": 851, + "id": 234, "name": "user", "variant": "declaration", "kind": 1024, @@ -1985,8 +1982,8 @@ { "title": "Properties", "children": [ - 852, - 851 + 235, + 234 ] } ] @@ -2002,9 +1999,9 @@ { "title": "Functions", "children": [ - 853, - 856, - 838 + 236, + 239, + 221 ] } ], @@ -2012,14 +2009,14 @@ { "title": "Queries", "children": [ - 838 + 221 ] }, { "title": "Mutations", "children": [ - 853, - 856 + 236, + 239 ] } ] @@ -2040,7 +2037,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -2053,14 +2050,14 @@ }, "children": [ { - "id": 906, + "id": 289, "name": "useAdminCreateBatchJob", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 907, + "id": 290, "name": "useAdminCreateBatchJob", "variant": "signature", "kind": 4096, @@ -2091,7 +2088,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useAdminConfirmBatchJob", - "target": 913, + "target": 296, "tsLinkText": "" }, { @@ -2122,7 +2119,7 @@ }, "parameters": [ { - "id": 908, + "id": 291, "name": "options", "variant": "param", "kind": 32768, @@ -2241,14 +2238,14 @@ ] }, { - "id": 909, + "id": 292, "name": "useAdminCancelBatchJob", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 910, + "id": 293, "name": "useAdminCancelBatchJob", "variant": "signature", "kind": 4096, @@ -2283,7 +2280,7 @@ }, "parameters": [ { - "id": 911, + "id": 294, "name": "id", "variant": "param", "kind": 32768, @@ -2302,7 +2299,7 @@ } }, { - "id": 912, + "id": 295, "name": "options", "variant": "param", "kind": 32768, @@ -2411,14 +2408,14 @@ ] }, { - "id": 860, + "id": 243, "name": "useAdminBatchJobs", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 861, + "id": 244, "name": "useAdminBatchJobs", "variant": "signature", "kind": 4096, @@ -2513,7 +2510,7 @@ }, "parameters": [ { - "id": 862, + "id": 245, "name": "query", "variant": "param", "kind": 32768, @@ -2539,7 +2536,7 @@ } }, { - "id": 863, + "id": 246, "name": "options", "variant": "param", "kind": 32768, @@ -2548,10 +2545,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -2596,14 +2590,14 @@ { "type": "reflection", "declaration": { - "id": 864, + "id": 247, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 865, + "id": 248, "name": "query", "variant": "declaration", "kind": 1024, @@ -2618,7 +2612,7 @@ { "title": "Properties", "children": [ - 865 + 248 ] } ] @@ -2638,14 +2632,14 @@ { "type": "reflection", "declaration": { - "id": 866, + "id": 249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 871, + "id": 254, "name": "response", "variant": "declaration", "kind": 1024, @@ -2664,7 +2658,7 @@ } }, { - "id": 870, + "id": 253, "name": "batch_jobs", "variant": "declaration", "kind": 1024, @@ -2686,7 +2680,7 @@ } }, { - "id": 867, + "id": 250, "name": "limit", "variant": "declaration", "kind": 1024, @@ -2708,7 +2702,7 @@ } }, { - "id": 868, + "id": 251, "name": "offset", "variant": "declaration", "kind": 1024, @@ -2730,7 +2724,7 @@ } }, { - "id": 869, + "id": 252, "name": "count", "variant": "declaration", "kind": 1024, @@ -2756,11 +2750,11 @@ { "title": "Properties", "children": [ - 871, - 870, - 867, - 868, - 869 + 254, + 253, + 250, + 251, + 252 ] } ] @@ -2769,14 +2763,14 @@ { "type": "reflection", "declaration": { - "id": 872, + "id": 255, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 877, + "id": 260, "name": "response", "variant": "declaration", "kind": 1024, @@ -2795,7 +2789,7 @@ } }, { - "id": 876, + "id": 259, "name": "batch_jobs", "variant": "declaration", "kind": 1024, @@ -2817,7 +2811,7 @@ } }, { - "id": 873, + "id": 256, "name": "limit", "variant": "declaration", "kind": 1024, @@ -2839,7 +2833,7 @@ } }, { - "id": 874, + "id": 257, "name": "offset", "variant": "declaration", "kind": 1024, @@ -2861,7 +2855,7 @@ } }, { - "id": 875, + "id": 258, "name": "count", "variant": "declaration", "kind": 1024, @@ -2887,11 +2881,11 @@ { "title": "Properties", "children": [ - 877, - 876, - 873, - 874, - 875 + 260, + 259, + 256, + 257, + 258 ] } ] @@ -2900,14 +2894,14 @@ { "type": "reflection", "declaration": { - "id": 878, + "id": 261, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 883, + "id": 266, "name": "response", "variant": "declaration", "kind": 1024, @@ -2926,7 +2920,7 @@ } }, { - "id": 882, + "id": 265, "name": "batch_jobs", "variant": "declaration", "kind": 1024, @@ -2948,7 +2942,7 @@ } }, { - "id": 879, + "id": 262, "name": "limit", "variant": "declaration", "kind": 1024, @@ -2970,7 +2964,7 @@ } }, { - "id": 880, + "id": 263, "name": "offset", "variant": "declaration", "kind": 1024, @@ -2992,7 +2986,7 @@ } }, { - "id": 881, + "id": 264, "name": "count", "variant": "declaration", "kind": 1024, @@ -3018,11 +3012,11 @@ { "title": "Properties", "children": [ - 883, - 882, - 879, - 880, - 881 + 266, + 265, + 262, + 263, + 264 ] } ] @@ -3031,14 +3025,14 @@ { "type": "reflection", "declaration": { - "id": 884, + "id": 267, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 889, + "id": 272, "name": "response", "variant": "declaration", "kind": 1024, @@ -3057,7 +3051,7 @@ } }, { - "id": 888, + "id": 271, "name": "batch_jobs", "variant": "declaration", "kind": 1024, @@ -3079,7 +3073,7 @@ } }, { - "id": 885, + "id": 268, "name": "limit", "variant": "declaration", "kind": 1024, @@ -3101,7 +3095,7 @@ } }, { - "id": 886, + "id": 269, "name": "offset", "variant": "declaration", "kind": 1024, @@ -3123,7 +3117,7 @@ } }, { - "id": 887, + "id": 270, "name": "count", "variant": "declaration", "kind": 1024, @@ -3149,11 +3143,11 @@ { "title": "Properties", "children": [ - 889, - 888, - 885, - 886, - 887 + 272, + 271, + 268, + 269, + 270 ] } ] @@ -3165,14 +3159,14 @@ ] }, { - "id": 890, + "id": 273, "name": "useAdminBatchJob", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 891, + "id": 274, "name": "useAdminBatchJob", "variant": "signature", "kind": 4096, @@ -3207,7 +3201,7 @@ }, "parameters": [ { - "id": 892, + "id": 275, "name": "id", "variant": "param", "kind": 32768, @@ -3226,7 +3220,7 @@ } }, { - "id": 893, + "id": 276, "name": "options", "variant": "param", "kind": 32768, @@ -3235,10 +3229,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -3298,14 +3289,14 @@ { "type": "reflection", "declaration": { - "id": 894, + "id": 277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 279, "name": "response", "variant": "declaration", "kind": 1024, @@ -3324,7 +3315,7 @@ } }, { - "id": 895, + "id": 278, "name": "batch_job", "variant": "declaration", "kind": 1024, @@ -3347,8 +3338,8 @@ { "title": "Properties", "children": [ - 896, - 895 + 279, + 278 ] } ] @@ -3357,14 +3348,14 @@ { "type": "reflection", "declaration": { - "id": 897, + "id": 280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 899, + "id": 282, "name": "response", "variant": "declaration", "kind": 1024, @@ -3383,7 +3374,7 @@ } }, { - "id": 898, + "id": 281, "name": "batch_job", "variant": "declaration", "kind": 1024, @@ -3406,8 +3397,8 @@ { "title": "Properties", "children": [ - 899, - 898 + 282, + 281 ] } ] @@ -3416,14 +3407,14 @@ { "type": "reflection", "declaration": { - "id": 900, + "id": 283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 902, + "id": 285, "name": "response", "variant": "declaration", "kind": 1024, @@ -3442,7 +3433,7 @@ } }, { - "id": 901, + "id": 284, "name": "batch_job", "variant": "declaration", "kind": 1024, @@ -3465,8 +3456,8 @@ { "title": "Properties", "children": [ - 902, - 901 + 285, + 284 ] } ] @@ -3475,14 +3466,14 @@ { "type": "reflection", "declaration": { - "id": 903, + "id": 286, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 905, + "id": 288, "name": "response", "variant": "declaration", "kind": 1024, @@ -3501,7 +3492,7 @@ } }, { - "id": 904, + "id": 287, "name": "batch_job", "variant": "declaration", "kind": 1024, @@ -3524,8 +3515,8 @@ { "title": "Properties", "children": [ - 905, - 904 + 288, + 287 ] } ] @@ -3541,10 +3532,10 @@ { "title": "Functions", "children": [ - 906, - 909, - 860, - 890 + 289, + 292, + 243, + 273 ] } ], @@ -3552,15 +3543,15 @@ { "title": "Queries", "children": [ - 860, - 890 + 243, + 273 ] }, { "title": "Mutations", "children": [ - 906, - 909 + 289, + 292 ] } ] @@ -3581,7 +3572,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -3594,14 +3585,14 @@ }, "children": [ { - "id": 917, + "id": 300, "name": "useAdminCreateClaim", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 918, + "id": 301, "name": "useAdminCreateClaim", "variant": "signature", "kind": 4096, @@ -3644,7 +3635,7 @@ }, "parameters": [ { - "id": 919, + "id": 302, "name": "orderId", "variant": "param", "kind": 32768, @@ -3663,7 +3654,7 @@ } }, { - "id": 920, + "id": 303, "name": "options", "variant": "param", "kind": 32768, @@ -3782,14 +3773,14 @@ ] }, { - "id": 924, + "id": 307, "name": "useAdminUpdateClaim", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 925, + "id": 308, "name": "useAdminUpdateClaim", "variant": "signature", "kind": 4096, @@ -3824,7 +3815,7 @@ }, "parameters": [ { - "id": 926, + "id": 309, "name": "orderId", "variant": "param", "kind": 32768, @@ -3843,7 +3834,7 @@ } }, { - "id": 927, + "id": 310, "name": "options", "variant": "param", "kind": 32768, @@ -3888,7 +3879,7 @@ }, { "type": "reference", - "target": 921, + "target": 304, "name": "AdminUpdateClaimReq", "package": "medusa-react" }, @@ -3940,7 +3931,7 @@ }, { "type": "reference", - "target": 921, + "target": 304, "name": "AdminUpdateClaimReq", "package": "medusa-react" }, @@ -3956,14 +3947,14 @@ ] }, { - "id": 928, + "id": 311, "name": "useAdminCancelClaim", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 929, + "id": 312, "name": "useAdminCancelClaim", "variant": "signature", "kind": 4096, @@ -4007,7 +3998,7 @@ }, "parameters": [ { - "id": 930, + "id": 313, "name": "orderId", "variant": "param", "kind": 32768, @@ -4026,7 +4017,7 @@ } }, { - "id": 931, + "id": 314, "name": "options", "variant": "param", "kind": 32768, @@ -4135,14 +4126,14 @@ ] }, { - "id": 935, + "id": 318, "name": "useAdminFulfillClaim", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 936, + "id": 319, "name": "useAdminFulfillClaim", "variant": "signature", "kind": 4096, @@ -4201,7 +4192,7 @@ }, "parameters": [ { - "id": 937, + "id": 320, "name": "orderId", "variant": "param", "kind": 32768, @@ -4220,7 +4211,7 @@ } }, { - "id": 938, + "id": 321, "name": "options", "variant": "param", "kind": 32768, @@ -4265,7 +4256,7 @@ }, { "type": "reference", - "target": 932, + "target": 315, "name": "AdminFulfillClaimReq", "package": "medusa-react" }, @@ -4317,7 +4308,7 @@ }, { "type": "reference", - "target": 932, + "target": 315, "name": "AdminFulfillClaimReq", "package": "medusa-react" }, @@ -4333,14 +4324,14 @@ ] }, { - "id": 943, + "id": 326, "name": "useAdminCancelClaimFulfillment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 944, + "id": 327, "name": "useAdminCancelClaimFulfillment", "variant": "signature", "kind": 4096, @@ -4383,7 +4374,7 @@ }, "parameters": [ { - "id": 945, + "id": 328, "name": "orderId", "variant": "param", "kind": 32768, @@ -4402,7 +4393,7 @@ } }, { - "id": 946, + "id": 329, "name": "options", "variant": "param", "kind": 32768, @@ -4447,7 +4438,7 @@ }, { "type": "reference", - "target": 939, + "target": 322, "name": "AdminCancelClaimFulfillmentReq", "package": "medusa-react" }, @@ -4499,7 +4490,7 @@ }, { "type": "reference", - "target": 939, + "target": 322, "name": "AdminCancelClaimFulfillmentReq", "package": "medusa-react" }, @@ -4515,14 +4506,14 @@ ] }, { - "id": 947, + "id": 330, "name": "useAdminCreateClaimShipment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 948, + "id": 331, "name": "useAdminCreateClaimShipment", "variant": "signature", "kind": 4096, @@ -4573,7 +4564,7 @@ }, "parameters": [ { - "id": 949, + "id": 332, "name": "orderId", "variant": "param", "kind": 32768, @@ -4592,7 +4583,7 @@ } }, { - "id": 950, + "id": 333, "name": "options", "variant": "param", "kind": 32768, @@ -4650,14 +4641,14 @@ { "type": "reflection", "declaration": { - "id": 951, + "id": 334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 952, + "id": 335, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -4680,7 +4671,7 @@ { "title": "Properties", "children": [ - 952 + 335 ] } ] @@ -4749,14 +4740,14 @@ { "type": "reflection", "declaration": { - "id": 953, + "id": 336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 954, + "id": 337, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -4779,7 +4770,7 @@ { "title": "Properties", "children": [ - 954 + 337 ] } ] @@ -4803,12 +4794,12 @@ { "title": "Functions", "children": [ - 917, - 924, - 928, - 935, - 943, - 947 + 300, + 307, + 311, + 318, + 326, + 330 ] } ], @@ -4816,12 +4807,12 @@ { "title": "Mutations", "children": [ - 917, - 924, - 928, - 935, - 943, - 947 + 300, + 307, + 311, + 318, + 326, + 330 ] } ] @@ -4842,7 +4833,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -4855,14 +4846,14 @@ }, "children": [ { - "id": 1002, + "id": 385, "name": "useAdminCreateCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1003, + "id": 386, "name": "useAdminCreateCollection", "variant": "signature", "kind": 4096, @@ -4897,7 +4888,7 @@ }, "parameters": [ { - "id": 1004, + "id": 387, "name": "options", "variant": "param", "kind": 32768, @@ -5016,14 +5007,14 @@ ] }, { - "id": 1005, + "id": 388, "name": "useAdminUpdateCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1006, + "id": 389, "name": "useAdminUpdateCollection", "variant": "signature", "kind": 4096, @@ -5058,7 +5049,7 @@ }, "parameters": [ { - "id": 1007, + "id": 390, "name": "id", "variant": "param", "kind": 32768, @@ -5077,7 +5068,7 @@ } }, { - "id": 1008, + "id": 391, "name": "options", "variant": "param", "kind": 32768, @@ -5196,14 +5187,14 @@ ] }, { - "id": 1009, + "id": 392, "name": "useAdminDeleteCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1010, + "id": 393, "name": "useAdminDeleteCollection", "variant": "signature", "kind": 4096, @@ -5238,7 +5229,7 @@ }, "parameters": [ { - "id": 1011, + "id": 394, "name": "id", "variant": "param", "kind": 32768, @@ -5257,7 +5248,7 @@ } }, { - "id": 1012, + "id": 395, "name": "options", "variant": "param", "kind": 32768, @@ -5366,14 +5357,14 @@ ] }, { - "id": 1013, + "id": 396, "name": "useAdminAddProductsToCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1014, + "id": 397, "name": "useAdminAddProductsToCollection", "variant": "signature", "kind": 4096, @@ -5408,7 +5399,7 @@ }, "parameters": [ { - "id": 1015, + "id": 398, "name": "id", "variant": "param", "kind": 32768, @@ -5427,7 +5418,7 @@ } }, { - "id": 1016, + "id": 399, "name": "options", "variant": "param", "kind": 32768, @@ -5546,14 +5537,14 @@ ] }, { - "id": 1017, + "id": 400, "name": "useAdminRemoveProductsFromCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1018, + "id": 401, "name": "useAdminRemoveProductsFromCollection", "variant": "signature", "kind": 4096, @@ -5588,7 +5579,7 @@ }, "parameters": [ { - "id": 1019, + "id": 402, "name": "id", "variant": "param", "kind": 32768, @@ -5607,7 +5598,7 @@ } }, { - "id": 1020, + "id": 403, "name": "options", "variant": "param", "kind": 32768, @@ -5726,14 +5717,14 @@ ] }, { - "id": 956, + "id": 339, "name": "useAdminCollections", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 957, + "id": 340, "name": "useAdminCollections", "variant": "signature", "kind": 4096, @@ -5820,7 +5811,7 @@ }, "parameters": [ { - "id": 958, + "id": 341, "name": "query", "variant": "param", "kind": 32768, @@ -5846,7 +5837,7 @@ } }, { - "id": 959, + "id": 342, "name": "options", "variant": "param", "kind": 32768, @@ -5855,10 +5846,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -5903,14 +5891,14 @@ { "type": "reflection", "declaration": { - "id": 960, + "id": 343, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 961, + "id": 344, "name": "query", "variant": "declaration", "kind": 1024, @@ -5925,7 +5913,7 @@ { "title": "Properties", "children": [ - 961 + 344 ] } ] @@ -5945,14 +5933,14 @@ { "type": "reflection", "declaration": { - "id": 962, + "id": 345, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 967, + "id": 350, "name": "response", "variant": "declaration", "kind": 1024, @@ -5971,7 +5959,7 @@ } }, { - "id": 966, + "id": 349, "name": "collections", "variant": "declaration", "kind": 1024, @@ -5993,7 +5981,7 @@ } }, { - "id": 963, + "id": 346, "name": "limit", "variant": "declaration", "kind": 1024, @@ -6015,7 +6003,7 @@ } }, { - "id": 964, + "id": 347, "name": "offset", "variant": "declaration", "kind": 1024, @@ -6037,7 +6025,7 @@ } }, { - "id": 965, + "id": 348, "name": "count", "variant": "declaration", "kind": 1024, @@ -6063,11 +6051,11 @@ { "title": "Properties", "children": [ - 967, - 966, - 963, - 964, - 965 + 350, + 349, + 346, + 347, + 348 ] } ] @@ -6076,14 +6064,14 @@ { "type": "reflection", "declaration": { - "id": 968, + "id": 351, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 973, + "id": 356, "name": "response", "variant": "declaration", "kind": 1024, @@ -6102,7 +6090,7 @@ } }, { - "id": 972, + "id": 355, "name": "collections", "variant": "declaration", "kind": 1024, @@ -6124,7 +6112,7 @@ } }, { - "id": 969, + "id": 352, "name": "limit", "variant": "declaration", "kind": 1024, @@ -6146,7 +6134,7 @@ } }, { - "id": 970, + "id": 353, "name": "offset", "variant": "declaration", "kind": 1024, @@ -6168,7 +6156,7 @@ } }, { - "id": 971, + "id": 354, "name": "count", "variant": "declaration", "kind": 1024, @@ -6194,11 +6182,11 @@ { "title": "Properties", "children": [ - 973, - 972, - 969, - 970, - 971 + 356, + 355, + 352, + 353, + 354 ] } ] @@ -6207,14 +6195,14 @@ { "type": "reflection", "declaration": { - "id": 974, + "id": 357, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 979, + "id": 362, "name": "response", "variant": "declaration", "kind": 1024, @@ -6233,7 +6221,7 @@ } }, { - "id": 978, + "id": 361, "name": "collections", "variant": "declaration", "kind": 1024, @@ -6255,7 +6243,7 @@ } }, { - "id": 975, + "id": 358, "name": "limit", "variant": "declaration", "kind": 1024, @@ -6277,7 +6265,7 @@ } }, { - "id": 976, + "id": 359, "name": "offset", "variant": "declaration", "kind": 1024, @@ -6299,7 +6287,7 @@ } }, { - "id": 977, + "id": 360, "name": "count", "variant": "declaration", "kind": 1024, @@ -6325,11 +6313,11 @@ { "title": "Properties", "children": [ - 979, - 978, - 975, - 976, - 977 + 362, + 361, + 358, + 359, + 360 ] } ] @@ -6338,14 +6326,14 @@ { "type": "reflection", "declaration": { - "id": 980, + "id": 363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 985, + "id": 368, "name": "response", "variant": "declaration", "kind": 1024, @@ -6364,7 +6352,7 @@ } }, { - "id": 984, + "id": 367, "name": "collections", "variant": "declaration", "kind": 1024, @@ -6386,7 +6374,7 @@ } }, { - "id": 981, + "id": 364, "name": "limit", "variant": "declaration", "kind": 1024, @@ -6408,7 +6396,7 @@ } }, { - "id": 982, + "id": 365, "name": "offset", "variant": "declaration", "kind": 1024, @@ -6430,7 +6418,7 @@ } }, { - "id": 983, + "id": 366, "name": "count", "variant": "declaration", "kind": 1024, @@ -6456,11 +6444,11 @@ { "title": "Properties", "children": [ - 985, - 984, - 981, - 982, - 983 + 368, + 367, + 364, + 365, + 366 ] } ] @@ -6472,14 +6460,14 @@ ] }, { - "id": 986, + "id": 369, "name": "useAdminCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 987, + "id": 370, "name": "useAdminCollection", "variant": "signature", "kind": 4096, @@ -6514,7 +6502,7 @@ }, "parameters": [ { - "id": 988, + "id": 371, "name": "id", "variant": "param", "kind": 32768, @@ -6533,7 +6521,7 @@ } }, { - "id": 989, + "id": 372, "name": "options", "variant": "param", "kind": 32768, @@ -6542,10 +6530,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -6605,14 +6590,14 @@ { "type": "reflection", "declaration": { - "id": 990, + "id": 373, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 992, + "id": 375, "name": "response", "variant": "declaration", "kind": 1024, @@ -6631,7 +6616,7 @@ } }, { - "id": 991, + "id": 374, "name": "collection", "variant": "declaration", "kind": 1024, @@ -6654,8 +6639,8 @@ { "title": "Properties", "children": [ - 992, - 991 + 375, + 374 ] } ] @@ -6664,14 +6649,14 @@ { "type": "reflection", "declaration": { - "id": 993, + "id": 376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 995, + "id": 378, "name": "response", "variant": "declaration", "kind": 1024, @@ -6690,7 +6675,7 @@ } }, { - "id": 994, + "id": 377, "name": "collection", "variant": "declaration", "kind": 1024, @@ -6713,8 +6698,8 @@ { "title": "Properties", "children": [ - 995, - 994 + 378, + 377 ] } ] @@ -6723,14 +6708,14 @@ { "type": "reflection", "declaration": { - "id": 996, + "id": 379, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 998, + "id": 381, "name": "response", "variant": "declaration", "kind": 1024, @@ -6749,7 +6734,7 @@ } }, { - "id": 997, + "id": 380, "name": "collection", "variant": "declaration", "kind": 1024, @@ -6772,8 +6757,8 @@ { "title": "Properties", "children": [ - 998, - 997 + 381, + 380 ] } ] @@ -6782,14 +6767,14 @@ { "type": "reflection", "declaration": { - "id": 999, + "id": 382, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1001, + "id": 384, "name": "response", "variant": "declaration", "kind": 1024, @@ -6808,7 +6793,7 @@ } }, { - "id": 1000, + "id": 383, "name": "collection", "variant": "declaration", "kind": 1024, @@ -6831,8 +6816,8 @@ { "title": "Properties", "children": [ - 1001, - 1000 + 384, + 383 ] } ] @@ -6848,13 +6833,13 @@ { "title": "Functions", "children": [ - 1002, - 1005, - 1009, - 1013, - 1017, - 956, - 986 + 385, + 388, + 392, + 396, + 400, + 339, + 369 ] } ], @@ -6862,18 +6847,18 @@ { "title": "Queries", "children": [ - 956, - 986 + 339, + 369 ] }, { "title": "Mutations", "children": [ - 1002, - 1005, - 1009, - 1013, - 1017 + 385, + 388, + 392, + 396, + 400 ] } ] @@ -6894,7 +6879,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -6907,14 +6892,14 @@ }, "children": [ { - "id": 1021, + "id": 404, "name": "useAdminUpdateCurrency", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1022, + "id": 405, "name": "useAdminUpdateCurrency", "variant": "signature", "kind": 4096, @@ -6949,7 +6934,7 @@ }, "parameters": [ { - "id": 1023, + "id": 406, "name": "code", "variant": "param", "kind": 32768, @@ -6968,7 +6953,7 @@ } }, { - "id": 1024, + "id": 407, "name": "options", "variant": "param", "kind": 32768, @@ -7087,14 +7072,14 @@ ] }, { - "id": 1026, + "id": 409, "name": "useAdminCurrencies", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1027, + "id": 410, "name": "useAdminCurrencies", "variant": "signature", "kind": 4096, @@ -7173,7 +7158,7 @@ }, "parameters": [ { - "id": 1028, + "id": 411, "name": "query", "variant": "param", "kind": 32768, @@ -7199,7 +7184,7 @@ } }, { - "id": 1029, + "id": 412, "name": "options", "variant": "param", "kind": 32768, @@ -7208,10 +7193,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -7256,14 +7238,14 @@ { "type": "reflection", "declaration": { - "id": 1030, + "id": 413, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1031, + "id": 414, "name": "query", "variant": "declaration", "kind": 1024, @@ -7278,7 +7260,7 @@ { "title": "Properties", "children": [ - 1031 + 414 ] } ] @@ -7298,14 +7280,14 @@ { "type": "reflection", "declaration": { - "id": 1032, + "id": 415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1037, + "id": 420, "name": "response", "variant": "declaration", "kind": 1024, @@ -7324,7 +7306,7 @@ } }, { - "id": 1036, + "id": 419, "name": "currencies", "variant": "declaration", "kind": 1024, @@ -7346,7 +7328,7 @@ } }, { - "id": 1033, + "id": 416, "name": "limit", "variant": "declaration", "kind": 1024, @@ -7368,7 +7350,7 @@ } }, { - "id": 1034, + "id": 417, "name": "offset", "variant": "declaration", "kind": 1024, @@ -7390,7 +7372,7 @@ } }, { - "id": 1035, + "id": 418, "name": "count", "variant": "declaration", "kind": 1024, @@ -7416,11 +7398,11 @@ { "title": "Properties", "children": [ - 1037, - 1036, - 1033, - 1034, - 1035 + 420, + 419, + 416, + 417, + 418 ] } ] @@ -7429,14 +7411,14 @@ { "type": "reflection", "declaration": { - "id": 1038, + "id": 421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1043, + "id": 426, "name": "response", "variant": "declaration", "kind": 1024, @@ -7455,7 +7437,7 @@ } }, { - "id": 1042, + "id": 425, "name": "currencies", "variant": "declaration", "kind": 1024, @@ -7477,7 +7459,7 @@ } }, { - "id": 1039, + "id": 422, "name": "limit", "variant": "declaration", "kind": 1024, @@ -7499,7 +7481,7 @@ } }, { - "id": 1040, + "id": 423, "name": "offset", "variant": "declaration", "kind": 1024, @@ -7521,7 +7503,7 @@ } }, { - "id": 1041, + "id": 424, "name": "count", "variant": "declaration", "kind": 1024, @@ -7547,11 +7529,11 @@ { "title": "Properties", "children": [ - 1043, - 1042, - 1039, - 1040, - 1041 + 426, + 425, + 422, + 423, + 424 ] } ] @@ -7560,14 +7542,14 @@ { "type": "reflection", "declaration": { - "id": 1044, + "id": 427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1049, + "id": 432, "name": "response", "variant": "declaration", "kind": 1024, @@ -7586,7 +7568,7 @@ } }, { - "id": 1048, + "id": 431, "name": "currencies", "variant": "declaration", "kind": 1024, @@ -7608,7 +7590,7 @@ } }, { - "id": 1045, + "id": 428, "name": "limit", "variant": "declaration", "kind": 1024, @@ -7630,7 +7612,7 @@ } }, { - "id": 1046, + "id": 429, "name": "offset", "variant": "declaration", "kind": 1024, @@ -7652,7 +7634,7 @@ } }, { - "id": 1047, + "id": 430, "name": "count", "variant": "declaration", "kind": 1024, @@ -7678,11 +7660,11 @@ { "title": "Properties", "children": [ - 1049, - 1048, - 1045, - 1046, - 1047 + 432, + 431, + 428, + 429, + 430 ] } ] @@ -7691,14 +7673,14 @@ { "type": "reflection", "declaration": { - "id": 1050, + "id": 433, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1055, + "id": 438, "name": "response", "variant": "declaration", "kind": 1024, @@ -7717,7 +7699,7 @@ } }, { - "id": 1054, + "id": 437, "name": "currencies", "variant": "declaration", "kind": 1024, @@ -7739,7 +7721,7 @@ } }, { - "id": 1051, + "id": 434, "name": "limit", "variant": "declaration", "kind": 1024, @@ -7761,7 +7743,7 @@ } }, { - "id": 1052, + "id": 435, "name": "offset", "variant": "declaration", "kind": 1024, @@ -7783,7 +7765,7 @@ } }, { - "id": 1053, + "id": 436, "name": "count", "variant": "declaration", "kind": 1024, @@ -7809,11 +7791,11 @@ { "title": "Properties", "children": [ - 1055, - 1054, - 1051, - 1052, - 1053 + 438, + 437, + 434, + 435, + 436 ] } ] @@ -7829,8 +7811,8 @@ { "title": "Functions", "children": [ - 1021, - 1026 + 404, + 409 ] } ], @@ -7838,13 +7820,13 @@ { "title": "Mutations", "children": [ - 1021 + 404 ] }, { "title": "Queries", "children": [ - 1026 + 409 ] } ] @@ -7876,14 +7858,14 @@ }, "children": [ { - "id": 1063, + "id": 446, "name": "useAdminCustomPost", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1064, + "id": 447, "name": "useAdminCustomPost", "variant": "signature", "kind": 4096, @@ -7960,7 +7942,7 @@ }, "typeParameter": [ { - "id": 1065, + "id": 448, "name": "TPayload", "variant": "typeParam", "kind": 131072, @@ -8002,7 +7984,7 @@ } }, { - "id": 1066, + "id": 449, "name": "TResponse", "variant": "typeParam", "kind": 131072, @@ -8027,7 +8009,7 @@ ], "parameters": [ { - "id": 1067, + "id": 450, "name": "path", "variant": "param", "kind": 32768, @@ -8046,7 +8028,7 @@ } }, { - "id": 1068, + "id": 451, "name": "queryKey", "variant": "param", "kind": 32768, @@ -8070,7 +8052,7 @@ } }, { - "id": 1069, + "id": 452, "name": "relatedDomains", "variant": "param", "kind": 32768, @@ -8096,7 +8078,7 @@ } }, { - "id": 1070, + "id": 453, "name": "options", "variant": "param", "kind": 32768, @@ -8119,7 +8101,7 @@ "typeArguments": [ { "type": "reference", - "target": 1066, + "target": 449, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8139,7 +8121,7 @@ }, { "type": "reference", - "target": 1065, + "target": 448, "name": "TPayload", "package": "medusa-react", "refersToTypeParameter": true @@ -8170,7 +8152,7 @@ "typeArguments": [ { "type": "reference", - "target": 1066, + "target": 449, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8190,7 +8172,7 @@ }, { "type": "reference", - "target": 1065, + "target": 448, "name": "TPayload", "package": "medusa-react", "refersToTypeParameter": true @@ -8207,14 +8189,14 @@ ] }, { - "id": 1056, + "id": 439, "name": "useAdminCustomDelete", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1057, + "id": 440, "name": "useAdminCustomDelete", "variant": "signature", "kind": 4096, @@ -8274,7 +8256,7 @@ }, "typeParameter": [ { - "id": 1058, + "id": 441, "name": "TResponse", "variant": "typeParam", "kind": 131072, @@ -8299,7 +8281,7 @@ ], "parameters": [ { - "id": 1059, + "id": 442, "name": "path", "variant": "param", "kind": 32768, @@ -8318,7 +8300,7 @@ } }, { - "id": 1060, + "id": 443, "name": "queryKey", "variant": "param", "kind": 32768, @@ -8342,7 +8324,7 @@ } }, { - "id": 1061, + "id": 444, "name": "relatedDomains", "variant": "param", "kind": 32768, @@ -8368,7 +8350,7 @@ } }, { - "id": 1062, + "id": 445, "name": "options", "variant": "param", "kind": 32768, @@ -8391,7 +8373,7 @@ "typeArguments": [ { "type": "reference", - "target": 1058, + "target": 441, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8439,7 +8421,7 @@ "typeArguments": [ { "type": "reference", - "target": 1058, + "target": 441, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8473,14 +8455,14 @@ ] }, { - "id": 1071, + "id": 454, "name": "useAdminCustomQuery", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1072, + "id": 455, "name": "useAdminCustomQuery", "variant": "signature", "kind": 4096, @@ -8557,7 +8539,7 @@ }, "typeParameter": [ { - "id": 1073, + "id": 456, "name": "TQuery", "variant": "typeParam", "kind": 131072, @@ -8599,7 +8581,7 @@ } }, { - "id": 1074, + "id": 457, "name": "TResponse", "variant": "typeParam", "kind": 131072, @@ -8628,7 +8610,7 @@ ], "parameters": [ { - "id": 1075, + "id": 458, "name": "path", "variant": "param", "kind": 32768, @@ -8647,7 +8629,7 @@ } }, { - "id": 1076, + "id": 459, "name": "queryKey", "variant": "param", "kind": 32768, @@ -8671,7 +8653,7 @@ } }, { - "id": 1077, + "id": 460, "name": "query", "variant": "param", "kind": 32768, @@ -8688,14 +8670,14 @@ }, "type": { "type": "reference", - "target": 1073, + "target": 456, "name": "TQuery", "package": "medusa-react", "refersToTypeParameter": true } }, { - "id": 1078, + "id": 461, "name": "options", "variant": "param", "kind": 32768, @@ -8704,10 +8686,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -8718,7 +8697,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 457, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8760,7 +8739,7 @@ }, { "type": "reference", - "target": 1073, + "target": 456, "name": "TQuery", "package": "medusa-react", "refersToTypeParameter": true @@ -8780,14 +8759,14 @@ { "type": "reflection", "declaration": { - "id": 1079, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1080, + "id": 463, "name": "data", "variant": "declaration", "kind": 1024, @@ -8808,7 +8787,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 457, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8825,7 +8804,7 @@ { "title": "Properties", "children": [ - 1080 + 463 ] } ] @@ -8834,14 +8813,14 @@ { "type": "reflection", "declaration": { - "id": 1081, + "id": 464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1082, + "id": 465, "name": "data", "variant": "declaration", "kind": 1024, @@ -8862,7 +8841,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 457, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8879,7 +8858,7 @@ { "title": "Properties", "children": [ - 1082 + 465 ] } ] @@ -8888,14 +8867,14 @@ { "type": "reflection", "declaration": { - "id": 1083, + "id": 466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1084, + "id": 467, "name": "data", "variant": "declaration", "kind": 1024, @@ -8916,7 +8895,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 457, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8933,7 +8912,7 @@ { "title": "Properties", "children": [ - 1084 + 467 ] } ] @@ -8942,14 +8921,14 @@ { "type": "reflection", "declaration": { - "id": 1085, + "id": 468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1086, + "id": 469, "name": "data", "variant": "declaration", "kind": 1024, @@ -8970,7 +8949,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 457, "name": "TResponse", "package": "medusa-react", "refersToTypeParameter": true @@ -8987,7 +8966,7 @@ { "title": "Properties", "children": [ - 1086 + 469 ] } ] @@ -9003,9 +8982,9 @@ { "title": "Functions", "children": [ - 1063, - 1056, - 1071 + 446, + 439, + 454 ] } ], @@ -9013,9 +8992,9 @@ { "title": "Mutations", "children": [ - 1056, - 1063, - 1071 + 439, + 446, + 454 ] } ] @@ -9036,7 +9015,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -9049,14 +9028,14 @@ }, "children": [ { - "id": 1200, + "id": 591, "name": "useAdminCreateCustomerGroup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1201, + "id": 592, "name": "useAdminCreateCustomerGroup", "variant": "signature", "kind": 4096, @@ -9091,7 +9070,7 @@ }, "parameters": [ { - "id": 1202, + "id": 593, "name": "options", "variant": "param", "kind": 32768, @@ -9210,14 +9189,14 @@ ] }, { - "id": 1203, + "id": 594, "name": "useAdminUpdateCustomerGroup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1204, + "id": 595, "name": "useAdminUpdateCustomerGroup", "variant": "signature", "kind": 4096, @@ -9252,7 +9231,7 @@ }, "parameters": [ { - "id": 1205, + "id": 596, "name": "id", "variant": "param", "kind": 32768, @@ -9271,7 +9250,7 @@ } }, { - "id": 1206, + "id": 597, "name": "options", "variant": "param", "kind": 32768, @@ -9390,14 +9369,14 @@ ] }, { - "id": 1207, + "id": 598, "name": "useAdminDeleteCustomerGroup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1208, + "id": 599, "name": "useAdminDeleteCustomerGroup", "variant": "signature", "kind": 4096, @@ -9432,7 +9411,7 @@ }, "parameters": [ { - "id": 1209, + "id": 600, "name": "id", "variant": "param", "kind": 32768, @@ -9451,7 +9430,7 @@ } }, { - "id": 1210, + "id": 601, "name": "options", "variant": "param", "kind": 32768, @@ -9560,14 +9539,14 @@ ] }, { - "id": 1211, + "id": 602, "name": "useAdminAddCustomersToCustomerGroup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1212, + "id": 603, "name": "useAdminAddCustomersToCustomerGroup", "variant": "signature", "kind": 4096, @@ -9602,7 +9581,7 @@ }, "parameters": [ { - "id": 1213, + "id": 604, "name": "id", "variant": "param", "kind": 32768, @@ -9621,7 +9600,7 @@ } }, { - "id": 1214, + "id": 605, "name": "options", "variant": "param", "kind": 32768, @@ -9740,14 +9719,14 @@ ] }, { - "id": 1215, + "id": 606, "name": "useAdminRemoveCustomersFromCustomerGroup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1216, + "id": 607, "name": "useAdminRemoveCustomersFromCustomerGroup", "variant": "signature", "kind": 4096, @@ -9782,7 +9761,7 @@ }, "parameters": [ { - "id": 1217, + "id": 608, "name": "id", "variant": "param", "kind": 32768, @@ -9801,7 +9780,7 @@ } }, { - "id": 1218, + "id": 609, "name": "options", "variant": "param", "kind": 32768, @@ -9920,14 +9899,14 @@ ] }, { - "id": 1117, + "id": 504, "name": "useAdminCustomerGroup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1118, + "id": 505, "name": "useAdminCustomerGroup", "variant": "signature", "kind": 4096, @@ -9962,7 +9941,7 @@ }, "parameters": [ { - "id": 1119, + "id": 506, "name": "id", "variant": "param", "kind": 32768, @@ -9981,7 +9960,7 @@ } }, { - "id": 1120, + "id": 507, "name": "query", "variant": "param", "kind": 32768, @@ -10007,7 +9986,7 @@ } }, { - "id": 1121, + "id": 508, "name": "options", "variant": "param", "kind": 32768, @@ -10016,10 +9995,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -10079,14 +10055,14 @@ { "type": "reflection", "declaration": { - "id": 1122, + "id": 509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1124, + "id": 511, "name": "response", "variant": "declaration", "kind": 1024, @@ -10105,7 +10081,7 @@ } }, { - "id": 1123, + "id": 510, "name": "customer_group", "variant": "declaration", "kind": 1024, @@ -10128,8 +10104,8 @@ { "title": "Properties", "children": [ - 1124, - 1123 + 511, + 510 ] } ] @@ -10138,14 +10114,14 @@ { "type": "reflection", "declaration": { - "id": 1125, + "id": 512, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1127, + "id": 514, "name": "response", "variant": "declaration", "kind": 1024, @@ -10164,7 +10140,7 @@ } }, { - "id": 1126, + "id": 513, "name": "customer_group", "variant": "declaration", "kind": 1024, @@ -10187,8 +10163,8 @@ { "title": "Properties", "children": [ - 1127, - 1126 + 514, + 513 ] } ] @@ -10197,14 +10173,14 @@ { "type": "reflection", "declaration": { - "id": 1128, + "id": 515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1130, + "id": 517, "name": "response", "variant": "declaration", "kind": 1024, @@ -10223,7 +10199,7 @@ } }, { - "id": 1129, + "id": 516, "name": "customer_group", "variant": "declaration", "kind": 1024, @@ -10246,8 +10222,8 @@ { "title": "Properties", "children": [ - 1130, - 1129 + 517, + 516 ] } ] @@ -10256,14 +10232,14 @@ { "type": "reflection", "declaration": { - "id": 1131, + "id": 518, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1133, + "id": 520, "name": "response", "variant": "declaration", "kind": 1024, @@ -10282,7 +10258,7 @@ } }, { - "id": 1132, + "id": 519, "name": "customer_group", "variant": "declaration", "kind": 1024, @@ -10305,8 +10281,8 @@ { "title": "Properties", "children": [ - 1133, - 1132 + 520, + 519 ] } ] @@ -10318,14 +10294,14 @@ ] }, { - "id": 1134, + "id": 521, "name": "useAdminCustomerGroups", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1135, + "id": 522, "name": "useAdminCustomerGroups", "variant": "signature", "kind": 4096, @@ -10420,7 +10396,7 @@ }, "parameters": [ { - "id": 1136, + "id": 523, "name": "query", "variant": "param", "kind": 32768, @@ -10446,7 +10422,7 @@ } }, { - "id": 1137, + "id": 524, "name": "options", "variant": "param", "kind": 32768, @@ -10455,10 +10431,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -10503,14 +10476,14 @@ { "type": "reflection", "declaration": { - "id": 1138, + "id": 525, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1139, + "id": 526, "name": "query", "variant": "declaration", "kind": 1024, @@ -10525,7 +10498,7 @@ { "title": "Properties", "children": [ - 1139 + 526 ] } ] @@ -10545,14 +10518,14 @@ { "type": "reflection", "declaration": { - "id": 1140, + "id": 527, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1145, + "id": 532, "name": "response", "variant": "declaration", "kind": 1024, @@ -10571,7 +10544,7 @@ } }, { - "id": 1144, + "id": 531, "name": "customer_groups", "variant": "declaration", "kind": 1024, @@ -10593,7 +10566,7 @@ } }, { - "id": 1141, + "id": 528, "name": "limit", "variant": "declaration", "kind": 1024, @@ -10615,7 +10588,7 @@ } }, { - "id": 1142, + "id": 529, "name": "offset", "variant": "declaration", "kind": 1024, @@ -10637,7 +10610,7 @@ } }, { - "id": 1143, + "id": 530, "name": "count", "variant": "declaration", "kind": 1024, @@ -10663,11 +10636,11 @@ { "title": "Properties", "children": [ - 1145, - 1144, - 1141, - 1142, - 1143 + 532, + 531, + 528, + 529, + 530 ] } ] @@ -10676,14 +10649,14 @@ { "type": "reflection", "declaration": { - "id": 1146, + "id": 533, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1151, + "id": 538, "name": "response", "variant": "declaration", "kind": 1024, @@ -10702,7 +10675,7 @@ } }, { - "id": 1150, + "id": 537, "name": "customer_groups", "variant": "declaration", "kind": 1024, @@ -10724,7 +10697,7 @@ } }, { - "id": 1147, + "id": 534, "name": "limit", "variant": "declaration", "kind": 1024, @@ -10746,7 +10719,7 @@ } }, { - "id": 1148, + "id": 535, "name": "offset", "variant": "declaration", "kind": 1024, @@ -10768,7 +10741,7 @@ } }, { - "id": 1149, + "id": 536, "name": "count", "variant": "declaration", "kind": 1024, @@ -10794,11 +10767,11 @@ { "title": "Properties", "children": [ - 1151, - 1150, - 1147, - 1148, - 1149 + 538, + 537, + 534, + 535, + 536 ] } ] @@ -10807,14 +10780,14 @@ { "type": "reflection", "declaration": { - "id": 1152, + "id": 539, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1157, + "id": 544, "name": "response", "variant": "declaration", "kind": 1024, @@ -10833,7 +10806,7 @@ } }, { - "id": 1156, + "id": 543, "name": "customer_groups", "variant": "declaration", "kind": 1024, @@ -10855,7 +10828,7 @@ } }, { - "id": 1153, + "id": 540, "name": "limit", "variant": "declaration", "kind": 1024, @@ -10877,7 +10850,7 @@ } }, { - "id": 1154, + "id": 541, "name": "offset", "variant": "declaration", "kind": 1024, @@ -10899,7 +10872,7 @@ } }, { - "id": 1155, + "id": 542, "name": "count", "variant": "declaration", "kind": 1024, @@ -10925,11 +10898,11 @@ { "title": "Properties", "children": [ - 1157, - 1156, - 1153, - 1154, - 1155 + 544, + 543, + 540, + 541, + 542 ] } ] @@ -10938,14 +10911,14 @@ { "type": "reflection", "declaration": { - "id": 1158, + "id": 545, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1163, + "id": 550, "name": "response", "variant": "declaration", "kind": 1024, @@ -10964,7 +10937,7 @@ } }, { - "id": 1162, + "id": 549, "name": "customer_groups", "variant": "declaration", "kind": 1024, @@ -10986,7 +10959,7 @@ } }, { - "id": 1159, + "id": 546, "name": "limit", "variant": "declaration", "kind": 1024, @@ -11008,7 +10981,7 @@ } }, { - "id": 1160, + "id": 547, "name": "offset", "variant": "declaration", "kind": 1024, @@ -11030,7 +11003,7 @@ } }, { - "id": 1161, + "id": 548, "name": "count", "variant": "declaration", "kind": 1024, @@ -11056,11 +11029,11 @@ { "title": "Properties", "children": [ - 1163, - 1162, - 1159, - 1160, - 1161 + 550, + 549, + 546, + 547, + 548 ] } ] @@ -11072,14 +11045,14 @@ ] }, { - "id": 1164, + "id": 551, "name": "useAdminCustomerGroupCustomers", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1165, + "id": 552, "name": "useAdminCustomerGroupCustomers", "variant": "signature", "kind": 4096, @@ -11122,7 +11095,7 @@ }, "parameters": [ { - "id": 1166, + "id": 553, "name": "id", "variant": "param", "kind": 32768, @@ -11141,7 +11114,7 @@ } }, { - "id": 1167, + "id": 554, "name": "query", "variant": "param", "kind": 32768, @@ -11167,7 +11140,7 @@ } }, { - "id": 1168, + "id": 555, "name": "options", "variant": "param", "kind": 32768, @@ -11176,10 +11149,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -11222,14 +11192,14 @@ { "type": "reflection", "declaration": { - "id": 1169, + "id": 556, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1170, + "id": 557, "name": "limit", "variant": "declaration", "kind": 1024, @@ -11262,7 +11232,7 @@ } }, { - "id": 1171, + "id": 558, "name": "offset", "variant": "declaration", "kind": 1024, @@ -11295,7 +11265,7 @@ } }, { - "id": 1172, + "id": 559, "name": "expand", "variant": "declaration", "kind": 1024, @@ -11317,7 +11287,29 @@ } }, { - "id": 1173, + "id": 560, + "name": "fields", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "inline-tag", + "tag": "@inheritDoc", + "text": "FindParams.fields" + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 561, "name": "q", "variant": "declaration", "kind": 1024, @@ -11338,7 +11330,7 @@ } }, { - "id": 1174, + "id": 562, "name": "has_account", "variant": "declaration", "kind": 1024, @@ -11359,7 +11351,7 @@ } }, { - "id": 1175, + "id": 563, "name": "groups", "variant": "declaration", "kind": 1024, @@ -11381,18 +11373,119 @@ "name": "string" } } + }, + { + "id": 564, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with " + }, + { + "kind": "code", + "text": "`-`" + }, + { + "kind": "text", + "text": "." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 565, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Date filters to apply on the customers' " + }, + { + "kind": "code", + "text": "`created_at`" + }, + { + "kind": "text", + "text": " date." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "DateComparisonOperator" + }, + "name": "DateComparisonOperator", + "package": "@medusajs/medusa" + } + }, + { + "id": 566, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Date filters to apply on the customers' " + }, + { + "kind": "code", + "text": "`updated_at`" + }, + { + "kind": "text", + "text": " date." + } + ] + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "DateComparisonOperator" + }, + "name": "DateComparisonOperator", + "package": "@medusajs/medusa" + } } ], "groups": [ { "title": "Properties", "children": [ - 1170, - 1171, - 1172, - 1173, - 1174, - 1175 + 557, + 558, + 559, + 560, + 561, + 562, + 563, + 564, + 565, + 566 ] } ] @@ -11413,14 +11506,14 @@ { "type": "reflection", "declaration": { - "id": 1176, + "id": 567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1181, + "id": 572, "name": "response", "variant": "declaration", "kind": 1024, @@ -11439,7 +11532,7 @@ } }, { - "id": 1180, + "id": 571, "name": "customers", "variant": "declaration", "kind": 1024, @@ -11461,7 +11554,7 @@ } }, { - "id": 1177, + "id": 568, "name": "limit", "variant": "declaration", "kind": 1024, @@ -11483,7 +11576,7 @@ } }, { - "id": 1178, + "id": 569, "name": "offset", "variant": "declaration", "kind": 1024, @@ -11505,7 +11598,7 @@ } }, { - "id": 1179, + "id": 570, "name": "count", "variant": "declaration", "kind": 1024, @@ -11531,11 +11624,11 @@ { "title": "Properties", "children": [ - 1181, - 1180, - 1177, - 1178, - 1179 + 572, + 571, + 568, + 569, + 570 ] } ] @@ -11544,14 +11637,14 @@ { "type": "reflection", "declaration": { - "id": 1182, + "id": 573, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1187, + "id": 578, "name": "response", "variant": "declaration", "kind": 1024, @@ -11570,7 +11663,7 @@ } }, { - "id": 1186, + "id": 577, "name": "customers", "variant": "declaration", "kind": 1024, @@ -11592,7 +11685,7 @@ } }, { - "id": 1183, + "id": 574, "name": "limit", "variant": "declaration", "kind": 1024, @@ -11614,7 +11707,7 @@ } }, { - "id": 1184, + "id": 575, "name": "offset", "variant": "declaration", "kind": 1024, @@ -11636,7 +11729,7 @@ } }, { - "id": 1185, + "id": 576, "name": "count", "variant": "declaration", "kind": 1024, @@ -11662,11 +11755,11 @@ { "title": "Properties", "children": [ - 1187, - 1186, - 1183, - 1184, - 1185 + 578, + 577, + 574, + 575, + 576 ] } ] @@ -11675,14 +11768,14 @@ { "type": "reflection", "declaration": { - "id": 1188, + "id": 579, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1193, + "id": 584, "name": "response", "variant": "declaration", "kind": 1024, @@ -11701,7 +11794,7 @@ } }, { - "id": 1192, + "id": 583, "name": "customers", "variant": "declaration", "kind": 1024, @@ -11723,7 +11816,7 @@ } }, { - "id": 1189, + "id": 580, "name": "limit", "variant": "declaration", "kind": 1024, @@ -11745,7 +11838,7 @@ } }, { - "id": 1190, + "id": 581, "name": "offset", "variant": "declaration", "kind": 1024, @@ -11767,7 +11860,7 @@ } }, { - "id": 1191, + "id": 582, "name": "count", "variant": "declaration", "kind": 1024, @@ -11793,11 +11886,11 @@ { "title": "Properties", "children": [ - 1193, - 1192, - 1189, - 1190, - 1191 + 584, + 583, + 580, + 581, + 582 ] } ] @@ -11806,14 +11899,14 @@ { "type": "reflection", "declaration": { - "id": 1194, + "id": 585, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1199, + "id": 590, "name": "response", "variant": "declaration", "kind": 1024, @@ -11832,7 +11925,7 @@ } }, { - "id": 1198, + "id": 589, "name": "customers", "variant": "declaration", "kind": 1024, @@ -11854,7 +11947,7 @@ } }, { - "id": 1195, + "id": 586, "name": "limit", "variant": "declaration", "kind": 1024, @@ -11876,7 +11969,7 @@ } }, { - "id": 1196, + "id": 587, "name": "offset", "variant": "declaration", "kind": 1024, @@ -11898,7 +11991,7 @@ } }, { - "id": 1197, + "id": 588, "name": "count", "variant": "declaration", "kind": 1024, @@ -11924,11 +12017,11 @@ { "title": "Properties", "children": [ - 1199, - 1198, - 1195, - 1196, - 1197 + 590, + 589, + 586, + 587, + 588 ] } ] @@ -11944,14 +12037,14 @@ { "title": "Functions", "children": [ - 1200, - 1203, - 1207, - 1211, - 1215, - 1117, - 1134, - 1164 + 591, + 594, + 598, + 602, + 606, + 504, + 521, + 551 ] } ], @@ -11959,19 +12052,19 @@ { "title": "Queries", "children": [ - 1117, - 1134, - 1164 + 504, + 521, + 551 ] }, { "title": "Mutations", "children": [ - 1200, - 1203, - 1207, - 1211, - 1215 + 591, + 594, + 598, + 602, + 606 ] } ] @@ -11992,7 +12085,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -12005,14 +12098,14 @@ }, "children": [ { - "id": 1266, + "id": 657, "name": "useAdminCreateCustomer", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1267, + "id": 658, "name": "useAdminCreateCustomer", "variant": "signature", "kind": 4096, @@ -12047,7 +12140,7 @@ }, "parameters": [ { - "id": 1268, + "id": 659, "name": "options", "variant": "param", "kind": 32768, @@ -12166,14 +12259,14 @@ ] }, { - "id": 1269, + "id": 660, "name": "useAdminUpdateCustomer", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1270, + "id": 661, "name": "useAdminUpdateCustomer", "variant": "signature", "kind": 4096, @@ -12208,7 +12301,7 @@ }, "parameters": [ { - "id": 1271, + "id": 662, "name": "id", "variant": "param", "kind": 32768, @@ -12227,7 +12320,7 @@ } }, { - "id": 1272, + "id": 663, "name": "options", "variant": "param", "kind": 32768, @@ -12346,14 +12439,14 @@ ] }, { - "id": 1220, + "id": 611, "name": "useAdminCustomers", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1221, + "id": 612, "name": "useAdminCustomers", "variant": "signature", "kind": 4096, @@ -12440,7 +12533,7 @@ }, "parameters": [ { - "id": 1222, + "id": 613, "name": "query", "variant": "param", "kind": 32768, @@ -12466,7 +12559,7 @@ } }, { - "id": 1223, + "id": 614, "name": "options", "variant": "param", "kind": 32768, @@ -12475,10 +12568,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -12523,14 +12613,14 @@ { "type": "reflection", "declaration": { - "id": 1224, + "id": 615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1225, + "id": 616, "name": "query", "variant": "declaration", "kind": 1024, @@ -12545,7 +12635,7 @@ { "title": "Properties", "children": [ - 1225 + 616 ] } ] @@ -12565,14 +12655,14 @@ { "type": "reflection", "declaration": { - "id": 1226, + "id": 617, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1231, + "id": 622, "name": "response", "variant": "declaration", "kind": 1024, @@ -12591,7 +12681,7 @@ } }, { - "id": 1230, + "id": 621, "name": "customers", "variant": "declaration", "kind": 1024, @@ -12613,7 +12703,7 @@ } }, { - "id": 1227, + "id": 618, "name": "limit", "variant": "declaration", "kind": 1024, @@ -12635,7 +12725,7 @@ } }, { - "id": 1228, + "id": 619, "name": "offset", "variant": "declaration", "kind": 1024, @@ -12657,7 +12747,7 @@ } }, { - "id": 1229, + "id": 620, "name": "count", "variant": "declaration", "kind": 1024, @@ -12683,11 +12773,11 @@ { "title": "Properties", "children": [ - 1231, - 1230, - 1227, - 1228, - 1229 + 622, + 621, + 618, + 619, + 620 ] } ] @@ -12696,14 +12786,14 @@ { "type": "reflection", "declaration": { - "id": 1232, + "id": 623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1237, + "id": 628, "name": "response", "variant": "declaration", "kind": 1024, @@ -12722,7 +12812,7 @@ } }, { - "id": 1236, + "id": 627, "name": "customers", "variant": "declaration", "kind": 1024, @@ -12744,7 +12834,7 @@ } }, { - "id": 1233, + "id": 624, "name": "limit", "variant": "declaration", "kind": 1024, @@ -12766,7 +12856,7 @@ } }, { - "id": 1234, + "id": 625, "name": "offset", "variant": "declaration", "kind": 1024, @@ -12788,7 +12878,7 @@ } }, { - "id": 1235, + "id": 626, "name": "count", "variant": "declaration", "kind": 1024, @@ -12814,11 +12904,11 @@ { "title": "Properties", "children": [ - 1237, - 1236, - 1233, - 1234, - 1235 + 628, + 627, + 624, + 625, + 626 ] } ] @@ -12827,14 +12917,14 @@ { "type": "reflection", "declaration": { - "id": 1238, + "id": 629, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1243, + "id": 634, "name": "response", "variant": "declaration", "kind": 1024, @@ -12853,7 +12943,7 @@ } }, { - "id": 1242, + "id": 633, "name": "customers", "variant": "declaration", "kind": 1024, @@ -12875,7 +12965,7 @@ } }, { - "id": 1239, + "id": 630, "name": "limit", "variant": "declaration", "kind": 1024, @@ -12897,7 +12987,7 @@ } }, { - "id": 1240, + "id": 631, "name": "offset", "variant": "declaration", "kind": 1024, @@ -12919,7 +13009,7 @@ } }, { - "id": 1241, + "id": 632, "name": "count", "variant": "declaration", "kind": 1024, @@ -12945,11 +13035,11 @@ { "title": "Properties", "children": [ - 1243, - 1242, - 1239, - 1240, - 1241 + 634, + 633, + 630, + 631, + 632 ] } ] @@ -12958,14 +13048,14 @@ { "type": "reflection", "declaration": { - "id": 1244, + "id": 635, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1249, + "id": 640, "name": "response", "variant": "declaration", "kind": 1024, @@ -12984,7 +13074,7 @@ } }, { - "id": 1248, + "id": 639, "name": "customers", "variant": "declaration", "kind": 1024, @@ -13006,7 +13096,7 @@ } }, { - "id": 1245, + "id": 636, "name": "limit", "variant": "declaration", "kind": 1024, @@ -13028,7 +13118,7 @@ } }, { - "id": 1246, + "id": 637, "name": "offset", "variant": "declaration", "kind": 1024, @@ -13050,7 +13140,7 @@ } }, { - "id": 1247, + "id": 638, "name": "count", "variant": "declaration", "kind": 1024, @@ -13076,11 +13166,11 @@ { "title": "Properties", "children": [ - 1249, - 1248, - 1245, - 1246, - 1247 + 640, + 639, + 636, + 637, + 638 ] } ] @@ -13092,14 +13182,14 @@ ] }, { - "id": 1250, + "id": 641, "name": "useAdminCustomer", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1251, + "id": 642, "name": "useAdminCustomer", "variant": "signature", "kind": 4096, @@ -13134,7 +13224,7 @@ }, "parameters": [ { - "id": 1252, + "id": 643, "name": "id", "variant": "param", "kind": 32768, @@ -13153,7 +13243,7 @@ } }, { - "id": 1253, + "id": 644, "name": "options", "variant": "param", "kind": 32768, @@ -13162,10 +13252,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -13225,14 +13312,14 @@ { "type": "reflection", "declaration": { - "id": 1254, + "id": 645, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1256, + "id": 647, "name": "response", "variant": "declaration", "kind": 1024, @@ -13251,7 +13338,7 @@ } }, { - "id": 1255, + "id": 646, "name": "customer", "variant": "declaration", "kind": 1024, @@ -13274,8 +13361,8 @@ { "title": "Properties", "children": [ - 1256, - 1255 + 647, + 646 ] } ] @@ -13284,14 +13371,14 @@ { "type": "reflection", "declaration": { - "id": 1257, + "id": 648, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1259, + "id": 650, "name": "response", "variant": "declaration", "kind": 1024, @@ -13310,7 +13397,7 @@ } }, { - "id": 1258, + "id": 649, "name": "customer", "variant": "declaration", "kind": 1024, @@ -13333,8 +13420,8 @@ { "title": "Properties", "children": [ - 1259, - 1258 + 650, + 649 ] } ] @@ -13343,14 +13430,14 @@ { "type": "reflection", "declaration": { - "id": 1260, + "id": 651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1262, + "id": 653, "name": "response", "variant": "declaration", "kind": 1024, @@ -13369,7 +13456,7 @@ } }, { - "id": 1261, + "id": 652, "name": "customer", "variant": "declaration", "kind": 1024, @@ -13392,8 +13479,8 @@ { "title": "Properties", "children": [ - 1262, - 1261 + 653, + 652 ] } ] @@ -13402,14 +13489,14 @@ { "type": "reflection", "declaration": { - "id": 1263, + "id": 654, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1265, + "id": 656, "name": "response", "variant": "declaration", "kind": 1024, @@ -13428,7 +13515,7 @@ } }, { - "id": 1264, + "id": 655, "name": "customer", "variant": "declaration", "kind": 1024, @@ -13451,8 +13538,8 @@ { "title": "Properties", "children": [ - 1265, - 1264 + 656, + 655 ] } ] @@ -13468,10 +13555,10 @@ { "title": "Functions", "children": [ - 1266, - 1269, - 1220, - 1250 + 657, + 660, + 611, + 641 ] } ], @@ -13479,15 +13566,15 @@ { "title": "Queries", "children": [ - 1220, - 1250 + 611, + 641 ] }, { "title": "Mutations", "children": [ - 1266, - 1269 + 657, + 660 ] } ] @@ -13508,7 +13595,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -13521,14 +13608,14 @@ }, "children": [ { - "id": 1377, + "id": 768, "name": "useAdminAddDiscountConditionResourceBatch", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1378, + "id": 769, "name": "useAdminAddDiscountConditionResourceBatch", "variant": "signature", "kind": 4096, @@ -13583,7 +13670,7 @@ }, "parameters": [ { - "id": 1379, + "id": 770, "name": "discountId", "variant": "param", "kind": 32768, @@ -13602,7 +13689,7 @@ } }, { - "id": 1380, + "id": 771, "name": "conditionId", "variant": "param", "kind": 32768, @@ -13621,7 +13708,7 @@ } }, { - "id": 1381, + "id": 772, "name": "query", "variant": "param", "kind": 32768, @@ -13647,7 +13734,7 @@ } }, { - "id": 1382, + "id": 773, "name": "options", "variant": "param", "kind": 32768, @@ -13766,14 +13853,14 @@ ] }, { - "id": 1383, + "id": 774, "name": "useAdminDeleteDiscountConditionResourceBatch", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1384, + "id": 775, "name": "useAdminDeleteDiscountConditionResourceBatch", "variant": "signature", "kind": 4096, @@ -13808,7 +13895,7 @@ }, "parameters": [ { - "id": 1385, + "id": 776, "name": "discountId", "variant": "param", "kind": 32768, @@ -13827,7 +13914,7 @@ } }, { - "id": 1386, + "id": 777, "name": "conditionId", "variant": "param", "kind": 32768, @@ -13846,7 +13933,7 @@ } }, { - "id": 1387, + "id": 778, "name": "options", "variant": "param", "kind": 32768, @@ -13965,14 +14052,14 @@ ] }, { - "id": 1388, + "id": 779, "name": "useAdminCreateDiscount", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1389, + "id": 780, "name": "useAdminCreateDiscount", "variant": "signature", "kind": 4096, @@ -14007,7 +14094,7 @@ }, "parameters": [ { - "id": 1390, + "id": 781, "name": "options", "variant": "param", "kind": 32768, @@ -14126,14 +14213,14 @@ ] }, { - "id": 1391, + "id": 782, "name": "useAdminUpdateDiscount", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1392, + "id": 783, "name": "useAdminUpdateDiscount", "variant": "signature", "kind": 4096, @@ -14168,7 +14255,7 @@ }, "parameters": [ { - "id": 1393, + "id": 784, "name": "id", "variant": "param", "kind": 32768, @@ -14187,7 +14274,7 @@ } }, { - "id": 1394, + "id": 785, "name": "options", "variant": "param", "kind": 32768, @@ -14306,14 +14393,14 @@ ] }, { - "id": 1395, + "id": 786, "name": "useAdminDeleteDiscount", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1396, + "id": 787, "name": "useAdminDeleteDiscount", "variant": "signature", "kind": 4096, @@ -14348,7 +14435,7 @@ }, "parameters": [ { - "id": 1397, + "id": 788, "name": "id", "variant": "param", "kind": 32768, @@ -14367,7 +14454,7 @@ } }, { - "id": 1398, + "id": 789, "name": "options", "variant": "param", "kind": 32768, @@ -14476,14 +14563,14 @@ ] }, { - "id": 1399, + "id": 790, "name": "useAdminDiscountAddRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1400, + "id": 791, "name": "useAdminDiscountAddRegion", "variant": "signature", "kind": 4096, @@ -14527,7 +14614,7 @@ }, "parameters": [ { - "id": 1401, + "id": 792, "name": "id", "variant": "param", "kind": 32768, @@ -14546,7 +14633,7 @@ } }, { - "id": 1402, + "id": 793, "name": "options", "variant": "param", "kind": 32768, @@ -14655,14 +14742,14 @@ ] }, { - "id": 1403, + "id": 794, "name": "useAdminDiscountRemoveRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1404, + "id": 795, "name": "useAdminDiscountRemoveRegion", "variant": "signature", "kind": 4096, @@ -14706,7 +14793,7 @@ }, "parameters": [ { - "id": 1405, + "id": 796, "name": "id", "variant": "param", "kind": 32768, @@ -14725,7 +14812,7 @@ } }, { - "id": 1406, + "id": 797, "name": "options", "variant": "param", "kind": 32768, @@ -14834,14 +14921,14 @@ ] }, { - "id": 1407, + "id": 798, "name": "useAdminCreateDynamicDiscountCode", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1408, + "id": 799, "name": "useAdminCreateDynamicDiscountCode", "variant": "signature", "kind": 4096, @@ -14876,7 +14963,7 @@ }, "parameters": [ { - "id": 1409, + "id": 800, "name": "id", "variant": "param", "kind": 32768, @@ -14895,7 +14982,7 @@ } }, { - "id": 1410, + "id": 801, "name": "options", "variant": "param", "kind": 32768, @@ -15014,14 +15101,14 @@ ] }, { - "id": 1411, + "id": 802, "name": "useAdminDeleteDynamicDiscountCode", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1412, + "id": 803, "name": "useAdminDeleteDynamicDiscountCode", "variant": "signature", "kind": 4096, @@ -15065,7 +15152,7 @@ }, "parameters": [ { - "id": 1413, + "id": 804, "name": "id", "variant": "param", "kind": 32768, @@ -15084,7 +15171,7 @@ } }, { - "id": 1414, + "id": 805, "name": "options", "variant": "param", "kind": 32768, @@ -15193,14 +15280,14 @@ ] }, { - "id": 1415, + "id": 806, "name": "useAdminDiscountCreateCondition", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1416, + "id": 807, "name": "useAdminDiscountCreateCondition", "variant": "signature", "kind": 4096, @@ -15307,7 +15394,7 @@ }, "parameters": [ { - "id": 1417, + "id": 808, "name": "discountId", "variant": "param", "kind": 32768, @@ -15326,7 +15413,7 @@ } }, { - "id": 1418, + "id": 809, "name": "options", "variant": "param", "kind": 32768, @@ -15445,14 +15532,14 @@ ] }, { - "id": 1419, + "id": 810, "name": "useAdminDiscountUpdateCondition", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1420, + "id": 811, "name": "useAdminDiscountUpdateCondition", "variant": "signature", "kind": 4096, @@ -15559,7 +15646,7 @@ }, "parameters": [ { - "id": 1421, + "id": 812, "name": "discountId", "variant": "param", "kind": 32768, @@ -15578,7 +15665,7 @@ } }, { - "id": 1422, + "id": 813, "name": "conditionId", "variant": "param", "kind": 32768, @@ -15597,7 +15684,7 @@ } }, { - "id": 1423, + "id": 814, "name": "options", "variant": "param", "kind": 32768, @@ -15716,14 +15803,14 @@ ] }, { - "id": 1424, + "id": 815, "name": "useAdminDiscountRemoveCondition", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1425, + "id": 816, "name": "useAdminDiscountRemoveCondition", "variant": "signature", "kind": 4096, @@ -15767,7 +15854,7 @@ }, "parameters": [ { - "id": 1426, + "id": 817, "name": "discountId", "variant": "param", "kind": 32768, @@ -15786,7 +15873,7 @@ } }, { - "id": 1427, + "id": 818, "name": "options", "variant": "param", "kind": 32768, @@ -15895,14 +15982,14 @@ ] }, { - "id": 1296, + "id": 687, "name": "useAdminDiscounts", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1297, + "id": 688, "name": "useAdminDiscounts", "variant": "signature", "kind": 4096, @@ -15927,7 +16014,7 @@ }, { "kind": "text", - "text": ". \nThe discounts can also be paginated." + "text": ".\nThe discounts can also be paginated." } ], "blockTags": [ @@ -15980,7 +16067,7 @@ }, { "kind": "code", - "text": "```tsx\nimport React from \"react\"\nimport { useAdminDiscounts } from \"medusa-react\"\n\nconst Discounts = () => {\n const { \n discounts, \n limit,\n offset,\n isLoading\n } = useAdminDiscounts({\n expand: \"rule\",\n limit: 10,\n offset: 0\n })\n\n return (\n
\n {isLoading && Loading...}\n {discounts && !discounts.length && (\n No customers\n )}\n {discounts && discounts.length > 0 && (\n \n )}\n
\n )\n}\n\nexport default Discounts\n```" + "text": "```tsx\nimport React from \"react\"\nimport { useAdminDiscounts } from \"medusa-react\"\n\nconst Discounts = () => {\n const {\n discounts,\n limit,\n offset,\n isLoading\n } = useAdminDiscounts({\n expand: \"rule\",\n limit: 10,\n offset: 0\n })\n\n return (\n
\n {isLoading && Loading...}\n {discounts && !discounts.length && (\n No customers\n )}\n {discounts && discounts.length > 0 && (\n \n )}\n
\n )\n}\n\nexport default Discounts\n```" } ] }, @@ -15997,7 +16084,7 @@ }, "parameters": [ { - "id": 1298, + "id": 689, "name": "query", "variant": "param", "kind": 32768, @@ -16023,7 +16110,7 @@ } }, { - "id": 1299, + "id": 690, "name": "options", "variant": "param", "kind": 32768, @@ -16032,10 +16119,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -16080,14 +16164,14 @@ { "type": "reflection", "declaration": { - "id": 1300, + "id": 691, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1301, + "id": 692, "name": "query", "variant": "declaration", "kind": 1024, @@ -16102,7 +16186,7 @@ { "title": "Properties", "children": [ - 1301 + 692 ] } ] @@ -16122,14 +16206,14 @@ { "type": "reflection", "declaration": { - "id": 1302, + "id": 693, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1307, + "id": 698, "name": "response", "variant": "declaration", "kind": 1024, @@ -16148,7 +16232,7 @@ } }, { - "id": 1306, + "id": 697, "name": "discounts", "variant": "declaration", "kind": 1024, @@ -16170,7 +16254,7 @@ } }, { - "id": 1303, + "id": 694, "name": "limit", "variant": "declaration", "kind": 1024, @@ -16192,7 +16276,7 @@ } }, { - "id": 1304, + "id": 695, "name": "offset", "variant": "declaration", "kind": 1024, @@ -16214,7 +16298,7 @@ } }, { - "id": 1305, + "id": 696, "name": "count", "variant": "declaration", "kind": 1024, @@ -16240,11 +16324,11 @@ { "title": "Properties", "children": [ - 1307, - 1306, - 1303, - 1304, - 1305 + 698, + 697, + 694, + 695, + 696 ] } ] @@ -16253,14 +16337,14 @@ { "type": "reflection", "declaration": { - "id": 1308, + "id": 699, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1313, + "id": 704, "name": "response", "variant": "declaration", "kind": 1024, @@ -16279,7 +16363,7 @@ } }, { - "id": 1312, + "id": 703, "name": "discounts", "variant": "declaration", "kind": 1024, @@ -16301,7 +16385,7 @@ } }, { - "id": 1309, + "id": 700, "name": "limit", "variant": "declaration", "kind": 1024, @@ -16323,7 +16407,7 @@ } }, { - "id": 1310, + "id": 701, "name": "offset", "variant": "declaration", "kind": 1024, @@ -16345,7 +16429,7 @@ } }, { - "id": 1311, + "id": 702, "name": "count", "variant": "declaration", "kind": 1024, @@ -16371,11 +16455,11 @@ { "title": "Properties", "children": [ - 1313, - 1312, - 1309, - 1310, - 1311 + 704, + 703, + 700, + 701, + 702 ] } ] @@ -16384,14 +16468,14 @@ { "type": "reflection", "declaration": { - "id": 1314, + "id": 705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1319, + "id": 710, "name": "response", "variant": "declaration", "kind": 1024, @@ -16410,7 +16494,7 @@ } }, { - "id": 1318, + "id": 709, "name": "discounts", "variant": "declaration", "kind": 1024, @@ -16432,7 +16516,7 @@ } }, { - "id": 1315, + "id": 706, "name": "limit", "variant": "declaration", "kind": 1024, @@ -16454,7 +16538,7 @@ } }, { - "id": 1316, + "id": 707, "name": "offset", "variant": "declaration", "kind": 1024, @@ -16476,7 +16560,7 @@ } }, { - "id": 1317, + "id": 708, "name": "count", "variant": "declaration", "kind": 1024, @@ -16502,11 +16586,11 @@ { "title": "Properties", "children": [ - 1319, - 1318, - 1315, - 1316, - 1317 + 710, + 709, + 706, + 707, + 708 ] } ] @@ -16515,14 +16599,14 @@ { "type": "reflection", "declaration": { - "id": 1320, + "id": 711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1325, + "id": 716, "name": "response", "variant": "declaration", "kind": 1024, @@ -16541,7 +16625,7 @@ } }, { - "id": 1324, + "id": 715, "name": "discounts", "variant": "declaration", "kind": 1024, @@ -16563,7 +16647,7 @@ } }, { - "id": 1321, + "id": 712, "name": "limit", "variant": "declaration", "kind": 1024, @@ -16585,7 +16669,7 @@ } }, { - "id": 1322, + "id": 713, "name": "offset", "variant": "declaration", "kind": 1024, @@ -16607,7 +16691,7 @@ } }, { - "id": 1323, + "id": 714, "name": "count", "variant": "declaration", "kind": 1024, @@ -16633,11 +16717,11 @@ { "title": "Properties", "children": [ - 1325, - 1324, - 1321, - 1322, - 1323 + 716, + 715, + 712, + 713, + 714 ] } ] @@ -16649,14 +16733,14 @@ ] }, { - "id": 1326, + "id": 717, "name": "useAdminDiscount", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1327, + "id": 718, "name": "useAdminDiscount", "variant": "signature", "kind": 4096, @@ -16691,7 +16775,7 @@ }, "parameters": [ { - "id": 1328, + "id": 719, "name": "id", "variant": "param", "kind": 32768, @@ -16710,7 +16794,7 @@ } }, { - "id": 1329, + "id": 720, "name": "query", "variant": "param", "kind": 32768, @@ -16736,7 +16820,7 @@ } }, { - "id": 1330, + "id": 721, "name": "options", "variant": "param", "kind": 32768, @@ -16745,10 +16829,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -16808,14 +16889,14 @@ { "type": "reflection", "declaration": { - "id": 1331, + "id": 722, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1333, + "id": 724, "name": "response", "variant": "declaration", "kind": 1024, @@ -16834,7 +16915,7 @@ } }, { - "id": 1332, + "id": 723, "name": "discount", "variant": "declaration", "kind": 1024, @@ -16857,8 +16938,8 @@ { "title": "Properties", "children": [ - 1333, - 1332 + 724, + 723 ] } ] @@ -16867,14 +16948,14 @@ { "type": "reflection", "declaration": { - "id": 1334, + "id": 725, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1336, + "id": 727, "name": "response", "variant": "declaration", "kind": 1024, @@ -16893,7 +16974,7 @@ } }, { - "id": 1335, + "id": 726, "name": "discount", "variant": "declaration", "kind": 1024, @@ -16916,8 +16997,8 @@ { "title": "Properties", "children": [ - 1336, - 1335 + 727, + 726 ] } ] @@ -16926,14 +17007,14 @@ { "type": "reflection", "declaration": { - "id": 1337, + "id": 728, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1339, + "id": 730, "name": "response", "variant": "declaration", "kind": 1024, @@ -16952,7 +17033,7 @@ } }, { - "id": 1338, + "id": 729, "name": "discount", "variant": "declaration", "kind": 1024, @@ -16975,8 +17056,8 @@ { "title": "Properties", "children": [ - 1339, - 1338 + 730, + 729 ] } ] @@ -16985,14 +17066,14 @@ { "type": "reflection", "declaration": { - "id": 1340, + "id": 731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1342, + "id": 733, "name": "response", "variant": "declaration", "kind": 1024, @@ -17011,7 +17092,7 @@ } }, { - "id": 1341, + "id": 732, "name": "discount", "variant": "declaration", "kind": 1024, @@ -17034,8 +17115,8 @@ { "title": "Properties", "children": [ - 1342, - 1341 + 733, + 732 ] } ] @@ -17047,14 +17128,14 @@ ] }, { - "id": 1343, + "id": 734, "name": "useAdminGetDiscountByCode", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1344, + "id": 735, "name": "useAdminGetDiscountByCode", "variant": "signature", "kind": 4096, @@ -17097,7 +17178,7 @@ }, "parameters": [ { - "id": 1345, + "id": 736, "name": "code", "variant": "param", "kind": 32768, @@ -17116,7 +17197,7 @@ } }, { - "id": 1346, + "id": 737, "name": "options", "variant": "param", "kind": 32768, @@ -17125,10 +17206,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -17188,14 +17266,14 @@ { "type": "reflection", "declaration": { - "id": 1347, + "id": 738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1349, + "id": 740, "name": "response", "variant": "declaration", "kind": 1024, @@ -17214,7 +17292,7 @@ } }, { - "id": 1348, + "id": 739, "name": "discount", "variant": "declaration", "kind": 1024, @@ -17237,8 +17315,8 @@ { "title": "Properties", "children": [ - 1349, - 1348 + 740, + 739 ] } ] @@ -17247,14 +17325,14 @@ { "type": "reflection", "declaration": { - "id": 1350, + "id": 741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1352, + "id": 743, "name": "response", "variant": "declaration", "kind": 1024, @@ -17273,7 +17351,7 @@ } }, { - "id": 1351, + "id": 742, "name": "discount", "variant": "declaration", "kind": 1024, @@ -17296,8 +17374,8 @@ { "title": "Properties", "children": [ - 1352, - 1351 + 743, + 742 ] } ] @@ -17306,14 +17384,14 @@ { "type": "reflection", "declaration": { - "id": 1353, + "id": 744, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1355, + "id": 746, "name": "response", "variant": "declaration", "kind": 1024, @@ -17332,7 +17410,7 @@ } }, { - "id": 1354, + "id": 745, "name": "discount", "variant": "declaration", "kind": 1024, @@ -17355,8 +17433,8 @@ { "title": "Properties", "children": [ - 1355, - 1354 + 746, + 745 ] } ] @@ -17365,14 +17443,14 @@ { "type": "reflection", "declaration": { - "id": 1356, + "id": 747, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1358, + "id": 749, "name": "response", "variant": "declaration", "kind": 1024, @@ -17391,7 +17469,7 @@ } }, { - "id": 1357, + "id": 748, "name": "discount", "variant": "declaration", "kind": 1024, @@ -17414,8 +17492,8 @@ { "title": "Properties", "children": [ - 1358, - 1357 + 749, + 748 ] } ] @@ -17427,14 +17505,14 @@ ] }, { - "id": 1359, + "id": 750, "name": "useAdminGetDiscountCondition", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1360, + "id": 751, "name": "useAdminGetDiscountCondition", "variant": "signature", "kind": 4096, @@ -17452,7 +17530,7 @@ "content": [ { "kind": "code", - "text": "```ts\nimport React from \"react\"\nimport { useAdminGetDiscountCondition } from \"medusa-react\"\n\ntype Props = {\n discountId: string\n discountConditionId: string\n}\n\nconst DiscountCondition = ({\n discountId,\n discountConditionId\n}: Props) => {\n const { \n discount_condition, \n isLoading\n } = useAdminGetDiscountCondition(\n discountId,\n discountConditionId\n )\n\n return (\n
\n {isLoading && Loading...}\n {discount_condition && (\n {discount_condition.type}\n )}\n
\n )\n}\n\nexport default DiscountCondition\n```" + "text": "```ts\nimport React from \"react\"\nimport { useAdminGetDiscountCondition } from \"medusa-react\"\n\ntype Props = {\n discountId: string\n discountConditionId: string\n}\n\nconst DiscountCondition = ({\n discountId,\n discountConditionId\n}: Props) => {\n const {\n discount_condition,\n isLoading\n } = useAdminGetDiscountCondition(\n discountId,\n discountConditionId\n )\n\n return (\n
\n {isLoading && Loading...}\n {discount_condition && (\n {discount_condition.type}\n )}\n
\n )\n}\n\nexport default DiscountCondition\n```" } ] }, @@ -17469,7 +17547,7 @@ }, "parameters": [ { - "id": 1361, + "id": 752, "name": "id", "variant": "param", "kind": 32768, @@ -17488,7 +17566,7 @@ } }, { - "id": 1362, + "id": 753, "name": "conditionId", "variant": "param", "kind": 32768, @@ -17507,7 +17585,7 @@ } }, { - "id": 1363, + "id": 754, "name": "query", "variant": "param", "kind": 32768, @@ -17533,7 +17611,7 @@ } }, { - "id": 1364, + "id": 755, "name": "options", "variant": "param", "kind": 32768, @@ -17542,10 +17620,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -17617,14 +17692,14 @@ { "type": "reflection", "declaration": { - "id": 1365, + "id": 756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1367, + "id": 758, "name": "response", "variant": "declaration", "kind": 1024, @@ -17643,7 +17718,7 @@ } }, { - "id": 1366, + "id": 757, "name": "discount_condition", "variant": "declaration", "kind": 1024, @@ -17666,8 +17741,8 @@ { "title": "Properties", "children": [ - 1367, - 1366 + 758, + 757 ] } ] @@ -17676,14 +17751,14 @@ { "type": "reflection", "declaration": { - "id": 1368, + "id": 759, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1370, + "id": 761, "name": "response", "variant": "declaration", "kind": 1024, @@ -17702,7 +17777,7 @@ } }, { - "id": 1369, + "id": 760, "name": "discount_condition", "variant": "declaration", "kind": 1024, @@ -17725,8 +17800,8 @@ { "title": "Properties", "children": [ - 1370, - 1369 + 761, + 760 ] } ] @@ -17735,14 +17810,14 @@ { "type": "reflection", "declaration": { - "id": 1371, + "id": 762, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1373, + "id": 764, "name": "response", "variant": "declaration", "kind": 1024, @@ -17761,7 +17836,7 @@ } }, { - "id": 1372, + "id": 763, "name": "discount_condition", "variant": "declaration", "kind": 1024, @@ -17784,8 +17859,8 @@ { "title": "Properties", "children": [ - 1373, - 1372 + 764, + 763 ] } ] @@ -17794,14 +17869,14 @@ { "type": "reflection", "declaration": { - "id": 1374, + "id": 765, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1376, + "id": 767, "name": "response", "variant": "declaration", "kind": 1024, @@ -17820,7 +17895,7 @@ } }, { - "id": 1375, + "id": 766, "name": "discount_condition", "variant": "declaration", "kind": 1024, @@ -17843,8 +17918,8 @@ { "title": "Properties", "children": [ - 1376, - 1375 + 767, + 766 ] } ] @@ -17860,22 +17935,22 @@ { "title": "Functions", "children": [ - 1377, - 1383, - 1388, - 1391, - 1395, - 1399, - 1403, - 1407, - 1411, - 1415, - 1419, - 1424, - 1296, - 1326, - 1343, - 1359 + 768, + 774, + 779, + 782, + 786, + 790, + 794, + 798, + 802, + 806, + 810, + 815, + 687, + 717, + 734, + 750 ] } ], @@ -17883,27 +17958,27 @@ { "title": "Queries", "children": [ - 1296, - 1326, - 1343, - 1359 + 687, + 717, + 734, + 750 ] }, { "title": "Mutations", "children": [ - 1377, - 1383, - 1388, - 1391, - 1395, - 1399, - 1403, - 1407, - 1411, - 1415, - 1419, - 1424 + 768, + 774, + 779, + 782, + 786, + 790, + 794, + 798, + 802, + 806, + 810, + 815 ] } ] @@ -17924,7 +17999,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -17937,14 +18012,14 @@ }, "children": [ { - "id": 1475, + "id": 866, "name": "useAdminCreateDraftOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1476, + "id": 867, "name": "useAdminCreateDraftOrder", "variant": "signature", "kind": 4096, @@ -17979,7 +18054,7 @@ }, "parameters": [ { - "id": 1477, + "id": 868, "name": "options", "variant": "param", "kind": 32768, @@ -18098,14 +18173,14 @@ ] }, { - "id": 1478, + "id": 869, "name": "useAdminUpdateDraftOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1479, + "id": 870, "name": "useAdminUpdateDraftOrder", "variant": "signature", "kind": 4096, @@ -18140,7 +18215,7 @@ }, "parameters": [ { - "id": 1480, + "id": 871, "name": "id", "variant": "param", "kind": 32768, @@ -18159,7 +18234,7 @@ } }, { - "id": 1481, + "id": 872, "name": "options", "variant": "param", "kind": 32768, @@ -18278,14 +18353,14 @@ ] }, { - "id": 1482, + "id": 873, "name": "useAdminDeleteDraftOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1483, + "id": 874, "name": "useAdminDeleteDraftOrder", "variant": "signature", "kind": 4096, @@ -18320,7 +18395,7 @@ }, "parameters": [ { - "id": 1484, + "id": 875, "name": "id", "variant": "param", "kind": 32768, @@ -18339,7 +18414,7 @@ } }, { - "id": 1485, + "id": 876, "name": "options", "variant": "param", "kind": 32768, @@ -18448,14 +18523,14 @@ ] }, { - "id": 1486, + "id": 877, "name": "useAdminDraftOrderRegisterPayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1487, + "id": 878, "name": "useAdminDraftOrderRegisterPayment", "variant": "signature", "kind": 4096, @@ -18498,7 +18573,7 @@ }, "parameters": [ { - "id": 1488, + "id": 879, "name": "id", "variant": "param", "kind": 32768, @@ -18517,7 +18592,7 @@ } }, { - "id": 1489, + "id": 880, "name": "options", "variant": "param", "kind": 32768, @@ -18626,14 +18701,14 @@ ] }, { - "id": 1490, + "id": 881, "name": "useAdminDraftOrderAddLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1491, + "id": 882, "name": "useAdminDraftOrderAddLineItem", "variant": "signature", "kind": 4096, @@ -18668,7 +18743,7 @@ }, "parameters": [ { - "id": 1492, + "id": 883, "name": "id", "variant": "param", "kind": 32768, @@ -18687,7 +18762,7 @@ } }, { - "id": 1493, + "id": 884, "name": "options", "variant": "param", "kind": 32768, @@ -18806,14 +18881,14 @@ ] }, { - "id": 1494, + "id": 885, "name": "useAdminDraftOrderRemoveLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1495, + "id": 886, "name": "useAdminDraftOrderRemoveLineItem", "variant": "signature", "kind": 4096, @@ -18857,7 +18932,7 @@ }, "parameters": [ { - "id": 1496, + "id": 887, "name": "id", "variant": "param", "kind": 32768, @@ -18876,7 +18951,7 @@ } }, { - "id": 1497, + "id": 888, "name": "options", "variant": "param", "kind": 32768, @@ -18985,14 +19060,14 @@ ] }, { - "id": 1501, + "id": 892, "name": "useAdminDraftOrderUpdateLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1502, + "id": 893, "name": "useAdminDraftOrderUpdateLineItem", "variant": "signature", "kind": 4096, @@ -19027,7 +19102,7 @@ }, "parameters": [ { - "id": 1503, + "id": 894, "name": "id", "variant": "param", "kind": 32768, @@ -19046,7 +19121,7 @@ } }, { - "id": 1504, + "id": 895, "name": "options", "variant": "param", "kind": 32768, @@ -19091,7 +19166,7 @@ }, { "type": "reference", - "target": 1498, + "target": 889, "name": "AdminDraftOrderUpdateLineItemReq", "package": "medusa-react" }, @@ -19143,7 +19218,7 @@ }, { "type": "reference", - "target": 1498, + "target": 889, "name": "AdminDraftOrderUpdateLineItemReq", "package": "medusa-react" }, @@ -19159,14 +19234,14 @@ ] }, { - "id": 1429, + "id": 820, "name": "useAdminDraftOrders", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1430, + "id": 821, "name": "useAdminDraftOrders", "variant": "signature", "kind": 4096, @@ -19245,7 +19320,7 @@ }, "parameters": [ { - "id": 1431, + "id": 822, "name": "query", "variant": "param", "kind": 32768, @@ -19271,7 +19346,7 @@ } }, { - "id": 1432, + "id": 823, "name": "options", "variant": "param", "kind": 32768, @@ -19280,10 +19355,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -19328,14 +19400,14 @@ { "type": "reflection", "declaration": { - "id": 1433, + "id": 824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1434, + "id": 825, "name": "query", "variant": "declaration", "kind": 1024, @@ -19350,7 +19422,7 @@ { "title": "Properties", "children": [ - 1434 + 825 ] } ] @@ -19370,14 +19442,14 @@ { "type": "reflection", "declaration": { - "id": 1435, + "id": 826, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1440, + "id": 831, "name": "response", "variant": "declaration", "kind": 1024, @@ -19396,7 +19468,7 @@ } }, { - "id": 1439, + "id": 830, "name": "draft_orders", "variant": "declaration", "kind": 1024, @@ -19418,7 +19490,7 @@ } }, { - "id": 1436, + "id": 827, "name": "limit", "variant": "declaration", "kind": 1024, @@ -19440,7 +19512,7 @@ } }, { - "id": 1437, + "id": 828, "name": "offset", "variant": "declaration", "kind": 1024, @@ -19462,7 +19534,7 @@ } }, { - "id": 1438, + "id": 829, "name": "count", "variant": "declaration", "kind": 1024, @@ -19488,11 +19560,11 @@ { "title": "Properties", "children": [ - 1440, - 1439, - 1436, - 1437, - 1438 + 831, + 830, + 827, + 828, + 829 ] } ] @@ -19501,14 +19573,14 @@ { "type": "reflection", "declaration": { - "id": 1441, + "id": 832, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1446, + "id": 837, "name": "response", "variant": "declaration", "kind": 1024, @@ -19527,7 +19599,7 @@ } }, { - "id": 1445, + "id": 836, "name": "draft_orders", "variant": "declaration", "kind": 1024, @@ -19549,7 +19621,7 @@ } }, { - "id": 1442, + "id": 833, "name": "limit", "variant": "declaration", "kind": 1024, @@ -19571,7 +19643,7 @@ } }, { - "id": 1443, + "id": 834, "name": "offset", "variant": "declaration", "kind": 1024, @@ -19593,7 +19665,7 @@ } }, { - "id": 1444, + "id": 835, "name": "count", "variant": "declaration", "kind": 1024, @@ -19619,11 +19691,11 @@ { "title": "Properties", "children": [ - 1446, - 1445, - 1442, - 1443, - 1444 + 837, + 836, + 833, + 834, + 835 ] } ] @@ -19632,14 +19704,14 @@ { "type": "reflection", "declaration": { - "id": 1447, + "id": 838, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1452, + "id": 843, "name": "response", "variant": "declaration", "kind": 1024, @@ -19658,7 +19730,7 @@ } }, { - "id": 1451, + "id": 842, "name": "draft_orders", "variant": "declaration", "kind": 1024, @@ -19680,7 +19752,7 @@ } }, { - "id": 1448, + "id": 839, "name": "limit", "variant": "declaration", "kind": 1024, @@ -19702,7 +19774,7 @@ } }, { - "id": 1449, + "id": 840, "name": "offset", "variant": "declaration", "kind": 1024, @@ -19724,7 +19796,7 @@ } }, { - "id": 1450, + "id": 841, "name": "count", "variant": "declaration", "kind": 1024, @@ -19750,11 +19822,11 @@ { "title": "Properties", "children": [ - 1452, - 1451, - 1448, - 1449, - 1450 + 843, + 842, + 839, + 840, + 841 ] } ] @@ -19763,14 +19835,14 @@ { "type": "reflection", "declaration": { - "id": 1453, + "id": 844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1458, + "id": 849, "name": "response", "variant": "declaration", "kind": 1024, @@ -19789,7 +19861,7 @@ } }, { - "id": 1457, + "id": 848, "name": "draft_orders", "variant": "declaration", "kind": 1024, @@ -19811,7 +19883,7 @@ } }, { - "id": 1454, + "id": 845, "name": "limit", "variant": "declaration", "kind": 1024, @@ -19833,7 +19905,7 @@ } }, { - "id": 1455, + "id": 846, "name": "offset", "variant": "declaration", "kind": 1024, @@ -19855,7 +19927,7 @@ } }, { - "id": 1456, + "id": 847, "name": "count", "variant": "declaration", "kind": 1024, @@ -19881,11 +19953,11 @@ { "title": "Properties", "children": [ - 1458, - 1457, - 1454, - 1455, - 1456 + 849, + 848, + 845, + 846, + 847 ] } ] @@ -19897,14 +19969,14 @@ ] }, { - "id": 1459, + "id": 850, "name": "useAdminDraftOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1460, + "id": 851, "name": "useAdminDraftOrder", "variant": "signature", "kind": 4096, @@ -19939,7 +20011,7 @@ }, "parameters": [ { - "id": 1461, + "id": 852, "name": "id", "variant": "param", "kind": 32768, @@ -19958,7 +20030,7 @@ } }, { - "id": 1462, + "id": 853, "name": "options", "variant": "param", "kind": 32768, @@ -19967,10 +20039,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -20030,14 +20099,14 @@ { "type": "reflection", "declaration": { - "id": 1463, + "id": 854, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1465, + "id": 856, "name": "response", "variant": "declaration", "kind": 1024, @@ -20056,7 +20125,7 @@ } }, { - "id": 1464, + "id": 855, "name": "draft_order", "variant": "declaration", "kind": 1024, @@ -20079,8 +20148,8 @@ { "title": "Properties", "children": [ - 1465, - 1464 + 856, + 855 ] } ] @@ -20089,14 +20158,14 @@ { "type": "reflection", "declaration": { - "id": 1466, + "id": 857, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1468, + "id": 859, "name": "response", "variant": "declaration", "kind": 1024, @@ -20115,7 +20184,7 @@ } }, { - "id": 1467, + "id": 858, "name": "draft_order", "variant": "declaration", "kind": 1024, @@ -20138,8 +20207,8 @@ { "title": "Properties", "children": [ - 1468, - 1467 + 859, + 858 ] } ] @@ -20148,14 +20217,14 @@ { "type": "reflection", "declaration": { - "id": 1469, + "id": 860, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1471, + "id": 862, "name": "response", "variant": "declaration", "kind": 1024, @@ -20174,7 +20243,7 @@ } }, { - "id": 1470, + "id": 861, "name": "draft_order", "variant": "declaration", "kind": 1024, @@ -20197,8 +20266,8 @@ { "title": "Properties", "children": [ - 1471, - 1470 + 862, + 861 ] } ] @@ -20207,14 +20276,14 @@ { "type": "reflection", "declaration": { - "id": 1472, + "id": 863, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1474, + "id": 865, "name": "response", "variant": "declaration", "kind": 1024, @@ -20233,7 +20302,7 @@ } }, { - "id": 1473, + "id": 864, "name": "draft_order", "variant": "declaration", "kind": 1024, @@ -20256,8 +20325,8 @@ { "title": "Properties", "children": [ - 1474, - 1473 + 865, + 864 ] } ] @@ -20273,15 +20342,15 @@ { "title": "Functions", "children": [ - 1475, - 1478, - 1482, - 1486, - 1490, - 1494, - 1501, - 1429, - 1459 + 866, + 869, + 873, + 877, + 881, + 885, + 892, + 820, + 850 ] } ], @@ -20289,20 +20358,20 @@ { "title": "Queries", "children": [ - 1429, - 1459 + 820, + 850 ] }, { "title": "Mutations", "children": [ - 1475, - 1478, - 1482, - 1486, - 1490, - 1494, - 1501 + 866, + 869, + 873, + 877, + 881, + 885, + 892 ] } ] @@ -20323,7 +20392,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -20333,7 +20402,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useAdminCreateProduct", - "target": 2384 + "target": 1826 }, { "kind": "text", @@ -20346,14 +20415,14 @@ }, "children": [ { - "id": 1552, + "id": 943, "name": "useAdminCreateGiftCard", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1553, + "id": 944, "name": "useAdminCreateGiftCard", "variant": "signature", "kind": 4096, @@ -20388,7 +20457,7 @@ }, "parameters": [ { - "id": 1554, + "id": 945, "name": "options", "variant": "param", "kind": 32768, @@ -20507,14 +20576,14 @@ ] }, { - "id": 1555, + "id": 946, "name": "useAdminUpdateGiftCard", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1556, + "id": 947, "name": "useAdminUpdateGiftCard", "variant": "signature", "kind": 4096, @@ -20549,7 +20618,7 @@ }, "parameters": [ { - "id": 1557, + "id": 948, "name": "id", "variant": "param", "kind": 32768, @@ -20568,7 +20637,7 @@ } }, { - "id": 1558, + "id": 949, "name": "options", "variant": "param", "kind": 32768, @@ -20687,14 +20756,14 @@ ] }, { - "id": 1559, + "id": 950, "name": "useAdminDeleteGiftCard", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1560, + "id": 951, "name": "useAdminDeleteGiftCard", "variant": "signature", "kind": 4096, @@ -20729,7 +20798,7 @@ }, "parameters": [ { - "id": 1561, + "id": 952, "name": "id", "variant": "param", "kind": 32768, @@ -20748,7 +20817,7 @@ } }, { - "id": 1562, + "id": 953, "name": "options", "variant": "param", "kind": 32768, @@ -20857,14 +20926,14 @@ ] }, { - "id": 1506, + "id": 897, "name": "useAdminGiftCards", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1507, + "id": 898, "name": "useAdminGiftCards", "variant": "signature", "kind": 4096, @@ -20951,7 +21020,7 @@ }, "parameters": [ { - "id": 1508, + "id": 899, "name": "query", "variant": "param", "kind": 32768, @@ -20977,7 +21046,7 @@ } }, { - "id": 1509, + "id": 900, "name": "options", "variant": "param", "kind": 32768, @@ -20986,10 +21055,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -21034,14 +21100,14 @@ { "type": "reflection", "declaration": { - "id": 1510, + "id": 901, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1511, + "id": 902, "name": "query", "variant": "declaration", "kind": 1024, @@ -21056,7 +21122,7 @@ { "title": "Properties", "children": [ - 1511 + 902 ] } ] @@ -21076,14 +21142,14 @@ { "type": "reflection", "declaration": { - "id": 1512, + "id": 903, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1517, + "id": 908, "name": "response", "variant": "declaration", "kind": 1024, @@ -21102,7 +21168,7 @@ } }, { - "id": 1516, + "id": 907, "name": "gift_cards", "variant": "declaration", "kind": 1024, @@ -21124,7 +21190,7 @@ } }, { - "id": 1513, + "id": 904, "name": "limit", "variant": "declaration", "kind": 1024, @@ -21146,7 +21212,7 @@ } }, { - "id": 1514, + "id": 905, "name": "offset", "variant": "declaration", "kind": 1024, @@ -21168,7 +21234,7 @@ } }, { - "id": 1515, + "id": 906, "name": "count", "variant": "declaration", "kind": 1024, @@ -21194,11 +21260,11 @@ { "title": "Properties", "children": [ - 1517, - 1516, - 1513, - 1514, - 1515 + 908, + 907, + 904, + 905, + 906 ] } ] @@ -21207,14 +21273,14 @@ { "type": "reflection", "declaration": { - "id": 1518, + "id": 909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1523, + "id": 914, "name": "response", "variant": "declaration", "kind": 1024, @@ -21233,7 +21299,7 @@ } }, { - "id": 1522, + "id": 913, "name": "gift_cards", "variant": "declaration", "kind": 1024, @@ -21255,7 +21321,7 @@ } }, { - "id": 1519, + "id": 910, "name": "limit", "variant": "declaration", "kind": 1024, @@ -21277,7 +21343,7 @@ } }, { - "id": 1520, + "id": 911, "name": "offset", "variant": "declaration", "kind": 1024, @@ -21299,7 +21365,7 @@ } }, { - "id": 1521, + "id": 912, "name": "count", "variant": "declaration", "kind": 1024, @@ -21325,11 +21391,11 @@ { "title": "Properties", "children": [ - 1523, - 1522, - 1519, - 1520, - 1521 + 914, + 913, + 910, + 911, + 912 ] } ] @@ -21338,14 +21404,14 @@ { "type": "reflection", "declaration": { - "id": 1524, + "id": 915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1529, + "id": 920, "name": "response", "variant": "declaration", "kind": 1024, @@ -21364,7 +21430,7 @@ } }, { - "id": 1528, + "id": 919, "name": "gift_cards", "variant": "declaration", "kind": 1024, @@ -21386,7 +21452,7 @@ } }, { - "id": 1525, + "id": 916, "name": "limit", "variant": "declaration", "kind": 1024, @@ -21408,7 +21474,7 @@ } }, { - "id": 1526, + "id": 917, "name": "offset", "variant": "declaration", "kind": 1024, @@ -21430,7 +21496,7 @@ } }, { - "id": 1527, + "id": 918, "name": "count", "variant": "declaration", "kind": 1024, @@ -21456,11 +21522,11 @@ { "title": "Properties", "children": [ - 1529, - 1528, - 1525, - 1526, - 1527 + 920, + 919, + 916, + 917, + 918 ] } ] @@ -21469,14 +21535,14 @@ { "type": "reflection", "declaration": { - "id": 1530, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1535, + "id": 926, "name": "response", "variant": "declaration", "kind": 1024, @@ -21495,7 +21561,7 @@ } }, { - "id": 1534, + "id": 925, "name": "gift_cards", "variant": "declaration", "kind": 1024, @@ -21517,7 +21583,7 @@ } }, { - "id": 1531, + "id": 922, "name": "limit", "variant": "declaration", "kind": 1024, @@ -21539,7 +21605,7 @@ } }, { - "id": 1532, + "id": 923, "name": "offset", "variant": "declaration", "kind": 1024, @@ -21561,7 +21627,7 @@ } }, { - "id": 1533, + "id": 924, "name": "count", "variant": "declaration", "kind": 1024, @@ -21587,11 +21653,11 @@ { "title": "Properties", "children": [ - 1535, - 1534, - 1531, - 1532, - 1533 + 926, + 925, + 922, + 923, + 924 ] } ] @@ -21603,14 +21669,14 @@ ] }, { - "id": 1536, + "id": 927, "name": "useAdminGiftCard", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1537, + "id": 928, "name": "useAdminGiftCard", "variant": "signature", "kind": 4096, @@ -21645,7 +21711,7 @@ }, "parameters": [ { - "id": 1538, + "id": 929, "name": "id", "variant": "param", "kind": 32768, @@ -21664,7 +21730,7 @@ } }, { - "id": 1539, + "id": 930, "name": "options", "variant": "param", "kind": 32768, @@ -21673,10 +21739,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -21736,14 +21799,14 @@ { "type": "reflection", "declaration": { - "id": 1540, + "id": 931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1542, + "id": 933, "name": "response", "variant": "declaration", "kind": 1024, @@ -21762,7 +21825,7 @@ } }, { - "id": 1541, + "id": 932, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -21785,8 +21848,8 @@ { "title": "Properties", "children": [ - 1542, - 1541 + 933, + 932 ] } ] @@ -21795,14 +21858,14 @@ { "type": "reflection", "declaration": { - "id": 1543, + "id": 934, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1545, + "id": 936, "name": "response", "variant": "declaration", "kind": 1024, @@ -21821,7 +21884,7 @@ } }, { - "id": 1544, + "id": 935, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -21844,8 +21907,8 @@ { "title": "Properties", "children": [ - 1545, - 1544 + 936, + 935 ] } ] @@ -21854,14 +21917,14 @@ { "type": "reflection", "declaration": { - "id": 1546, + "id": 937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1548, + "id": 939, "name": "response", "variant": "declaration", "kind": 1024, @@ -21880,7 +21943,7 @@ } }, { - "id": 1547, + "id": 938, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -21903,8 +21966,8 @@ { "title": "Properties", "children": [ - 1548, - 1547 + 939, + 938 ] } ] @@ -21913,14 +21976,14 @@ { "type": "reflection", "declaration": { - "id": 1549, + "id": 940, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1551, + "id": 942, "name": "response", "variant": "declaration", "kind": 1024, @@ -21939,7 +22002,7 @@ } }, { - "id": 1550, + "id": 941, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -21962,8 +22025,8 @@ { "title": "Properties", "children": [ - 1551, - 1550 + 942, + 941 ] } ] @@ -21979,11 +22042,11 @@ { "title": "Functions", "children": [ - 1552, - 1555, - 1559, - 1506, - 1536 + 943, + 946, + 950, + 897, + 927 ] } ], @@ -21991,16 +22054,16 @@ { "title": "Queries", "children": [ - 1506, - 1536 + 897, + 927 ] }, { "title": "Mutations", "children": [ - 1552, - 1555, - 1559 + 943, + 946, + 950 ] } ] @@ -22021,7 +22084,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -22034,14 +22097,14 @@ }, "children": [ { - "id": 1640, + "id": 1031, "name": "useAdminCreateInventoryItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1641, + "id": 1032, "name": "useAdminCreateInventoryItem", "variant": "signature", "kind": 4096, @@ -22076,7 +22139,7 @@ }, "parameters": [ { - "id": 1642, + "id": 1033, "name": "options", "variant": "param", "kind": 32768, @@ -22195,14 +22258,14 @@ ] }, { - "id": 1643, + "id": 1034, "name": "useAdminUpdateInventoryItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1644, + "id": 1035, "name": "useAdminUpdateInventoryItem", "variant": "signature", "kind": 4096, @@ -22237,7 +22300,7 @@ }, "parameters": [ { - "id": 1645, + "id": 1036, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -22256,7 +22319,7 @@ } }, { - "id": 1646, + "id": 1037, "name": "options", "variant": "param", "kind": 32768, @@ -22375,14 +22438,14 @@ ] }, { - "id": 1647, + "id": 1038, "name": "useAdminDeleteInventoryItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1648, + "id": 1039, "name": "useAdminDeleteInventoryItem", "variant": "signature", "kind": 4096, @@ -22417,7 +22480,7 @@ }, "parameters": [ { - "id": 1649, + "id": 1040, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -22436,7 +22499,7 @@ } }, { - "id": 1650, + "id": 1041, "name": "options", "variant": "param", "kind": 32768, @@ -22545,14 +22608,14 @@ ] }, { - "id": 1654, + "id": 1045, "name": "useAdminUpdateLocationLevel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1655, + "id": 1046, "name": "useAdminUpdateLocationLevel", "variant": "signature", "kind": 4096, @@ -22587,7 +22650,7 @@ }, "parameters": [ { - "id": 1656, + "id": 1047, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -22606,7 +22669,7 @@ } }, { - "id": 1657, + "id": 1048, "name": "options", "variant": "param", "kind": 32768, @@ -22651,7 +22714,7 @@ }, { "type": "reference", - "target": 1651, + "target": 1042, "name": "AdminUpdateLocationLevelReq", "package": "medusa-react" }, @@ -22703,7 +22766,7 @@ }, { "type": "reference", - "target": 1651, + "target": 1042, "name": "AdminUpdateLocationLevelReq", "package": "medusa-react" }, @@ -22719,14 +22782,14 @@ ] }, { - "id": 1658, + "id": 1049, "name": "useAdminDeleteLocationLevel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1659, + "id": 1050, "name": "useAdminDeleteLocationLevel", "variant": "signature", "kind": 4096, @@ -22770,7 +22833,7 @@ }, "parameters": [ { - "id": 1660, + "id": 1051, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -22789,7 +22852,7 @@ } }, { - "id": 1661, + "id": 1052, "name": "options", "variant": "param", "kind": 32768, @@ -22898,14 +22961,14 @@ ] }, { - "id": 1662, + "id": 1053, "name": "useAdminCreateLocationLevel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1663, + "id": 1054, "name": "useAdminCreateLocationLevel", "variant": "signature", "kind": 4096, @@ -22940,7 +23003,7 @@ }, "parameters": [ { - "id": 1664, + "id": 1055, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -22959,7 +23022,7 @@ } }, { - "id": 1665, + "id": 1056, "name": "options", "variant": "param", "kind": 32768, @@ -23078,14 +23141,14 @@ ] }, { - "id": 1564, + "id": 955, "name": "useAdminInventoryItems", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1565, + "id": 956, "name": "useAdminInventoryItems", "variant": "signature", "kind": 4096, @@ -23180,7 +23243,7 @@ }, "parameters": [ { - "id": 1566, + "id": 957, "name": "query", "variant": "param", "kind": 32768, @@ -23206,7 +23269,7 @@ } }, { - "id": 1567, + "id": 958, "name": "options", "variant": "param", "kind": 32768, @@ -23215,10 +23278,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -23263,14 +23323,14 @@ { "type": "reflection", "declaration": { - "id": 1568, + "id": 959, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1569, + "id": 960, "name": "query", "variant": "declaration", "kind": 1024, @@ -23285,7 +23345,7 @@ { "title": "Properties", "children": [ - 1569 + 960 ] } ] @@ -23305,14 +23365,14 @@ { "type": "reflection", "declaration": { - "id": 1570, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1575, + "id": 966, "name": "response", "variant": "declaration", "kind": 1024, @@ -23331,7 +23391,7 @@ } }, { - "id": 1574, + "id": 965, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -23353,7 +23413,7 @@ } }, { - "id": 1571, + "id": 962, "name": "limit", "variant": "declaration", "kind": 1024, @@ -23375,7 +23435,7 @@ } }, { - "id": 1572, + "id": 963, "name": "offset", "variant": "declaration", "kind": 1024, @@ -23397,7 +23457,7 @@ } }, { - "id": 1573, + "id": 964, "name": "count", "variant": "declaration", "kind": 1024, @@ -23423,11 +23483,11 @@ { "title": "Properties", "children": [ - 1575, - 1574, - 1571, - 1572, - 1573 + 966, + 965, + 962, + 963, + 964 ] } ] @@ -23436,14 +23496,14 @@ { "type": "reflection", "declaration": { - "id": 1576, + "id": 967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1581, + "id": 972, "name": "response", "variant": "declaration", "kind": 1024, @@ -23462,7 +23522,7 @@ } }, { - "id": 1580, + "id": 971, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -23484,7 +23544,7 @@ } }, { - "id": 1577, + "id": 968, "name": "limit", "variant": "declaration", "kind": 1024, @@ -23506,7 +23566,7 @@ } }, { - "id": 1578, + "id": 969, "name": "offset", "variant": "declaration", "kind": 1024, @@ -23528,7 +23588,7 @@ } }, { - "id": 1579, + "id": 970, "name": "count", "variant": "declaration", "kind": 1024, @@ -23554,11 +23614,11 @@ { "title": "Properties", "children": [ - 1581, - 1580, - 1577, - 1578, - 1579 + 972, + 971, + 968, + 969, + 970 ] } ] @@ -23567,14 +23627,14 @@ { "type": "reflection", "declaration": { - "id": 1582, + "id": 973, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1587, + "id": 978, "name": "response", "variant": "declaration", "kind": 1024, @@ -23593,7 +23653,7 @@ } }, { - "id": 1586, + "id": 977, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -23615,7 +23675,7 @@ } }, { - "id": 1583, + "id": 974, "name": "limit", "variant": "declaration", "kind": 1024, @@ -23637,7 +23697,7 @@ } }, { - "id": 1584, + "id": 975, "name": "offset", "variant": "declaration", "kind": 1024, @@ -23659,7 +23719,7 @@ } }, { - "id": 1585, + "id": 976, "name": "count", "variant": "declaration", "kind": 1024, @@ -23685,11 +23745,11 @@ { "title": "Properties", "children": [ - 1587, - 1586, - 1583, - 1584, - 1585 + 978, + 977, + 974, + 975, + 976 ] } ] @@ -23698,14 +23758,14 @@ { "type": "reflection", "declaration": { - "id": 1588, + "id": 979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1593, + "id": 984, "name": "response", "variant": "declaration", "kind": 1024, @@ -23724,7 +23784,7 @@ } }, { - "id": 1592, + "id": 983, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -23746,7 +23806,7 @@ } }, { - "id": 1589, + "id": 980, "name": "limit", "variant": "declaration", "kind": 1024, @@ -23768,7 +23828,7 @@ } }, { - "id": 1590, + "id": 981, "name": "offset", "variant": "declaration", "kind": 1024, @@ -23790,7 +23850,7 @@ } }, { - "id": 1591, + "id": 982, "name": "count", "variant": "declaration", "kind": 1024, @@ -23816,11 +23876,11 @@ { "title": "Properties", "children": [ - 1593, - 1592, - 1589, - 1590, - 1591 + 984, + 983, + 980, + 981, + 982 ] } ] @@ -23832,14 +23892,14 @@ ] }, { - "id": 1594, + "id": 985, "name": "useAdminInventoryItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1595, + "id": 986, "name": "useAdminInventoryItem", "variant": "signature", "kind": 4096, @@ -23874,7 +23934,7 @@ }, "parameters": [ { - "id": 1596, + "id": 987, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -23893,7 +23953,7 @@ } }, { - "id": 1597, + "id": 988, "name": "query", "variant": "param", "kind": 32768, @@ -23919,7 +23979,7 @@ } }, { - "id": 1598, + "id": 989, "name": "options", "variant": "param", "kind": 32768, @@ -23928,10 +23988,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -23991,14 +24048,14 @@ { "type": "reflection", "declaration": { - "id": 1599, + "id": 990, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1601, + "id": 992, "name": "response", "variant": "declaration", "kind": 1024, @@ -24017,7 +24074,7 @@ } }, { - "id": 1600, + "id": 991, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24040,8 +24097,8 @@ { "title": "Properties", "children": [ - 1601, - 1600 + 992, + 991 ] } ] @@ -24050,14 +24107,14 @@ { "type": "reflection", "declaration": { - "id": 1602, + "id": 993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1604, + "id": 995, "name": "response", "variant": "declaration", "kind": 1024, @@ -24076,7 +24133,7 @@ } }, { - "id": 1603, + "id": 994, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24099,8 +24156,8 @@ { "title": "Properties", "children": [ - 1604, - 1603 + 995, + 994 ] } ] @@ -24109,14 +24166,14 @@ { "type": "reflection", "declaration": { - "id": 1605, + "id": 996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1607, + "id": 998, "name": "response", "variant": "declaration", "kind": 1024, @@ -24135,7 +24192,7 @@ } }, { - "id": 1606, + "id": 997, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24158,8 +24215,8 @@ { "title": "Properties", "children": [ - 1607, - 1606 + 998, + 997 ] } ] @@ -24168,14 +24225,14 @@ { "type": "reflection", "declaration": { - "id": 1608, + "id": 999, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1610, + "id": 1001, "name": "response", "variant": "declaration", "kind": 1024, @@ -24194,7 +24251,7 @@ } }, { - "id": 1609, + "id": 1000, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24217,8 +24274,8 @@ { "title": "Properties", "children": [ - 1610, - 1609 + 1001, + 1000 ] } ] @@ -24230,14 +24287,14 @@ ] }, { - "id": 1611, + "id": 1002, "name": "useAdminInventoryItemLocationLevels", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1612, + "id": 1003, "name": "useAdminInventoryItemLocationLevels", "variant": "signature", "kind": 4096, @@ -24288,7 +24345,7 @@ }, "parameters": [ { - "id": 1613, + "id": 1004, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -24307,7 +24364,7 @@ } }, { - "id": 1614, + "id": 1005, "name": "query", "variant": "param", "kind": 32768, @@ -24333,7 +24390,7 @@ } }, { - "id": 1615, + "id": 1006, "name": "options", "variant": "param", "kind": 32768, @@ -24342,10 +24399,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -24405,14 +24459,14 @@ { "type": "reflection", "declaration": { - "id": 1616, + "id": 1007, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1621, + "id": 1012, "name": "response", "variant": "declaration", "kind": 1024, @@ -24431,7 +24485,7 @@ } }, { - "id": 1617, + "id": 1008, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24442,14 +24496,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1618, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1619, + "id": 1010, "name": "id", "variant": "declaration", "kind": 1024, @@ -24460,7 +24514,7 @@ } }, { - "id": 1620, + "id": 1011, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -24483,8 +24537,8 @@ { "title": "Properties", "children": [ - 1619, - 1620 + 1010, + 1011 ] } ] @@ -24496,8 +24550,8 @@ { "title": "Properties", "children": [ - 1621, - 1617 + 1012, + 1008 ] } ] @@ -24506,14 +24560,14 @@ { "type": "reflection", "declaration": { - "id": 1622, + "id": 1013, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1627, + "id": 1018, "name": "response", "variant": "declaration", "kind": 1024, @@ -24532,7 +24586,7 @@ } }, { - "id": 1623, + "id": 1014, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24543,14 +24597,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1624, + "id": 1015, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1625, + "id": 1016, "name": "id", "variant": "declaration", "kind": 1024, @@ -24561,7 +24615,7 @@ } }, { - "id": 1626, + "id": 1017, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -24584,8 +24638,8 @@ { "title": "Properties", "children": [ - 1625, - 1626 + 1016, + 1017 ] } ] @@ -24597,8 +24651,8 @@ { "title": "Properties", "children": [ - 1627, - 1623 + 1018, + 1014 ] } ] @@ -24607,14 +24661,14 @@ { "type": "reflection", "declaration": { - "id": 1628, + "id": 1019, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1633, + "id": 1024, "name": "response", "variant": "declaration", "kind": 1024, @@ -24633,7 +24687,7 @@ } }, { - "id": 1629, + "id": 1020, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24644,14 +24698,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1630, + "id": 1021, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1631, + "id": 1022, "name": "id", "variant": "declaration", "kind": 1024, @@ -24662,7 +24716,7 @@ } }, { - "id": 1632, + "id": 1023, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -24685,8 +24739,8 @@ { "title": "Properties", "children": [ - 1631, - 1632 + 1022, + 1023 ] } ] @@ -24698,8 +24752,8 @@ { "title": "Properties", "children": [ - 1633, - 1629 + 1024, + 1020 ] } ] @@ -24708,14 +24762,14 @@ { "type": "reflection", "declaration": { - "id": 1634, + "id": 1025, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1639, + "id": 1030, "name": "response", "variant": "declaration", "kind": 1024, @@ -24734,7 +24788,7 @@ } }, { - "id": 1635, + "id": 1026, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -24745,14 +24799,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1636, + "id": 1027, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1637, + "id": 1028, "name": "id", "variant": "declaration", "kind": 1024, @@ -24763,7 +24817,7 @@ } }, { - "id": 1638, + "id": 1029, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -24786,8 +24840,8 @@ { "title": "Properties", "children": [ - 1637, - 1638 + 1028, + 1029 ] } ] @@ -24799,8 +24853,8 @@ { "title": "Properties", "children": [ - 1639, - 1635 + 1030, + 1026 ] } ] @@ -24816,15 +24870,15 @@ { "title": "Functions", "children": [ - 1640, - 1643, - 1647, - 1654, - 1658, - 1662, - 1564, - 1594, - 1611 + 1031, + 1034, + 1038, + 1045, + 1049, + 1053, + 955, + 985, + 1002 ] } ], @@ -24832,20 +24886,20 @@ { "title": "Queries", "children": [ - 1564, - 1594, - 1611 + 955, + 985, + 1002 ] }, { "title": "Mutations", "children": [ - 1640, - 1643, - 1647, - 1654, - 1658, - 1662 + 1031, + 1034, + 1038, + 1045, + 1049, + 1053 ] } ] @@ -24866,7 +24920,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -24879,14 +24933,14 @@ }, "children": [ { - "id": 1682, + "id": 1073, "name": "useAdminAcceptInvite", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1683, + "id": 1074, "name": "useAdminAcceptInvite", "variant": "signature", "kind": 4096, @@ -24921,7 +24975,7 @@ }, "parameters": [ { - "id": 1684, + "id": 1075, "name": "options", "variant": "param", "kind": 32768, @@ -25030,14 +25084,14 @@ ] }, { - "id": 1685, + "id": 1076, "name": "useAdminResendInvite", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1686, + "id": 1077, "name": "useAdminResendInvite", "variant": "signature", "kind": 4096, @@ -25080,7 +25134,7 @@ }, "parameters": [ { - "id": 1687, + "id": 1078, "name": "id", "variant": "param", "kind": 32768, @@ -25099,7 +25153,7 @@ } }, { - "id": 1688, + "id": 1079, "name": "options", "variant": "param", "kind": 32768, @@ -25166,14 +25220,14 @@ ] }, { - "id": 1692, + "id": 1083, "name": "useAdminDeleteInvite", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1693, + "id": 1084, "name": "useAdminDeleteInvite", "variant": "signature", "kind": 4096, @@ -25208,7 +25262,7 @@ }, "parameters": [ { - "id": 1694, + "id": 1085, "name": "id", "variant": "param", "kind": 32768, @@ -25227,7 +25281,7 @@ } }, { - "id": 1695, + "id": 1086, "name": "options", "variant": "param", "kind": 32768, @@ -25336,14 +25390,14 @@ ] }, { - "id": 1667, + "id": 1058, "name": "useAdminInvites", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1668, + "id": 1059, "name": "useAdminInvites", "variant": "signature", "kind": 4096, @@ -25378,7 +25432,7 @@ }, "parameters": [ { - "id": 1669, + "id": 1060, "name": "options", "variant": "param", "kind": 32768, @@ -25387,10 +25441,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -25446,14 +25497,14 @@ { "type": "reflection", "declaration": { - "id": 1670, + "id": 1061, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1672, + "id": 1063, "name": "response", "variant": "declaration", "kind": 1024, @@ -25472,7 +25523,7 @@ } }, { - "id": 1671, + "id": 1062, "name": "invites", "variant": "declaration", "kind": 1024, @@ -25498,8 +25549,8 @@ { "title": "Properties", "children": [ - 1672, - 1671 + 1063, + 1062 ] } ] @@ -25508,14 +25559,14 @@ { "type": "reflection", "declaration": { - "id": 1673, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1675, + "id": 1066, "name": "response", "variant": "declaration", "kind": 1024, @@ -25534,7 +25585,7 @@ } }, { - "id": 1674, + "id": 1065, "name": "invites", "variant": "declaration", "kind": 1024, @@ -25560,8 +25611,8 @@ { "title": "Properties", "children": [ - 1675, - 1674 + 1066, + 1065 ] } ] @@ -25570,14 +25621,14 @@ { "type": "reflection", "declaration": { - "id": 1676, + "id": 1067, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1678, + "id": 1069, "name": "response", "variant": "declaration", "kind": 1024, @@ -25596,7 +25647,7 @@ } }, { - "id": 1677, + "id": 1068, "name": "invites", "variant": "declaration", "kind": 1024, @@ -25622,8 +25673,8 @@ { "title": "Properties", "children": [ - 1678, - 1677 + 1069, + 1068 ] } ] @@ -25632,14 +25683,14 @@ { "type": "reflection", "declaration": { - "id": 1679, + "id": 1070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1681, + "id": 1072, "name": "response", "variant": "declaration", "kind": 1024, @@ -25658,7 +25709,7 @@ } }, { - "id": 1680, + "id": 1071, "name": "invites", "variant": "declaration", "kind": 1024, @@ -25684,8 +25735,8 @@ { "title": "Properties", "children": [ - 1681, - 1680 + 1072, + 1071 ] } ] @@ -25701,10 +25752,10 @@ { "title": "Functions", "children": [ - 1682, - 1685, - 1692, - 1667 + 1073, + 1076, + 1083, + 1058 ] } ], @@ -25712,15 +25763,15 @@ { "title": "Queries", "children": [ - 1667 + 1058 ] }, { "title": "Mutations", "children": [ - 1682, - 1685, - 1692 + 1073, + 1076, + 1083 ] } ] @@ -25741,7 +25792,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -25754,14 +25805,14 @@ }, "children": [ { - "id": 1743, + "id": 1134, "name": "useAdminCreateNote", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1744, + "id": 1135, "name": "useAdminCreateNote", "variant": "signature", "kind": 4096, @@ -25796,7 +25847,7 @@ }, "parameters": [ { - "id": 1745, + "id": 1136, "name": "options", "variant": "param", "kind": 32768, @@ -25915,14 +25966,14 @@ ] }, { - "id": 1746, + "id": 1137, "name": "useAdminUpdateNote", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1747, + "id": 1138, "name": "useAdminUpdateNote", "variant": "signature", "kind": 4096, @@ -25957,7 +26008,7 @@ }, "parameters": [ { - "id": 1748, + "id": 1139, "name": "id", "variant": "param", "kind": 32768, @@ -25976,7 +26027,7 @@ } }, { - "id": 1749, + "id": 1140, "name": "options", "variant": "param", "kind": 32768, @@ -26095,14 +26146,14 @@ ] }, { - "id": 1750, + "id": 1141, "name": "useAdminDeleteNote", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1751, + "id": 1142, "name": "useAdminDeleteNote", "variant": "signature", "kind": 4096, @@ -26137,7 +26188,7 @@ }, "parameters": [ { - "id": 1752, + "id": 1143, "name": "id", "variant": "param", "kind": 32768, @@ -26156,7 +26207,7 @@ } }, { - "id": 1753, + "id": 1144, "name": "options", "variant": "param", "kind": 32768, @@ -26265,14 +26316,14 @@ ] }, { - "id": 1697, + "id": 1088, "name": "useAdminNotes", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1698, + "id": 1089, "name": "useAdminNotes", "variant": "signature", "kind": 4096, @@ -26359,7 +26410,7 @@ }, "parameters": [ { - "id": 1699, + "id": 1090, "name": "query", "variant": "param", "kind": 32768, @@ -26385,7 +26436,7 @@ } }, { - "id": 1700, + "id": 1091, "name": "options", "variant": "param", "kind": 32768, @@ -26394,10 +26445,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -26442,14 +26490,14 @@ { "type": "reflection", "declaration": { - "id": 1701, + "id": 1092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1702, + "id": 1093, "name": "query", "variant": "declaration", "kind": 1024, @@ -26464,7 +26512,7 @@ { "title": "Properties", "children": [ - 1702 + 1093 ] } ] @@ -26484,14 +26532,14 @@ { "type": "reflection", "declaration": { - "id": 1703, + "id": 1094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1708, + "id": 1099, "name": "response", "variant": "declaration", "kind": 1024, @@ -26510,7 +26558,7 @@ } }, { - "id": 1707, + "id": 1098, "name": "notes", "variant": "declaration", "kind": 1024, @@ -26532,7 +26580,7 @@ } }, { - "id": 1704, + "id": 1095, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26554,7 +26602,7 @@ } }, { - "id": 1705, + "id": 1096, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26576,7 +26624,7 @@ } }, { - "id": 1706, + "id": 1097, "name": "count", "variant": "declaration", "kind": 1024, @@ -26602,11 +26650,11 @@ { "title": "Properties", "children": [ - 1708, - 1707, - 1704, - 1705, - 1706 + 1099, + 1098, + 1095, + 1096, + 1097 ] } ] @@ -26615,14 +26663,14 @@ { "type": "reflection", "declaration": { - "id": 1709, + "id": 1100, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1714, + "id": 1105, "name": "response", "variant": "declaration", "kind": 1024, @@ -26641,7 +26689,7 @@ } }, { - "id": 1713, + "id": 1104, "name": "notes", "variant": "declaration", "kind": 1024, @@ -26663,7 +26711,7 @@ } }, { - "id": 1710, + "id": 1101, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26685,7 +26733,7 @@ } }, { - "id": 1711, + "id": 1102, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26707,7 +26755,7 @@ } }, { - "id": 1712, + "id": 1103, "name": "count", "variant": "declaration", "kind": 1024, @@ -26733,11 +26781,11 @@ { "title": "Properties", "children": [ - 1714, - 1713, - 1710, - 1711, - 1712 + 1105, + 1104, + 1101, + 1102, + 1103 ] } ] @@ -26746,14 +26794,14 @@ { "type": "reflection", "declaration": { - "id": 1715, + "id": 1106, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1720, + "id": 1111, "name": "response", "variant": "declaration", "kind": 1024, @@ -26772,7 +26820,7 @@ } }, { - "id": 1719, + "id": 1110, "name": "notes", "variant": "declaration", "kind": 1024, @@ -26794,7 +26842,7 @@ } }, { - "id": 1716, + "id": 1107, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26816,7 +26864,7 @@ } }, { - "id": 1717, + "id": 1108, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26838,7 +26886,7 @@ } }, { - "id": 1718, + "id": 1109, "name": "count", "variant": "declaration", "kind": 1024, @@ -26864,11 +26912,11 @@ { "title": "Properties", "children": [ - 1720, - 1719, - 1716, - 1717, - 1718 + 1111, + 1110, + 1107, + 1108, + 1109 ] } ] @@ -26877,14 +26925,14 @@ { "type": "reflection", "declaration": { - "id": 1721, + "id": 1112, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1726, + "id": 1117, "name": "response", "variant": "declaration", "kind": 1024, @@ -26903,7 +26951,7 @@ } }, { - "id": 1725, + "id": 1116, "name": "notes", "variant": "declaration", "kind": 1024, @@ -26925,7 +26973,7 @@ } }, { - "id": 1722, + "id": 1113, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26947,7 +26995,7 @@ } }, { - "id": 1723, + "id": 1114, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26969,7 +27017,7 @@ } }, { - "id": 1724, + "id": 1115, "name": "count", "variant": "declaration", "kind": 1024, @@ -26995,11 +27043,11 @@ { "title": "Properties", "children": [ - 1726, - 1725, - 1722, - 1723, - 1724 + 1117, + 1116, + 1113, + 1114, + 1115 ] } ] @@ -27011,14 +27059,14 @@ ] }, { - "id": 1727, + "id": 1118, "name": "useAdminNote", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1728, + "id": 1119, "name": "useAdminNote", "variant": "signature", "kind": 4096, @@ -27053,7 +27101,7 @@ }, "parameters": [ { - "id": 1729, + "id": 1120, "name": "id", "variant": "param", "kind": 32768, @@ -27072,7 +27120,7 @@ } }, { - "id": 1730, + "id": 1121, "name": "options", "variant": "param", "kind": 32768, @@ -27081,10 +27129,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -27144,14 +27189,14 @@ { "type": "reflection", "declaration": { - "id": 1731, + "id": 1122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1733, + "id": 1124, "name": "response", "variant": "declaration", "kind": 1024, @@ -27170,7 +27215,7 @@ } }, { - "id": 1732, + "id": 1123, "name": "note", "variant": "declaration", "kind": 1024, @@ -27193,8 +27238,8 @@ { "title": "Properties", "children": [ - 1733, - 1732 + 1124, + 1123 ] } ] @@ -27203,14 +27248,14 @@ { "type": "reflection", "declaration": { - "id": 1734, + "id": 1125, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1736, + "id": 1127, "name": "response", "variant": "declaration", "kind": 1024, @@ -27229,7 +27274,7 @@ } }, { - "id": 1735, + "id": 1126, "name": "note", "variant": "declaration", "kind": 1024, @@ -27252,8 +27297,8 @@ { "title": "Properties", "children": [ - 1736, - 1735 + 1127, + 1126 ] } ] @@ -27262,14 +27307,14 @@ { "type": "reflection", "declaration": { - "id": 1737, + "id": 1128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1739, + "id": 1130, "name": "response", "variant": "declaration", "kind": 1024, @@ -27288,7 +27333,7 @@ } }, { - "id": 1738, + "id": 1129, "name": "note", "variant": "declaration", "kind": 1024, @@ -27311,8 +27356,8 @@ { "title": "Properties", "children": [ - 1739, - 1738 + 1130, + 1129 ] } ] @@ -27321,14 +27366,14 @@ { "type": "reflection", "declaration": { - "id": 1740, + "id": 1131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1742, + "id": 1133, "name": "response", "variant": "declaration", "kind": 1024, @@ -27347,7 +27392,7 @@ } }, { - "id": 1741, + "id": 1132, "name": "note", "variant": "declaration", "kind": 1024, @@ -27370,8 +27415,8 @@ { "title": "Properties", "children": [ - 1742, - 1741 + 1133, + 1132 ] } ] @@ -27387,11 +27432,11 @@ { "title": "Functions", "children": [ - 1743, - 1746, - 1750, - 1697, - 1727 + 1134, + 1137, + 1141, + 1088, + 1118 ] } ], @@ -27399,16 +27444,16 @@ { "title": "Queries", "children": [ - 1697, - 1727 + 1088, + 1118 ] }, { "title": "Mutations", "children": [ - 1743, - 1746, - 1750 + 1134, + 1137, + 1141 ] } ] @@ -27429,7 +27474,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -27442,14 +27487,14 @@ }, "children": [ { - "id": 1785, + "id": 1176, "name": "useAdminResendNotification", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1786, + "id": 1177, "name": "useAdminResendNotification", "variant": "signature", "kind": 4096, @@ -27484,7 +27529,7 @@ }, "parameters": [ { - "id": 1787, + "id": 1178, "name": "id", "variant": "param", "kind": 32768, @@ -27503,7 +27548,7 @@ } }, { - "id": 1788, + "id": 1179, "name": "options", "variant": "param", "kind": 32768, @@ -27622,14 +27667,14 @@ ] }, { - "id": 1755, + "id": 1146, "name": "useAdminNotifications", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1756, + "id": 1147, "name": "useAdminNotifications", "variant": "signature", "kind": 4096, @@ -27732,7 +27777,7 @@ }, "parameters": [ { - "id": 1757, + "id": 1148, "name": "query", "variant": "param", "kind": 32768, @@ -27758,7 +27803,7 @@ } }, { - "id": 1758, + "id": 1149, "name": "options", "variant": "param", "kind": 32768, @@ -27767,10 +27812,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -27815,14 +27857,14 @@ { "type": "reflection", "declaration": { - "id": 1759, + "id": 1150, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1760, + "id": 1151, "name": "query", "variant": "declaration", "kind": 1024, @@ -27837,7 +27879,7 @@ { "title": "Properties", "children": [ - 1760 + 1151 ] } ] @@ -27857,14 +27899,14 @@ { "type": "reflection", "declaration": { - "id": 1761, + "id": 1152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1766, + "id": 1157, "name": "response", "variant": "declaration", "kind": 1024, @@ -27883,7 +27925,7 @@ } }, { - "id": 1765, + "id": 1156, "name": "notifications", "variant": "declaration", "kind": 1024, @@ -27905,7 +27947,7 @@ } }, { - "id": 1762, + "id": 1153, "name": "limit", "variant": "declaration", "kind": 1024, @@ -27913,13 +27955,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1763, + "id": 1154, "name": "offset", "variant": "declaration", "kind": 1024, @@ -27927,13 +27977,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1764, + "id": 1155, "name": "count", "variant": "declaration", "kind": 1024, @@ -27941,6 +27999,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -27951,11 +28017,11 @@ { "title": "Properties", "children": [ - 1766, - 1765, - 1762, - 1763, - 1764 + 1157, + 1156, + 1153, + 1154, + 1155 ] } ] @@ -27964,14 +28030,14 @@ { "type": "reflection", "declaration": { - "id": 1767, + "id": 1158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1772, + "id": 1163, "name": "response", "variant": "declaration", "kind": 1024, @@ -27990,7 +28056,7 @@ } }, { - "id": 1771, + "id": 1162, "name": "notifications", "variant": "declaration", "kind": 1024, @@ -28012,7 +28078,7 @@ } }, { - "id": 1768, + "id": 1159, "name": "limit", "variant": "declaration", "kind": 1024, @@ -28020,13 +28086,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1769, + "id": 1160, "name": "offset", "variant": "declaration", "kind": 1024, @@ -28034,13 +28108,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1770, + "id": 1161, "name": "count", "variant": "declaration", "kind": 1024, @@ -28048,6 +28130,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -28058,11 +28148,11 @@ { "title": "Properties", "children": [ - 1772, - 1771, - 1768, - 1769, - 1770 + 1163, + 1162, + 1159, + 1160, + 1161 ] } ] @@ -28071,14 +28161,14 @@ { "type": "reflection", "declaration": { - "id": 1773, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1778, + "id": 1169, "name": "response", "variant": "declaration", "kind": 1024, @@ -28097,7 +28187,7 @@ } }, { - "id": 1777, + "id": 1168, "name": "notifications", "variant": "declaration", "kind": 1024, @@ -28119,7 +28209,7 @@ } }, { - "id": 1774, + "id": 1165, "name": "limit", "variant": "declaration", "kind": 1024, @@ -28127,13 +28217,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1775, + "id": 1166, "name": "offset", "variant": "declaration", "kind": 1024, @@ -28141,13 +28239,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1776, + "id": 1167, "name": "count", "variant": "declaration", "kind": 1024, @@ -28155,6 +28261,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -28165,11 +28279,11 @@ { "title": "Properties", "children": [ - 1778, - 1777, - 1774, - 1775, - 1776 + 1169, + 1168, + 1165, + 1166, + 1167 ] } ] @@ -28178,14 +28292,14 @@ { "type": "reflection", "declaration": { - "id": 1779, + "id": 1170, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1784, + "id": 1175, "name": "response", "variant": "declaration", "kind": 1024, @@ -28204,7 +28318,7 @@ } }, { - "id": 1783, + "id": 1174, "name": "notifications", "variant": "declaration", "kind": 1024, @@ -28226,7 +28340,7 @@ } }, { - "id": 1780, + "id": 1171, "name": "limit", "variant": "declaration", "kind": 1024, @@ -28234,13 +28348,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1781, + "id": 1172, "name": "offset", "variant": "declaration", "kind": 1024, @@ -28248,13 +28370,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 1782, + "id": 1173, "name": "count", "variant": "declaration", "kind": 1024, @@ -28262,6 +28392,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -28272,11 +28410,11 @@ { "title": "Properties", "children": [ - 1784, - 1783, - 1780, - 1781, - 1782 + 1175, + 1174, + 1171, + 1172, + 1173 ] } ] @@ -28292,8 +28430,8 @@ { "title": "Functions", "children": [ - 1785, - 1755 + 1176, + 1146 ] } ], @@ -28301,13 +28439,13 @@ { "title": "Queries", "children": [ - 1755 + 1146 ] }, { "title": "Mutations", "children": [ - 1785 + 1176 ] } ] @@ -28328,7 +28466,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -28349,14 +28487,14 @@ }, "children": [ { - "id": 1837, + "id": 1228, "name": "useAdminCreateOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1838, + "id": 1229, "name": "useAdminCreateOrderEdit", "variant": "signature", "kind": 4096, @@ -28391,7 +28529,7 @@ }, "parameters": [ { - "id": 1839, + "id": 1230, "name": "options", "variant": "param", "kind": 32768, @@ -28510,14 +28648,14 @@ ] }, { - "id": 1840, + "id": 1231, "name": "useAdminDeleteOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1841, + "id": 1232, "name": "useAdminDeleteOrderEdit", "variant": "signature", "kind": 4096, @@ -28560,7 +28698,7 @@ }, "parameters": [ { - "id": 1842, + "id": 1233, "name": "id", "variant": "param", "kind": 32768, @@ -28579,7 +28717,7 @@ } }, { - "id": 1843, + "id": 1234, "name": "options", "variant": "param", "kind": 32768, @@ -28688,14 +28826,14 @@ ] }, { - "id": 1844, + "id": 1235, "name": "useAdminDeleteOrderEditItemChange", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1845, + "id": 1236, "name": "useAdminDeleteOrderEditItemChange", "variant": "signature", "kind": 4096, @@ -28730,7 +28868,7 @@ }, "parameters": [ { - "id": 1846, + "id": 1237, "name": "orderEditId", "variant": "param", "kind": 32768, @@ -28749,7 +28887,7 @@ } }, { - "id": 1847, + "id": 1238, "name": "itemChangeId", "variant": "param", "kind": 32768, @@ -28768,7 +28906,7 @@ } }, { - "id": 1848, + "id": 1239, "name": "options", "variant": "param", "kind": 32768, @@ -28877,14 +29015,14 @@ ] }, { - "id": 1849, + "id": 1240, "name": "useAdminOrderEditUpdateLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1850, + "id": 1241, "name": "useAdminOrderEditUpdateLineItem", "variant": "signature", "kind": 4096, @@ -28919,7 +29057,7 @@ }, "parameters": [ { - "id": 1851, + "id": 1242, "name": "orderEditId", "variant": "param", "kind": 32768, @@ -28938,7 +29076,7 @@ } }, { - "id": 1852, + "id": 1243, "name": "itemId", "variant": "param", "kind": 32768, @@ -28957,7 +29095,7 @@ } }, { - "id": 1853, + "id": 1244, "name": "options", "variant": "param", "kind": 32768, @@ -29076,14 +29214,14 @@ ] }, { - "id": 1854, + "id": 1245, "name": "useAdminOrderEditDeleteLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1855, + "id": 1246, "name": "useAdminOrderEditDeleteLineItem", "variant": "signature", "kind": 4096, @@ -29118,7 +29256,7 @@ }, "parameters": [ { - "id": 1856, + "id": 1247, "name": "orderEditId", "variant": "param", "kind": 32768, @@ -29137,7 +29275,7 @@ } }, { - "id": 1857, + "id": 1248, "name": "itemId", "variant": "param", "kind": 32768, @@ -29156,7 +29294,7 @@ } }, { - "id": 1858, + "id": 1249, "name": "options", "variant": "param", "kind": 32768, @@ -29265,14 +29403,14 @@ ] }, { - "id": 1859, + "id": 1250, "name": "useAdminUpdateOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1860, + "id": 1251, "name": "useAdminUpdateOrderEdit", "variant": "signature", "kind": 4096, @@ -29307,7 +29445,7 @@ }, "parameters": [ { - "id": 1861, + "id": 1252, "name": "id", "variant": "param", "kind": 32768, @@ -29326,7 +29464,7 @@ } }, { - "id": 1862, + "id": 1253, "name": "options", "variant": "param", "kind": 32768, @@ -29445,14 +29583,14 @@ ] }, { - "id": 1863, + "id": 1254, "name": "useAdminOrderEditAddLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1864, + "id": 1255, "name": "useAdminOrderEditAddLineItem", "variant": "signature", "kind": 4096, @@ -29487,7 +29625,7 @@ }, "parameters": [ { - "id": 1865, + "id": 1256, "name": "id", "variant": "param", "kind": 32768, @@ -29506,7 +29644,7 @@ } }, { - "id": 1866, + "id": 1257, "name": "options", "variant": "param", "kind": 32768, @@ -29625,14 +29763,14 @@ ] }, { - "id": 1867, + "id": 1258, "name": "useAdminRequestOrderEditConfirmation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1868, + "id": 1259, "name": "useAdminRequestOrderEditConfirmation", "variant": "signature", "kind": 4096, @@ -29675,7 +29813,7 @@ }, "parameters": [ { - "id": 1869, + "id": 1260, "name": "id", "variant": "param", "kind": 32768, @@ -29694,7 +29832,7 @@ } }, { - "id": 1870, + "id": 1261, "name": "options", "variant": "param", "kind": 32768, @@ -29803,14 +29941,14 @@ ] }, { - "id": 1871, + "id": 1262, "name": "useAdminCancelOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1872, + "id": 1263, "name": "useAdminCancelOrderEdit", "variant": "signature", "kind": 4096, @@ -29845,7 +29983,7 @@ }, "parameters": [ { - "id": 1873, + "id": 1264, "name": "id", "variant": "param", "kind": 32768, @@ -29864,7 +30002,7 @@ } }, { - "id": 1874, + "id": 1265, "name": "options", "variant": "param", "kind": 32768, @@ -29973,14 +30111,14 @@ ] }, { - "id": 1875, + "id": 1266, "name": "useAdminConfirmOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1876, + "id": 1267, "name": "useAdminConfirmOrderEdit", "variant": "signature", "kind": 4096, @@ -30015,7 +30153,7 @@ }, "parameters": [ { - "id": 1877, + "id": 1268, "name": "id", "variant": "param", "kind": 32768, @@ -30034,7 +30172,7 @@ } }, { - "id": 1878, + "id": 1269, "name": "options", "variant": "param", "kind": 32768, @@ -30143,14 +30281,14 @@ ] }, { - "id": 1790, + "id": 1181, "name": "useAdminOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1791, + "id": 1182, "name": "useAdminOrderEdit", "variant": "signature", "kind": 4096, @@ -30197,7 +30335,7 @@ }, "parameters": [ { - "id": 1792, + "id": 1183, "name": "id", "variant": "param", "kind": 32768, @@ -30216,7 +30354,7 @@ } }, { - "id": 1793, + "id": 1184, "name": "query", "variant": "param", "kind": 32768, @@ -30242,7 +30380,7 @@ } }, { - "id": 1794, + "id": 1185, "name": "options", "variant": "param", "kind": 32768, @@ -30251,10 +30389,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -30314,14 +30449,14 @@ { "type": "reflection", "declaration": { - "id": 1795, + "id": 1186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1797, + "id": 1188, "name": "response", "variant": "declaration", "kind": 1024, @@ -30340,7 +30475,7 @@ } }, { - "id": 1796, + "id": 1187, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -30363,8 +30498,8 @@ { "title": "Properties", "children": [ - 1797, - 1796 + 1188, + 1187 ] } ] @@ -30373,14 +30508,14 @@ { "type": "reflection", "declaration": { - "id": 1798, + "id": 1189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1800, + "id": 1191, "name": "response", "variant": "declaration", "kind": 1024, @@ -30399,7 +30534,7 @@ } }, { - "id": 1799, + "id": 1190, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -30422,8 +30557,8 @@ { "title": "Properties", "children": [ - 1800, - 1799 + 1191, + 1190 ] } ] @@ -30432,14 +30567,14 @@ { "type": "reflection", "declaration": { - "id": 1801, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1803, + "id": 1194, "name": "response", "variant": "declaration", "kind": 1024, @@ -30458,7 +30593,7 @@ } }, { - "id": 1802, + "id": 1193, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -30481,8 +30616,8 @@ { "title": "Properties", "children": [ - 1803, - 1802 + 1194, + 1193 ] } ] @@ -30491,14 +30626,14 @@ { "type": "reflection", "declaration": { - "id": 1804, + "id": 1195, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1806, + "id": 1197, "name": "response", "variant": "declaration", "kind": 1024, @@ -30517,7 +30652,7 @@ } }, { - "id": 1805, + "id": 1196, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -30540,8 +30675,8 @@ { "title": "Properties", "children": [ - 1806, - 1805 + 1197, + 1196 ] } ] @@ -30553,14 +30688,14 @@ ] }, { - "id": 1807, + "id": 1198, "name": "useAdminOrderEdits", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1808, + "id": 1199, "name": "useAdminOrderEdits", "variant": "signature", "kind": 4096, @@ -30663,7 +30798,7 @@ }, "parameters": [ { - "id": 1809, + "id": 1200, "name": "query", "variant": "param", "kind": 32768, @@ -30689,7 +30824,7 @@ } }, { - "id": 1810, + "id": 1201, "name": "options", "variant": "param", "kind": 32768, @@ -30698,10 +30833,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -30746,14 +30878,14 @@ { "type": "reflection", "declaration": { - "id": 1811, + "id": 1202, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1812, + "id": 1203, "name": "query", "variant": "declaration", "kind": 1024, @@ -30768,7 +30900,7 @@ { "title": "Properties", "children": [ - 1812 + 1203 ] } ] @@ -30788,14 +30920,14 @@ { "type": "reflection", "declaration": { - "id": 1813, + "id": 1204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1818, + "id": 1209, "name": "response", "variant": "declaration", "kind": 1024, @@ -30814,7 +30946,7 @@ } }, { - "id": 1817, + "id": 1208, "name": "order_edits", "variant": "declaration", "kind": 1024, @@ -30836,7 +30968,7 @@ } }, { - "id": 1814, + "id": 1205, "name": "limit", "variant": "declaration", "kind": 1024, @@ -30858,7 +30990,7 @@ } }, { - "id": 1815, + "id": 1206, "name": "offset", "variant": "declaration", "kind": 1024, @@ -30880,7 +31012,7 @@ } }, { - "id": 1816, + "id": 1207, "name": "count", "variant": "declaration", "kind": 1024, @@ -30906,11 +31038,11 @@ { "title": "Properties", "children": [ - 1818, - 1817, - 1814, - 1815, - 1816 + 1209, + 1208, + 1205, + 1206, + 1207 ] } ] @@ -30919,14 +31051,14 @@ { "type": "reflection", "declaration": { - "id": 1819, + "id": 1210, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1824, + "id": 1215, "name": "response", "variant": "declaration", "kind": 1024, @@ -30945,7 +31077,7 @@ } }, { - "id": 1823, + "id": 1214, "name": "order_edits", "variant": "declaration", "kind": 1024, @@ -30967,7 +31099,7 @@ } }, { - "id": 1820, + "id": 1211, "name": "limit", "variant": "declaration", "kind": 1024, @@ -30989,7 +31121,7 @@ } }, { - "id": 1821, + "id": 1212, "name": "offset", "variant": "declaration", "kind": 1024, @@ -31011,7 +31143,7 @@ } }, { - "id": 1822, + "id": 1213, "name": "count", "variant": "declaration", "kind": 1024, @@ -31037,11 +31169,11 @@ { "title": "Properties", "children": [ - 1824, - 1823, - 1820, - 1821, - 1822 + 1215, + 1214, + 1211, + 1212, + 1213 ] } ] @@ -31050,14 +31182,14 @@ { "type": "reflection", "declaration": { - "id": 1825, + "id": 1216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1830, + "id": 1221, "name": "response", "variant": "declaration", "kind": 1024, @@ -31076,7 +31208,7 @@ } }, { - "id": 1829, + "id": 1220, "name": "order_edits", "variant": "declaration", "kind": 1024, @@ -31098,7 +31230,7 @@ } }, { - "id": 1826, + "id": 1217, "name": "limit", "variant": "declaration", "kind": 1024, @@ -31120,7 +31252,7 @@ } }, { - "id": 1827, + "id": 1218, "name": "offset", "variant": "declaration", "kind": 1024, @@ -31142,7 +31274,7 @@ } }, { - "id": 1828, + "id": 1219, "name": "count", "variant": "declaration", "kind": 1024, @@ -31168,11 +31300,11 @@ { "title": "Properties", "children": [ - 1830, - 1829, - 1826, - 1827, - 1828 + 1221, + 1220, + 1217, + 1218, + 1219 ] } ] @@ -31181,14 +31313,14 @@ { "type": "reflection", "declaration": { - "id": 1831, + "id": 1222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1836, + "id": 1227, "name": "response", "variant": "declaration", "kind": 1024, @@ -31207,7 +31339,7 @@ } }, { - "id": 1835, + "id": 1226, "name": "order_edits", "variant": "declaration", "kind": 1024, @@ -31229,7 +31361,7 @@ } }, { - "id": 1832, + "id": 1223, "name": "limit", "variant": "declaration", "kind": 1024, @@ -31251,7 +31383,7 @@ } }, { - "id": 1833, + "id": 1224, "name": "offset", "variant": "declaration", "kind": 1024, @@ -31273,7 +31405,7 @@ } }, { - "id": 1834, + "id": 1225, "name": "count", "variant": "declaration", "kind": 1024, @@ -31299,11 +31431,11 @@ { "title": "Properties", "children": [ - 1836, - 1835, - 1832, - 1833, - 1834 + 1227, + 1226, + 1223, + 1224, + 1225 ] } ] @@ -31319,18 +31451,18 @@ { "title": "Functions", "children": [ - 1837, - 1840, - 1844, - 1849, - 1854, - 1859, - 1863, - 1867, - 1871, - 1875, - 1790, - 1807 + 1228, + 1231, + 1235, + 1240, + 1245, + 1250, + 1254, + 1258, + 1262, + 1266, + 1181, + 1198 ] } ], @@ -31338,23 +31470,23 @@ { "title": "Queries", "children": [ - 1790, - 1807 + 1181, + 1198 ] }, { "title": "Mutations", "children": [ - 1837, - 1840, - 1844, - 1849, - 1854, - 1859, - 1863, - 1867, - 1871, - 1875 + 1228, + 1231, + 1235, + 1240, + 1245, + 1250, + 1254, + 1258, + 1262, + 1266 ] } ] @@ -31375,7 +31507,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -31388,14 +31520,14 @@ }, "children": [ { - "id": 1955, + "id": 1346, "name": "useAdminUpdateOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1956, + "id": 1347, "name": "useAdminUpdateOrder", "variant": "signature", "kind": 4096, @@ -31430,7 +31562,7 @@ }, "parameters": [ { - "id": 1957, + "id": 1348, "name": "id", "variant": "param", "kind": 32768, @@ -31449,7 +31581,7 @@ } }, { - "id": 1958, + "id": 1349, "name": "options", "variant": "param", "kind": 32768, @@ -31568,14 +31700,14 @@ ] }, { - "id": 1959, + "id": 1350, "name": "useAdminCancelOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1960, + "id": 1351, "name": "useAdminCancelOrder", "variant": "signature", "kind": 4096, @@ -31610,7 +31742,7 @@ }, "parameters": [ { - "id": 1961, + "id": 1352, "name": "id", "variant": "param", "kind": 32768, @@ -31629,7 +31761,7 @@ } }, { - "id": 1962, + "id": 1353, "name": "options", "variant": "param", "kind": 32768, @@ -31738,14 +31870,14 @@ ] }, { - "id": 1963, + "id": 1354, "name": "useAdminCompleteOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1964, + "id": 1355, "name": "useAdminCompleteOrder", "variant": "signature", "kind": 4096, @@ -31780,7 +31912,7 @@ }, "parameters": [ { - "id": 1965, + "id": 1356, "name": "id", "variant": "param", "kind": 32768, @@ -31799,7 +31931,7 @@ } }, { - "id": 1966, + "id": 1357, "name": "options", "variant": "param", "kind": 32768, @@ -31908,14 +32040,14 @@ ] }, { - "id": 1967, + "id": 1358, "name": "useAdminCapturePayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1968, + "id": 1359, "name": "useAdminCapturePayment", "variant": "signature", "kind": 4096, @@ -31950,7 +32082,7 @@ }, "parameters": [ { - "id": 1969, + "id": 1360, "name": "id", "variant": "param", "kind": 32768, @@ -31969,7 +32101,7 @@ } }, { - "id": 1970, + "id": 1361, "name": "options", "variant": "param", "kind": 32768, @@ -32078,14 +32210,14 @@ ] }, { - "id": 1971, + "id": 1362, "name": "useAdminRefundPayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1972, + "id": 1363, "name": "useAdminRefundPayment", "variant": "signature", "kind": 4096, @@ -32128,7 +32260,7 @@ }, "parameters": [ { - "id": 1973, + "id": 1364, "name": "id", "variant": "param", "kind": 32768, @@ -32147,7 +32279,7 @@ } }, { - "id": 1974, + "id": 1365, "name": "options", "variant": "param", "kind": 32768, @@ -32266,14 +32398,14 @@ ] }, { - "id": 1975, + "id": 1366, "name": "useAdminCreateFulfillment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1976, + "id": 1367, "name": "useAdminCreateFulfillment", "variant": "signature", "kind": 4096, @@ -32324,7 +32456,7 @@ }, "parameters": [ { - "id": 1977, + "id": 1368, "name": "orderId", "variant": "param", "kind": 32768, @@ -32343,7 +32475,7 @@ } }, { - "id": 1978, + "id": 1369, "name": "options", "variant": "param", "kind": 32768, @@ -32462,14 +32594,14 @@ ] }, { - "id": 1979, + "id": 1370, "name": "useAdminCancelFulfillment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1980, + "id": 1371, "name": "useAdminCancelFulfillment", "variant": "signature", "kind": 4096, @@ -32521,7 +32653,7 @@ }, "parameters": [ { - "id": 1981, + "id": 1372, "name": "orderId", "variant": "param", "kind": 32768, @@ -32540,7 +32672,7 @@ } }, { - "id": 1982, + "id": 1373, "name": "options", "variant": "param", "kind": 32768, @@ -32649,14 +32781,14 @@ ] }, { - "id": 1983, + "id": 1374, "name": "useAdminCreateShipment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1984, + "id": 1375, "name": "useAdminCreateShipment", "variant": "signature", "kind": 4096, @@ -32707,7 +32839,7 @@ }, "parameters": [ { - "id": 1985, + "id": 1376, "name": "orderId", "variant": "param", "kind": 32768, @@ -32726,7 +32858,7 @@ } }, { - "id": 1986, + "id": 1377, "name": "options", "variant": "param", "kind": 32768, @@ -32845,14 +32977,14 @@ ] }, { - "id": 1987, + "id": 1378, "name": "useAdminRequestReturn", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1988, + "id": 1379, "name": "useAdminRequestReturn", "variant": "signature", "kind": 4096, @@ -32887,7 +33019,7 @@ }, "parameters": [ { - "id": 1989, + "id": 1380, "name": "orderId", "variant": "param", "kind": 32768, @@ -32906,7 +33038,7 @@ } }, { - "id": 1990, + "id": 1381, "name": "options", "variant": "param", "kind": 32768, @@ -33025,14 +33157,14 @@ ] }, { - "id": 1991, + "id": 1382, "name": "useAdminAddShippingMethod", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1992, + "id": 1383, "name": "useAdminAddShippingMethod", "variant": "signature", "kind": 4096, @@ -33067,7 +33199,7 @@ }, "parameters": [ { - "id": 1993, + "id": 1384, "name": "orderId", "variant": "param", "kind": 32768, @@ -33086,7 +33218,7 @@ } }, { - "id": 1994, + "id": 1385, "name": "options", "variant": "param", "kind": 32768, @@ -33205,14 +33337,14 @@ ] }, { - "id": 1995, + "id": 1386, "name": "useAdminArchiveOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1996, + "id": 1387, "name": "useAdminArchiveOrder", "variant": "signature", "kind": 4096, @@ -33247,7 +33379,7 @@ }, "parameters": [ { - "id": 1997, + "id": 1388, "name": "id", "variant": "param", "kind": 32768, @@ -33266,7 +33398,7 @@ } }, { - "id": 1998, + "id": 1389, "name": "options", "variant": "param", "kind": 32768, @@ -33375,14 +33507,14 @@ ] }, { - "id": 1905, + "id": 1296, "name": "useAdminOrders", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1906, + "id": 1297, "name": "useAdminOrders", "variant": "signature", "kind": 4096, @@ -33485,7 +33617,7 @@ }, "parameters": [ { - "id": 1907, + "id": 1298, "name": "query", "variant": "param", "kind": 32768, @@ -33511,7 +33643,7 @@ } }, { - "id": 1908, + "id": 1299, "name": "options", "variant": "param", "kind": 32768, @@ -33520,10 +33652,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -33568,14 +33697,14 @@ { "type": "reflection", "declaration": { - "id": 1909, + "id": 1300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1910, + "id": 1301, "name": "query", "variant": "declaration", "kind": 1024, @@ -33590,7 +33719,7 @@ { "title": "Properties", "children": [ - 1910 + 1301 ] } ] @@ -33610,14 +33739,14 @@ { "type": "reflection", "declaration": { - "id": 1911, + "id": 1302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1916, + "id": 1307, "name": "response", "variant": "declaration", "kind": 1024, @@ -33636,7 +33765,7 @@ } }, { - "id": 1915, + "id": 1306, "name": "orders", "variant": "declaration", "kind": 1024, @@ -33658,7 +33787,7 @@ } }, { - "id": 1912, + "id": 1303, "name": "limit", "variant": "declaration", "kind": 1024, @@ -33680,7 +33809,7 @@ } }, { - "id": 1913, + "id": 1304, "name": "offset", "variant": "declaration", "kind": 1024, @@ -33702,7 +33831,7 @@ } }, { - "id": 1914, + "id": 1305, "name": "count", "variant": "declaration", "kind": 1024, @@ -33728,11 +33857,11 @@ { "title": "Properties", "children": [ - 1916, - 1915, - 1912, - 1913, - 1914 + 1307, + 1306, + 1303, + 1304, + 1305 ] } ] @@ -33741,14 +33870,14 @@ { "type": "reflection", "declaration": { - "id": 1917, + "id": 1308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1922, + "id": 1313, "name": "response", "variant": "declaration", "kind": 1024, @@ -33767,7 +33896,7 @@ } }, { - "id": 1921, + "id": 1312, "name": "orders", "variant": "declaration", "kind": 1024, @@ -33789,7 +33918,7 @@ } }, { - "id": 1918, + "id": 1309, "name": "limit", "variant": "declaration", "kind": 1024, @@ -33811,7 +33940,7 @@ } }, { - "id": 1919, + "id": 1310, "name": "offset", "variant": "declaration", "kind": 1024, @@ -33833,7 +33962,7 @@ } }, { - "id": 1920, + "id": 1311, "name": "count", "variant": "declaration", "kind": 1024, @@ -33859,11 +33988,11 @@ { "title": "Properties", "children": [ - 1922, - 1921, - 1918, - 1919, - 1920 + 1313, + 1312, + 1309, + 1310, + 1311 ] } ] @@ -33872,14 +34001,14 @@ { "type": "reflection", "declaration": { - "id": 1923, + "id": 1314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1928, + "id": 1319, "name": "response", "variant": "declaration", "kind": 1024, @@ -33898,7 +34027,7 @@ } }, { - "id": 1927, + "id": 1318, "name": "orders", "variant": "declaration", "kind": 1024, @@ -33920,7 +34049,7 @@ } }, { - "id": 1924, + "id": 1315, "name": "limit", "variant": "declaration", "kind": 1024, @@ -33942,7 +34071,7 @@ } }, { - "id": 1925, + "id": 1316, "name": "offset", "variant": "declaration", "kind": 1024, @@ -33964,7 +34093,7 @@ } }, { - "id": 1926, + "id": 1317, "name": "count", "variant": "declaration", "kind": 1024, @@ -33990,11 +34119,11 @@ { "title": "Properties", "children": [ - 1928, - 1927, - 1924, - 1925, - 1926 + 1319, + 1318, + 1315, + 1316, + 1317 ] } ] @@ -34003,14 +34132,14 @@ { "type": "reflection", "declaration": { - "id": 1929, + "id": 1320, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1934, + "id": 1325, "name": "response", "variant": "declaration", "kind": 1024, @@ -34029,7 +34158,7 @@ } }, { - "id": 1933, + "id": 1324, "name": "orders", "variant": "declaration", "kind": 1024, @@ -34051,7 +34180,7 @@ } }, { - "id": 1930, + "id": 1321, "name": "limit", "variant": "declaration", "kind": 1024, @@ -34073,7 +34202,7 @@ } }, { - "id": 1931, + "id": 1322, "name": "offset", "variant": "declaration", "kind": 1024, @@ -34095,7 +34224,7 @@ } }, { - "id": 1932, + "id": 1323, "name": "count", "variant": "declaration", "kind": 1024, @@ -34121,11 +34250,11 @@ { "title": "Properties", "children": [ - 1934, - 1933, - 1930, - 1931, - 1932 + 1325, + 1324, + 1321, + 1322, + 1323 ] } ] @@ -34137,14 +34266,14 @@ ] }, { - "id": 1935, + "id": 1326, "name": "useAdminOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1936, + "id": 1327, "name": "useAdminOrder", "variant": "signature", "kind": 4096, @@ -34191,7 +34320,7 @@ }, "parameters": [ { - "id": 1937, + "id": 1328, "name": "id", "variant": "param", "kind": 32768, @@ -34210,7 +34339,7 @@ } }, { - "id": 1938, + "id": 1329, "name": "query", "variant": "param", "kind": 32768, @@ -34236,7 +34365,7 @@ } }, { - "id": 1939, + "id": 1330, "name": "options", "variant": "param", "kind": 32768, @@ -34245,10 +34374,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -34291,14 +34417,14 @@ { "type": "reflection", "declaration": { - "id": 1940, + "id": 1331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1941, + "id": 1332, "name": "expand", "variant": "declaration", "kind": 1024, @@ -34308,8 +34434,15 @@ "comment": { "summary": [ { - "kind": "text", - "text": "Comma-separated relations that should be expanded in the returned data." + "kind": "inline-tag", + "tag": "@inheritDoc", + "text": "RequestQueryFields.expand" + } + ], + "blockTags": [ + { + "tag": "@deprecated", + "content": [] } ] }, @@ -34319,7 +34452,7 @@ } }, { - "id": 1942, + "id": 1333, "name": "fields", "variant": "declaration", "kind": 1024, @@ -34329,8 +34462,9 @@ "comment": { "summary": [ { - "kind": "text", - "text": "Comma-separated fields that should be included in the returned data." + "kind": "inline-tag", + "tag": "@inheritDoc", + "text": "RequestQueryFields.fields" } ] }, @@ -34344,8 +34478,8 @@ { "title": "Properties", "children": [ - 1941, - 1942 + 1332, + 1333 ] } ] @@ -34366,14 +34500,14 @@ { "type": "reflection", "declaration": { - "id": 1943, + "id": 1334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1945, + "id": 1336, "name": "response", "variant": "declaration", "kind": 1024, @@ -34392,7 +34526,7 @@ } }, { - "id": 1944, + "id": 1335, "name": "order", "variant": "declaration", "kind": 1024, @@ -34415,8 +34549,8 @@ { "title": "Properties", "children": [ - 1945, - 1944 + 1336, + 1335 ] } ] @@ -34425,14 +34559,14 @@ { "type": "reflection", "declaration": { - "id": 1946, + "id": 1337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1948, + "id": 1339, "name": "response", "variant": "declaration", "kind": 1024, @@ -34451,7 +34585,7 @@ } }, { - "id": 1947, + "id": 1338, "name": "order", "variant": "declaration", "kind": 1024, @@ -34474,8 +34608,8 @@ { "title": "Properties", "children": [ - 1948, - 1947 + 1339, + 1338 ] } ] @@ -34484,14 +34618,14 @@ { "type": "reflection", "declaration": { - "id": 1949, + "id": 1340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1951, + "id": 1342, "name": "response", "variant": "declaration", "kind": 1024, @@ -34510,7 +34644,7 @@ } }, { - "id": 1950, + "id": 1341, "name": "order", "variant": "declaration", "kind": 1024, @@ -34533,8 +34667,8 @@ { "title": "Properties", "children": [ - 1951, - 1950 + 1342, + 1341 ] } ] @@ -34543,14 +34677,14 @@ { "type": "reflection", "declaration": { - "id": 1952, + "id": 1343, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1954, + "id": 1345, "name": "response", "variant": "declaration", "kind": 1024, @@ -34569,7 +34703,7 @@ } }, { - "id": 1953, + "id": 1344, "name": "order", "variant": "declaration", "kind": 1024, @@ -34592,8 +34726,8 @@ { "title": "Properties", "children": [ - 1954, - 1953 + 1345, + 1344 ] } ] @@ -34609,19 +34743,19 @@ { "title": "Functions", "children": [ - 1955, - 1959, - 1963, - 1967, - 1971, - 1975, - 1979, - 1983, - 1987, - 1991, - 1995, - 1905, - 1935 + 1346, + 1350, + 1354, + 1358, + 1362, + 1366, + 1370, + 1374, + 1378, + 1382, + 1386, + 1296, + 1326 ] } ], @@ -34629,24 +34763,24 @@ { "title": "Queries", "children": [ - 1905, - 1935 + 1296, + 1326 ] }, { "title": "Mutations", "children": [ - 1955, - 1959, - 1963, - 1967, - 1971, - 1975, - 1979, - 1983, - 1987, - 1991, - 1995 + 1346, + 1350, + 1354, + 1358, + 1362, + 1366, + 1370, + 1374, + 1378, + 1382, + 1386 ] } ] @@ -34667,7 +34801,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -34680,14 +34814,14 @@ }, "children": [ { - "id": 2016, + "id": 1407, "name": "useAdminDeletePaymentCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2017, + "id": 1408, "name": "useAdminDeletePaymentCollection", "variant": "signature", "kind": 4096, @@ -34738,7 +34872,7 @@ }, "parameters": [ { - "id": 2018, + "id": 1409, "name": "id", "variant": "param", "kind": 32768, @@ -34757,7 +34891,7 @@ } }, { - "id": 2019, + "id": 1410, "name": "options", "variant": "param", "kind": 32768, @@ -34866,14 +35000,14 @@ ] }, { - "id": 2020, + "id": 1411, "name": "useAdminUpdatePaymentCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2021, + "id": 1412, "name": "useAdminUpdatePaymentCollection", "variant": "signature", "kind": 4096, @@ -34908,7 +35042,7 @@ }, "parameters": [ { - "id": 2022, + "id": 1413, "name": "id", "variant": "param", "kind": 32768, @@ -34927,7 +35061,7 @@ } }, { - "id": 2023, + "id": 1414, "name": "options", "variant": "param", "kind": 32768, @@ -35046,14 +35180,14 @@ ] }, { - "id": 2024, + "id": 1415, "name": "useAdminMarkPaymentCollectionAsAuthorized", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2025, + "id": 1416, "name": "useAdminMarkPaymentCollectionAsAuthorized", "variant": "signature", "kind": 4096, @@ -35104,7 +35238,7 @@ }, "parameters": [ { - "id": 2026, + "id": 1417, "name": "id", "variant": "param", "kind": 32768, @@ -35123,7 +35257,7 @@ } }, { - "id": 2027, + "id": 1418, "name": "options", "variant": "param", "kind": 32768, @@ -35232,14 +35366,14 @@ ] }, { - "id": 2000, + "id": 1391, "name": "useAdminPaymentCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2001, + "id": 1392, "name": "useAdminPaymentCollection", "variant": "signature", "kind": 4096, @@ -35274,7 +35408,7 @@ }, "parameters": [ { - "id": 2002, + "id": 1393, "name": "id", "variant": "param", "kind": 32768, @@ -35293,7 +35427,7 @@ } }, { - "id": 2003, + "id": 1394, "name": "options", "variant": "param", "kind": 32768, @@ -35302,10 +35436,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -35365,14 +35496,14 @@ { "type": "reflection", "declaration": { - "id": 2004, + "id": 1395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2006, + "id": 1397, "name": "response", "variant": "declaration", "kind": 1024, @@ -35391,7 +35522,7 @@ } }, { - "id": 2005, + "id": 1396, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -35414,8 +35545,8 @@ { "title": "Properties", "children": [ - 2006, - 2005 + 1397, + 1396 ] } ] @@ -35424,14 +35555,14 @@ { "type": "reflection", "declaration": { - "id": 2007, + "id": 1398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2009, + "id": 1400, "name": "response", "variant": "declaration", "kind": 1024, @@ -35450,7 +35581,7 @@ } }, { - "id": 2008, + "id": 1399, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -35473,8 +35604,8 @@ { "title": "Properties", "children": [ - 2009, - 2008 + 1400, + 1399 ] } ] @@ -35483,14 +35614,14 @@ { "type": "reflection", "declaration": { - "id": 2010, + "id": 1401, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2012, + "id": 1403, "name": "response", "variant": "declaration", "kind": 1024, @@ -35509,7 +35640,7 @@ } }, { - "id": 2011, + "id": 1402, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -35532,8 +35663,8 @@ { "title": "Properties", "children": [ - 2012, - 2011 + 1403, + 1402 ] } ] @@ -35542,14 +35673,14 @@ { "type": "reflection", "declaration": { - "id": 2013, + "id": 1404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2015, + "id": 1406, "name": "response", "variant": "declaration", "kind": 1024, @@ -35568,7 +35699,7 @@ } }, { - "id": 2014, + "id": 1405, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -35591,8 +35722,8 @@ { "title": "Properties", "children": [ - 2015, - 2014 + 1406, + 1405 ] } ] @@ -35608,10 +35739,10 @@ { "title": "Functions", "children": [ - 2016, - 2020, - 2024, - 2000 + 1407, + 1411, + 1415, + 1391 ] } ], @@ -35619,15 +35750,15 @@ { "title": "Queries", "children": [ - 2000 + 1391 ] }, { "title": "Mutations", "children": [ - 2016, - 2020, - 2024 + 1407, + 1411, + 1415 ] } ] @@ -35648,7 +35779,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -35661,14 +35792,14 @@ }, "children": [ { - "id": 2045, + "id": 1436, "name": "useAdminPaymentsCapturePayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2046, + "id": 1437, "name": "useAdminPaymentsCapturePayment", "variant": "signature", "kind": 4096, @@ -35703,7 +35834,7 @@ }, "parameters": [ { - "id": 2047, + "id": 1438, "name": "id", "variant": "param", "kind": 32768, @@ -35722,7 +35853,7 @@ } }, { - "id": 2048, + "id": 1439, "name": "options", "variant": "param", "kind": 32768, @@ -35831,14 +35962,14 @@ ] }, { - "id": 2049, + "id": 1440, "name": "useAdminPaymentsRefundPayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2050, + "id": 1441, "name": "useAdminPaymentsRefundPayment", "variant": "signature", "kind": 4096, @@ -35873,7 +36004,7 @@ }, "parameters": [ { - "id": 2051, + "id": 1442, "name": "id", "variant": "param", "kind": 32768, @@ -35892,7 +36023,7 @@ } }, { - "id": 2052, + "id": 1443, "name": "options", "variant": "param", "kind": 32768, @@ -36011,14 +36142,14 @@ ] }, { - "id": 2029, + "id": 1420, "name": "useAdminPayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2030, + "id": 1421, "name": "useAdminPayment", "variant": "signature", "kind": 4096, @@ -36053,7 +36184,7 @@ }, "parameters": [ { - "id": 2031, + "id": 1422, "name": "id", "variant": "param", "kind": 32768, @@ -36072,7 +36203,7 @@ } }, { - "id": 2032, + "id": 1423, "name": "options", "variant": "param", "kind": 32768, @@ -36081,10 +36212,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -36144,14 +36272,14 @@ { "type": "reflection", "declaration": { - "id": 2033, + "id": 1424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2035, + "id": 1426, "name": "response", "variant": "declaration", "kind": 1024, @@ -36170,7 +36298,7 @@ } }, { - "id": 2034, + "id": 1425, "name": "payment", "variant": "declaration", "kind": 1024, @@ -36193,8 +36321,8 @@ { "title": "Properties", "children": [ - 2035, - 2034 + 1426, + 1425 ] } ] @@ -36203,14 +36331,14 @@ { "type": "reflection", "declaration": { - "id": 2036, + "id": 1427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2038, + "id": 1429, "name": "response", "variant": "declaration", "kind": 1024, @@ -36229,7 +36357,7 @@ } }, { - "id": 2037, + "id": 1428, "name": "payment", "variant": "declaration", "kind": 1024, @@ -36252,8 +36380,8 @@ { "title": "Properties", "children": [ - 2038, - 2037 + 1429, + 1428 ] } ] @@ -36262,14 +36390,14 @@ { "type": "reflection", "declaration": { - "id": 2039, + "id": 1430, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2041, + "id": 1432, "name": "response", "variant": "declaration", "kind": 1024, @@ -36288,7 +36416,7 @@ } }, { - "id": 2040, + "id": 1431, "name": "payment", "variant": "declaration", "kind": 1024, @@ -36311,8 +36439,8 @@ { "title": "Properties", "children": [ - 2041, - 2040 + 1432, + 1431 ] } ] @@ -36321,14 +36449,14 @@ { "type": "reflection", "declaration": { - "id": 2042, + "id": 1433, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2044, + "id": 1435, "name": "response", "variant": "declaration", "kind": 1024, @@ -36347,7 +36475,7 @@ } }, { - "id": 2043, + "id": 1434, "name": "payment", "variant": "declaration", "kind": 1024, @@ -36370,8 +36498,8 @@ { "title": "Properties", "children": [ - 2044, - 2043 + 1435, + 1434 ] } ] @@ -36387,9 +36515,9 @@ { "title": "Functions", "children": [ - 2045, - 2049, - 2029 + 1436, + 1440, + 1420 ] } ], @@ -36397,14 +36525,14 @@ { "title": "Queries", "children": [ - 2029 + 1420 ] }, { "title": "Mutations", "children": [ - 2045, - 2049 + 1436, + 1440 ] } ] @@ -36425,7 +36553,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -36438,14 +36566,14 @@ }, "children": [ { - "id": 2151, + "id": 1542, "name": "useAdminCreatePriceList", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2152, + "id": 1543, "name": "useAdminCreatePriceList", "variant": "signature", "kind": 4096, @@ -36480,7 +36608,7 @@ }, "parameters": [ { - "id": 2153, + "id": 1544, "name": "options", "variant": "param", "kind": 32768, @@ -36599,14 +36727,14 @@ ] }, { - "id": 2154, + "id": 1545, "name": "useAdminUpdatePriceList", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2155, + "id": 1546, "name": "useAdminUpdatePriceList", "variant": "signature", "kind": 4096, @@ -36641,7 +36769,7 @@ }, "parameters": [ { - "id": 2156, + "id": 1547, "name": "id", "variant": "param", "kind": 32768, @@ -36660,7 +36788,7 @@ } }, { - "id": 2157, + "id": 1548, "name": "options", "variant": "param", "kind": 32768, @@ -36779,14 +36907,14 @@ ] }, { - "id": 2158, + "id": 1549, "name": "useAdminDeletePriceList", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2159, + "id": 1550, "name": "useAdminDeletePriceList", "variant": "signature", "kind": 4096, @@ -36821,7 +36949,7 @@ }, "parameters": [ { - "id": 2160, + "id": 1551, "name": "id", "variant": "param", "kind": 32768, @@ -36840,7 +36968,7 @@ } }, { - "id": 2161, + "id": 1552, "name": "options", "variant": "param", "kind": 32768, @@ -36949,14 +37077,14 @@ ] }, { - "id": 2162, + "id": 1553, "name": "useAdminCreatePriceListPrices", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2163, + "id": 1554, "name": "useAdminCreatePriceListPrices", "variant": "signature", "kind": 4096, @@ -36991,7 +37119,7 @@ }, "parameters": [ { - "id": 2164, + "id": 1555, "name": "id", "variant": "param", "kind": 32768, @@ -37010,7 +37138,7 @@ } }, { - "id": 2165, + "id": 1556, "name": "options", "variant": "param", "kind": 32768, @@ -37129,14 +37257,14 @@ ] }, { - "id": 2166, + "id": 1557, "name": "useAdminDeletePriceListPrices", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2167, + "id": 1558, "name": "useAdminDeletePriceListPrices", "variant": "signature", "kind": 4096, @@ -37171,7 +37299,7 @@ }, "parameters": [ { - "id": 2168, + "id": 1559, "name": "id", "variant": "param", "kind": 32768, @@ -37190,7 +37318,7 @@ } }, { - "id": 2169, + "id": 1560, "name": "options", "variant": "param", "kind": 32768, @@ -37309,14 +37437,14 @@ ] }, { - "id": 2170, + "id": 1561, "name": "useAdminDeletePriceListProductsPrices", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2171, + "id": 1562, "name": "useAdminDeletePriceListProductsPrices", "variant": "signature", "kind": 4096, @@ -37351,7 +37479,7 @@ }, "parameters": [ { - "id": 2172, + "id": 1563, "name": "id", "variant": "param", "kind": 32768, @@ -37370,7 +37498,7 @@ } }, { - "id": 2173, + "id": 1564, "name": "options", "variant": "param", "kind": 32768, @@ -37489,14 +37617,14 @@ ] }, { - "id": 2174, + "id": 1565, "name": "useAdminDeletePriceListProductPrices", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2175, + "id": 1566, "name": "useAdminDeletePriceListProductPrices", "variant": "signature", "kind": 4096, @@ -37531,7 +37659,7 @@ }, "parameters": [ { - "id": 2176, + "id": 1567, "name": "id", "variant": "param", "kind": 32768, @@ -37550,7 +37678,7 @@ } }, { - "id": 2177, + "id": 1568, "name": "productId", "variant": "param", "kind": 32768, @@ -37569,7 +37697,7 @@ } }, { - "id": 2178, + "id": 1569, "name": "options", "variant": "param", "kind": 32768, @@ -37678,14 +37806,14 @@ ] }, { - "id": 2179, + "id": 1570, "name": "useAdminDeletePriceListVariantPrices", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2180, + "id": 1571, "name": "useAdminDeletePriceListVariantPrices", "variant": "signature", "kind": 4096, @@ -37720,7 +37848,7 @@ }, "parameters": [ { - "id": 2181, + "id": 1572, "name": "id", "variant": "param", "kind": 32768, @@ -37739,7 +37867,7 @@ } }, { - "id": 2182, + "id": 1573, "name": "variantId", "variant": "param", "kind": 32768, @@ -37758,7 +37886,7 @@ } }, { - "id": 2183, + "id": 1574, "name": "options", "variant": "param", "kind": 32768, @@ -37867,14 +37995,14 @@ ] }, { - "id": 2076, + "id": 1467, "name": "useAdminPriceLists", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2077, + "id": 1468, "name": "useAdminPriceLists", "variant": "signature", "kind": 4096, @@ -37977,7 +38105,7 @@ }, "parameters": [ { - "id": 2078, + "id": 1469, "name": "query", "variant": "param", "kind": 32768, @@ -38003,7 +38131,7 @@ } }, { - "id": 2079, + "id": 1470, "name": "options", "variant": "param", "kind": 32768, @@ -38012,10 +38140,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -38060,14 +38185,14 @@ { "type": "reflection", "declaration": { - "id": 2080, + "id": 1471, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2081, + "id": 1472, "name": "query", "variant": "declaration", "kind": 1024, @@ -38082,7 +38207,7 @@ { "title": "Properties", "children": [ - 2081 + 1472 ] } ] @@ -38102,14 +38227,14 @@ { "type": "reflection", "declaration": { - "id": 2082, + "id": 1473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2087, + "id": 1478, "name": "response", "variant": "declaration", "kind": 1024, @@ -38128,7 +38253,7 @@ } }, { - "id": 2086, + "id": 1477, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -38150,7 +38275,7 @@ } }, { - "id": 2083, + "id": 1474, "name": "limit", "variant": "declaration", "kind": 1024, @@ -38172,7 +38297,7 @@ } }, { - "id": 2084, + "id": 1475, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38194,7 +38319,7 @@ } }, { - "id": 2085, + "id": 1476, "name": "count", "variant": "declaration", "kind": 1024, @@ -38220,11 +38345,11 @@ { "title": "Properties", "children": [ - 2087, - 2086, - 2083, - 2084, - 2085 + 1478, + 1477, + 1474, + 1475, + 1476 ] } ] @@ -38233,14 +38358,14 @@ { "type": "reflection", "declaration": { - "id": 2088, + "id": 1479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2093, + "id": 1484, "name": "response", "variant": "declaration", "kind": 1024, @@ -38259,7 +38384,7 @@ } }, { - "id": 2092, + "id": 1483, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -38281,7 +38406,7 @@ } }, { - "id": 2089, + "id": 1480, "name": "limit", "variant": "declaration", "kind": 1024, @@ -38303,7 +38428,7 @@ } }, { - "id": 2090, + "id": 1481, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38325,7 +38450,7 @@ } }, { - "id": 2091, + "id": 1482, "name": "count", "variant": "declaration", "kind": 1024, @@ -38351,11 +38476,11 @@ { "title": "Properties", "children": [ - 2093, - 2092, - 2089, - 2090, - 2091 + 1484, + 1483, + 1480, + 1481, + 1482 ] } ] @@ -38364,14 +38489,14 @@ { "type": "reflection", "declaration": { - "id": 2094, + "id": 1485, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2099, + "id": 1490, "name": "response", "variant": "declaration", "kind": 1024, @@ -38390,7 +38515,7 @@ } }, { - "id": 2098, + "id": 1489, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -38412,7 +38537,7 @@ } }, { - "id": 2095, + "id": 1486, "name": "limit", "variant": "declaration", "kind": 1024, @@ -38434,7 +38559,7 @@ } }, { - "id": 2096, + "id": 1487, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38456,7 +38581,7 @@ } }, { - "id": 2097, + "id": 1488, "name": "count", "variant": "declaration", "kind": 1024, @@ -38482,11 +38607,11 @@ { "title": "Properties", "children": [ - 2099, - 2098, - 2095, - 2096, - 2097 + 1490, + 1489, + 1486, + 1487, + 1488 ] } ] @@ -38495,14 +38620,14 @@ { "type": "reflection", "declaration": { - "id": 2100, + "id": 1491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2105, + "id": 1496, "name": "response", "variant": "declaration", "kind": 1024, @@ -38521,7 +38646,7 @@ } }, { - "id": 2104, + "id": 1495, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -38543,7 +38668,7 @@ } }, { - "id": 2101, + "id": 1492, "name": "limit", "variant": "declaration", "kind": 1024, @@ -38565,7 +38690,7 @@ } }, { - "id": 2102, + "id": 1493, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38587,7 +38712,7 @@ } }, { - "id": 2103, + "id": 1494, "name": "count", "variant": "declaration", "kind": 1024, @@ -38613,11 +38738,11 @@ { "title": "Properties", "children": [ - 2105, - 2104, - 2101, - 2102, - 2103 + 1496, + 1495, + 1492, + 1493, + 1494 ] } ] @@ -38629,14 +38754,14 @@ ] }, { - "id": 2106, + "id": 1497, "name": "useAdminPriceListProducts", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2107, + "id": 1498, "name": "useAdminPriceListProducts", "variant": "signature", "kind": 4096, @@ -38739,7 +38864,7 @@ }, "parameters": [ { - "id": 2108, + "id": 1499, "name": "id", "variant": "param", "kind": 32768, @@ -38758,7 +38883,7 @@ } }, { - "id": 2109, + "id": 1500, "name": "query", "variant": "param", "kind": 32768, @@ -38784,7 +38909,7 @@ } }, { - "id": 2110, + "id": 1501, "name": "options", "variant": "param", "kind": 32768, @@ -38793,10 +38918,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -38868,14 +38990,14 @@ { "type": "reflection", "declaration": { - "id": 2111, + "id": 1502, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2116, + "id": 1507, "name": "response", "variant": "declaration", "kind": 1024, @@ -38894,7 +39016,7 @@ } }, { - "id": 2115, + "id": 1506, "name": "products", "variant": "declaration", "kind": 1024, @@ -38930,7 +39052,7 @@ } }, { - "id": 2112, + "id": 1503, "name": "limit", "variant": "declaration", "kind": 1024, @@ -38952,7 +39074,7 @@ } }, { - "id": 2113, + "id": 1504, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38974,7 +39096,7 @@ } }, { - "id": 2114, + "id": 1505, "name": "count", "variant": "declaration", "kind": 1024, @@ -39000,11 +39122,11 @@ { "title": "Properties", "children": [ - 2116, - 2115, - 2112, - 2113, - 2114 + 1507, + 1506, + 1503, + 1504, + 1505 ] } ] @@ -39013,14 +39135,14 @@ { "type": "reflection", "declaration": { - "id": 2117, + "id": 1508, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2122, + "id": 1513, "name": "response", "variant": "declaration", "kind": 1024, @@ -39039,7 +39161,7 @@ } }, { - "id": 2121, + "id": 1512, "name": "products", "variant": "declaration", "kind": 1024, @@ -39075,7 +39197,7 @@ } }, { - "id": 2118, + "id": 1509, "name": "limit", "variant": "declaration", "kind": 1024, @@ -39097,7 +39219,7 @@ } }, { - "id": 2119, + "id": 1510, "name": "offset", "variant": "declaration", "kind": 1024, @@ -39119,7 +39241,7 @@ } }, { - "id": 2120, + "id": 1511, "name": "count", "variant": "declaration", "kind": 1024, @@ -39145,11 +39267,11 @@ { "title": "Properties", "children": [ - 2122, - 2121, - 2118, - 2119, - 2120 + 1513, + 1512, + 1509, + 1510, + 1511 ] } ] @@ -39158,14 +39280,14 @@ { "type": "reflection", "declaration": { - "id": 2123, + "id": 1514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2128, + "id": 1519, "name": "response", "variant": "declaration", "kind": 1024, @@ -39184,7 +39306,7 @@ } }, { - "id": 2127, + "id": 1518, "name": "products", "variant": "declaration", "kind": 1024, @@ -39220,7 +39342,7 @@ } }, { - "id": 2124, + "id": 1515, "name": "limit", "variant": "declaration", "kind": 1024, @@ -39242,7 +39364,7 @@ } }, { - "id": 2125, + "id": 1516, "name": "offset", "variant": "declaration", "kind": 1024, @@ -39264,7 +39386,7 @@ } }, { - "id": 2126, + "id": 1517, "name": "count", "variant": "declaration", "kind": 1024, @@ -39290,11 +39412,11 @@ { "title": "Properties", "children": [ - 2128, - 2127, - 2124, - 2125, - 2126 + 1519, + 1518, + 1515, + 1516, + 1517 ] } ] @@ -39303,14 +39425,14 @@ { "type": "reflection", "declaration": { - "id": 2129, + "id": 1520, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2134, + "id": 1525, "name": "response", "variant": "declaration", "kind": 1024, @@ -39329,7 +39451,7 @@ } }, { - "id": 2133, + "id": 1524, "name": "products", "variant": "declaration", "kind": 1024, @@ -39365,7 +39487,7 @@ } }, { - "id": 2130, + "id": 1521, "name": "limit", "variant": "declaration", "kind": 1024, @@ -39387,7 +39509,7 @@ } }, { - "id": 2131, + "id": 1522, "name": "offset", "variant": "declaration", "kind": 1024, @@ -39409,7 +39531,7 @@ } }, { - "id": 2132, + "id": 1523, "name": "count", "variant": "declaration", "kind": 1024, @@ -39435,11 +39557,11 @@ { "title": "Properties", "children": [ - 2134, - 2133, - 2130, - 2131, - 2132 + 1525, + 1524, + 1521, + 1522, + 1523 ] } ] @@ -39451,14 +39573,14 @@ ] }, { - "id": 2135, + "id": 1526, "name": "useAdminPriceList", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2136, + "id": 1527, "name": "useAdminPriceList", "variant": "signature", "kind": 4096, @@ -39493,7 +39615,7 @@ }, "parameters": [ { - "id": 2137, + "id": 1528, "name": "id", "variant": "param", "kind": 32768, @@ -39512,7 +39634,7 @@ } }, { - "id": 2138, + "id": 1529, "name": "options", "variant": "param", "kind": 32768, @@ -39521,10 +39643,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -39584,14 +39703,14 @@ { "type": "reflection", "declaration": { - "id": 2139, + "id": 1530, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2141, + "id": 1532, "name": "response", "variant": "declaration", "kind": 1024, @@ -39610,7 +39729,7 @@ } }, { - "id": 2140, + "id": 1531, "name": "price_list", "variant": "declaration", "kind": 1024, @@ -39633,8 +39752,8 @@ { "title": "Properties", "children": [ - 2141, - 2140 + 1532, + 1531 ] } ] @@ -39643,14 +39762,14 @@ { "type": "reflection", "declaration": { - "id": 2142, + "id": 1533, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2144, + "id": 1535, "name": "response", "variant": "declaration", "kind": 1024, @@ -39669,7 +39788,7 @@ } }, { - "id": 2143, + "id": 1534, "name": "price_list", "variant": "declaration", "kind": 1024, @@ -39692,8 +39811,8 @@ { "title": "Properties", "children": [ - 2144, - 2143 + 1535, + 1534 ] } ] @@ -39702,14 +39821,14 @@ { "type": "reflection", "declaration": { - "id": 2145, + "id": 1536, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2147, + "id": 1538, "name": "response", "variant": "declaration", "kind": 1024, @@ -39728,7 +39847,7 @@ } }, { - "id": 2146, + "id": 1537, "name": "price_list", "variant": "declaration", "kind": 1024, @@ -39751,8 +39870,8 @@ { "title": "Properties", "children": [ - 2147, - 2146 + 1538, + 1537 ] } ] @@ -39761,14 +39880,14 @@ { "type": "reflection", "declaration": { - "id": 2148, + "id": 1539, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2150, + "id": 1541, "name": "response", "variant": "declaration", "kind": 1024, @@ -39787,7 +39906,7 @@ } }, { - "id": 2149, + "id": 1540, "name": "price_list", "variant": "declaration", "kind": 1024, @@ -39810,8 +39929,8 @@ { "title": "Properties", "children": [ - 2150, - 2149 + 1541, + 1540 ] } ] @@ -39827,17 +39946,17 @@ { "title": "Functions", "children": [ - 2151, - 2154, - 2158, - 2162, - 2166, - 2170, - 2174, - 2179, - 2076, - 2106, - 2135 + 1542, + 1545, + 1549, + 1553, + 1557, + 1561, + 1565, + 1570, + 1467, + 1497, + 1526 ] } ], @@ -39845,22 +39964,22 @@ { "title": "Queries", "children": [ - 2076, - 2106, - 2135 + 1467, + 1497, + 1526 ] }, { "title": "Mutations", "children": [ - 2151, - 2154, - 2158, - 2162, - 2166, - 2170, - 2174, - 2179 + 1542, + 1545, + 1549, + 1553, + 1557, + 1561, + 1565, + 1570 ] } ] @@ -39881,7 +40000,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -39905,14 +40024,14 @@ }, "children": [ { - "id": 2232, + "id": 1623, "name": "useAdminCreateProductCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2233, + "id": 1624, "name": "useAdminCreateProductCategory", "variant": "signature", "kind": 4096, @@ -39947,7 +40066,7 @@ }, "parameters": [ { - "id": 2234, + "id": 1625, "name": "options", "variant": "param", "kind": 32768, @@ -40066,14 +40185,14 @@ ] }, { - "id": 2235, + "id": 1626, "name": "useAdminUpdateProductCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2236, + "id": 1627, "name": "useAdminUpdateProductCategory", "variant": "signature", "kind": 4096, @@ -40108,7 +40227,7 @@ }, "parameters": [ { - "id": 2237, + "id": 1628, "name": "id", "variant": "param", "kind": 32768, @@ -40127,7 +40246,7 @@ } }, { - "id": 2238, + "id": 1629, "name": "options", "variant": "param", "kind": 32768, @@ -40246,14 +40365,14 @@ ] }, { - "id": 2239, + "id": 1630, "name": "useAdminDeleteProductCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2240, + "id": 1631, "name": "useAdminDeleteProductCategory", "variant": "signature", "kind": 4096, @@ -40288,7 +40407,7 @@ }, "parameters": [ { - "id": 2241, + "id": 1632, "name": "id", "variant": "param", "kind": 32768, @@ -40307,7 +40426,7 @@ } }, { - "id": 2242, + "id": 1633, "name": "options", "variant": "param", "kind": 32768, @@ -40416,14 +40535,14 @@ ] }, { - "id": 2243, + "id": 1634, "name": "useAdminAddProductsToCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2244, + "id": 1635, "name": "useAdminAddProductsToCategory", "variant": "signature", "kind": 4096, @@ -40458,7 +40577,7 @@ }, "parameters": [ { - "id": 2245, + "id": 1636, "name": "id", "variant": "param", "kind": 32768, @@ -40477,7 +40596,7 @@ } }, { - "id": 2246, + "id": 1637, "name": "options", "variant": "param", "kind": 32768, @@ -40596,14 +40715,14 @@ ] }, { - "id": 2247, + "id": 1638, "name": "useAdminDeleteProductsFromCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2248, + "id": 1639, "name": "useAdminDeleteProductsFromCategory", "variant": "signature", "kind": 4096, @@ -40638,7 +40757,7 @@ }, "parameters": [ { - "id": 2249, + "id": 1640, "name": "id", "variant": "param", "kind": 32768, @@ -40657,7 +40776,7 @@ } }, { - "id": 2250, + "id": 1641, "name": "options", "variant": "param", "kind": 32768, @@ -40776,14 +40895,14 @@ ] }, { - "id": 2185, + "id": 1576, "name": "useAdminProductCategories", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2186, + "id": 1577, "name": "useAdminProductCategories", "variant": "signature", "kind": 4096, @@ -40862,7 +40981,7 @@ }, "parameters": [ { - "id": 2187, + "id": 1578, "name": "query", "variant": "param", "kind": 32768, @@ -40888,7 +41007,7 @@ } }, { - "id": 2188, + "id": 1579, "name": "options", "variant": "param", "kind": 32768, @@ -40897,10 +41016,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -40945,14 +41061,14 @@ { "type": "reflection", "declaration": { - "id": 2189, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2190, + "id": 1581, "name": "query", "variant": "declaration", "kind": 1024, @@ -40967,7 +41083,7 @@ { "title": "Properties", "children": [ - 2190 + 1581 ] } ] @@ -40987,14 +41103,14 @@ { "type": "reflection", "declaration": { - "id": 2191, + "id": 1582, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2196, + "id": 1587, "name": "response", "variant": "declaration", "kind": 1024, @@ -41013,7 +41129,7 @@ } }, { - "id": 2195, + "id": 1586, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -41035,7 +41151,7 @@ } }, { - "id": 2192, + "id": 1583, "name": "limit", "variant": "declaration", "kind": 1024, @@ -41057,7 +41173,7 @@ } }, { - "id": 2193, + "id": 1584, "name": "offset", "variant": "declaration", "kind": 1024, @@ -41079,7 +41195,7 @@ } }, { - "id": 2194, + "id": 1585, "name": "count", "variant": "declaration", "kind": 1024, @@ -41105,11 +41221,11 @@ { "title": "Properties", "children": [ - 2196, - 2195, - 2192, - 2193, - 2194 + 1587, + 1586, + 1583, + 1584, + 1585 ] } ] @@ -41118,14 +41234,14 @@ { "type": "reflection", "declaration": { - "id": 2197, + "id": 1588, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2202, + "id": 1593, "name": "response", "variant": "declaration", "kind": 1024, @@ -41144,7 +41260,7 @@ } }, { - "id": 2201, + "id": 1592, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -41166,7 +41282,7 @@ } }, { - "id": 2198, + "id": 1589, "name": "limit", "variant": "declaration", "kind": 1024, @@ -41188,7 +41304,7 @@ } }, { - "id": 2199, + "id": 1590, "name": "offset", "variant": "declaration", "kind": 1024, @@ -41210,7 +41326,7 @@ } }, { - "id": 2200, + "id": 1591, "name": "count", "variant": "declaration", "kind": 1024, @@ -41236,11 +41352,11 @@ { "title": "Properties", "children": [ - 2202, - 2201, - 2198, - 2199, - 2200 + 1593, + 1592, + 1589, + 1590, + 1591 ] } ] @@ -41249,14 +41365,14 @@ { "type": "reflection", "declaration": { - "id": 2203, + "id": 1594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2208, + "id": 1599, "name": "response", "variant": "declaration", "kind": 1024, @@ -41275,7 +41391,7 @@ } }, { - "id": 2207, + "id": 1598, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -41297,7 +41413,7 @@ } }, { - "id": 2204, + "id": 1595, "name": "limit", "variant": "declaration", "kind": 1024, @@ -41319,7 +41435,7 @@ } }, { - "id": 2205, + "id": 1596, "name": "offset", "variant": "declaration", "kind": 1024, @@ -41341,7 +41457,7 @@ } }, { - "id": 2206, + "id": 1597, "name": "count", "variant": "declaration", "kind": 1024, @@ -41367,11 +41483,11 @@ { "title": "Properties", "children": [ - 2208, - 2207, - 2204, - 2205, - 2206 + 1599, + 1598, + 1595, + 1596, + 1597 ] } ] @@ -41380,14 +41496,14 @@ { "type": "reflection", "declaration": { - "id": 2209, + "id": 1600, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2214, + "id": 1605, "name": "response", "variant": "declaration", "kind": 1024, @@ -41406,7 +41522,7 @@ } }, { - "id": 2213, + "id": 1604, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -41428,7 +41544,7 @@ } }, { - "id": 2210, + "id": 1601, "name": "limit", "variant": "declaration", "kind": 1024, @@ -41450,7 +41566,7 @@ } }, { - "id": 2211, + "id": 1602, "name": "offset", "variant": "declaration", "kind": 1024, @@ -41472,7 +41588,7 @@ } }, { - "id": 2212, + "id": 1603, "name": "count", "variant": "declaration", "kind": 1024, @@ -41498,11 +41614,11 @@ { "title": "Properties", "children": [ - 2214, - 2213, - 2210, - 2211, - 2212 + 1605, + 1604, + 1601, + 1602, + 1603 ] } ] @@ -41514,14 +41630,14 @@ ] }, { - "id": 2215, + "id": 1606, "name": "useAdminProductCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2216, + "id": 1607, "name": "useAdminProductCategory", "variant": "signature", "kind": 4096, @@ -41568,7 +41684,7 @@ }, "parameters": [ { - "id": 2217, + "id": 1608, "name": "id", "variant": "param", "kind": 32768, @@ -41587,7 +41703,7 @@ } }, { - "id": 2218, + "id": 1609, "name": "query", "variant": "param", "kind": 32768, @@ -41613,7 +41729,7 @@ } }, { - "id": 2219, + "id": 1610, "name": "options", "variant": "param", "kind": 32768, @@ -41622,10 +41738,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -41685,14 +41798,14 @@ { "type": "reflection", "declaration": { - "id": 2220, + "id": 1611, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2222, + "id": 1613, "name": "response", "variant": "declaration", "kind": 1024, @@ -41711,7 +41824,7 @@ } }, { - "id": 2221, + "id": 1612, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -41734,8 +41847,8 @@ { "title": "Properties", "children": [ - 2222, - 2221 + 1613, + 1612 ] } ] @@ -41744,14 +41857,14 @@ { "type": "reflection", "declaration": { - "id": 2223, + "id": 1614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2225, + "id": 1616, "name": "response", "variant": "declaration", "kind": 1024, @@ -41770,7 +41883,7 @@ } }, { - "id": 2224, + "id": 1615, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -41793,8 +41906,8 @@ { "title": "Properties", "children": [ - 2225, - 2224 + 1616, + 1615 ] } ] @@ -41803,14 +41916,14 @@ { "type": "reflection", "declaration": { - "id": 2226, + "id": 1617, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2228, + "id": 1619, "name": "response", "variant": "declaration", "kind": 1024, @@ -41829,7 +41942,7 @@ } }, { - "id": 2227, + "id": 1618, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -41852,8 +41965,8 @@ { "title": "Properties", "children": [ - 2228, - 2227 + 1619, + 1618 ] } ] @@ -41862,14 +41975,14 @@ { "type": "reflection", "declaration": { - "id": 2229, + "id": 1620, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2231, + "id": 1622, "name": "response", "variant": "declaration", "kind": 1024, @@ -41888,7 +42001,7 @@ } }, { - "id": 2230, + "id": 1621, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -41911,8 +42024,8 @@ { "title": "Properties", "children": [ - 2231, - 2230 + 1622, + 1621 ] } ] @@ -41928,13 +42041,13 @@ { "title": "Functions", "children": [ - 2232, - 2235, - 2239, - 2243, - 2247, - 2185, - 2215 + 1623, + 1626, + 1630, + 1634, + 1638, + 1576, + 1606 ] } ], @@ -41942,18 +42055,18 @@ { "title": "Queries", "children": [ - 2185, - 2215 + 1576, + 1606 ] }, { "title": "Mutations", "children": [ - 2232, - 2235, - 2239, - 2243, - 2247 + 1623, + 1626, + 1630, + 1634, + 1638 ] } ] @@ -41974,7 +42087,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -41987,14 +42100,14 @@ }, "children": [ { - "id": 2252, + "id": 1643, "name": "useAdminProductTags", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2253, + "id": 1644, "name": "useAdminProductTags", "variant": "signature", "kind": 4096, @@ -42089,7 +42202,7 @@ }, "parameters": [ { - "id": 2254, + "id": 1645, "name": "query", "variant": "param", "kind": 32768, @@ -42115,7 +42228,7 @@ } }, { - "id": 2255, + "id": 1646, "name": "options", "variant": "param", "kind": 32768, @@ -42124,10 +42237,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -42172,14 +42282,14 @@ { "type": "reflection", "declaration": { - "id": 2256, + "id": 1647, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2257, + "id": 1648, "name": "query", "variant": "declaration", "kind": 1024, @@ -42194,7 +42304,7 @@ { "title": "Properties", "children": [ - 2257 + 1648 ] } ] @@ -42214,14 +42324,14 @@ { "type": "reflection", "declaration": { - "id": 2258, + "id": 1649, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2263, + "id": 1654, "name": "response", "variant": "declaration", "kind": 1024, @@ -42240,7 +42350,7 @@ } }, { - "id": 2262, + "id": 1653, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -42262,7 +42372,7 @@ } }, { - "id": 2259, + "id": 1650, "name": "limit", "variant": "declaration", "kind": 1024, @@ -42284,7 +42394,7 @@ } }, { - "id": 2260, + "id": 1651, "name": "offset", "variant": "declaration", "kind": 1024, @@ -42306,7 +42416,7 @@ } }, { - "id": 2261, + "id": 1652, "name": "count", "variant": "declaration", "kind": 1024, @@ -42332,11 +42442,11 @@ { "title": "Properties", "children": [ - 2263, - 2262, - 2259, - 2260, - 2261 + 1654, + 1653, + 1650, + 1651, + 1652 ] } ] @@ -42345,14 +42455,14 @@ { "type": "reflection", "declaration": { - "id": 2264, + "id": 1655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2269, + "id": 1660, "name": "response", "variant": "declaration", "kind": 1024, @@ -42371,7 +42481,7 @@ } }, { - "id": 2268, + "id": 1659, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -42393,7 +42503,7 @@ } }, { - "id": 2265, + "id": 1656, "name": "limit", "variant": "declaration", "kind": 1024, @@ -42415,7 +42525,7 @@ } }, { - "id": 2266, + "id": 1657, "name": "offset", "variant": "declaration", "kind": 1024, @@ -42437,7 +42547,7 @@ } }, { - "id": 2267, + "id": 1658, "name": "count", "variant": "declaration", "kind": 1024, @@ -42463,11 +42573,11 @@ { "title": "Properties", "children": [ - 2269, - 2268, - 2265, - 2266, - 2267 + 1660, + 1659, + 1656, + 1657, + 1658 ] } ] @@ -42476,14 +42586,14 @@ { "type": "reflection", "declaration": { - "id": 2270, + "id": 1661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2275, + "id": 1666, "name": "response", "variant": "declaration", "kind": 1024, @@ -42502,7 +42612,7 @@ } }, { - "id": 2274, + "id": 1665, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -42524,7 +42634,7 @@ } }, { - "id": 2271, + "id": 1662, "name": "limit", "variant": "declaration", "kind": 1024, @@ -42546,7 +42656,7 @@ } }, { - "id": 2272, + "id": 1663, "name": "offset", "variant": "declaration", "kind": 1024, @@ -42568,7 +42678,7 @@ } }, { - "id": 2273, + "id": 1664, "name": "count", "variant": "declaration", "kind": 1024, @@ -42594,11 +42704,11 @@ { "title": "Properties", "children": [ - 2275, - 2274, - 2271, - 2272, - 2273 + 1666, + 1665, + 1662, + 1663, + 1664 ] } ] @@ -42607,14 +42717,14 @@ { "type": "reflection", "declaration": { - "id": 2276, + "id": 1667, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2281, + "id": 1672, "name": "response", "variant": "declaration", "kind": 1024, @@ -42633,7 +42743,7 @@ } }, { - "id": 2280, + "id": 1671, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -42655,7 +42765,7 @@ } }, { - "id": 2277, + "id": 1668, "name": "limit", "variant": "declaration", "kind": 1024, @@ -42677,7 +42787,7 @@ } }, { - "id": 2278, + "id": 1669, "name": "offset", "variant": "declaration", "kind": 1024, @@ -42699,7 +42809,7 @@ } }, { - "id": 2279, + "id": 1670, "name": "count", "variant": "declaration", "kind": 1024, @@ -42725,11 +42835,11 @@ { "title": "Properties", "children": [ - 2281, - 2280, - 2277, - 2278, - 2279 + 1672, + 1671, + 1668, + 1669, + 1670 ] } ] @@ -42745,7 +42855,7 @@ { "title": "Functions", "children": [ - 2252 + 1643 ] } ], @@ -42753,7 +42863,7 @@ { "title": "Queries", "children": [ - 2252 + 1643 ] } ] @@ -42774,7 +42884,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -42787,14 +42897,14 @@ }, "children": [ { - "id": 2283, + "id": 1674, "name": "useAdminProductTypes", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2284, + "id": 1675, "name": "useAdminProductTypes", "variant": "signature", "kind": 4096, @@ -42889,7 +42999,7 @@ }, "parameters": [ { - "id": 2285, + "id": 1676, "name": "query", "variant": "param", "kind": 32768, @@ -42915,7 +43025,7 @@ } }, { - "id": 2286, + "id": 1677, "name": "options", "variant": "param", "kind": 32768, @@ -42924,10 +43034,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -42972,14 +43079,14 @@ { "type": "reflection", "declaration": { - "id": 2287, + "id": 1678, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2288, + "id": 1679, "name": "query", "variant": "declaration", "kind": 1024, @@ -42994,7 +43101,7 @@ { "title": "Properties", "children": [ - 2288 + 1679 ] } ] @@ -43014,14 +43121,14 @@ { "type": "reflection", "declaration": { - "id": 2289, + "id": 1680, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2294, + "id": 1685, "name": "response", "variant": "declaration", "kind": 1024, @@ -43040,7 +43147,7 @@ } }, { - "id": 2293, + "id": 1684, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -43062,7 +43169,7 @@ } }, { - "id": 2290, + "id": 1681, "name": "limit", "variant": "declaration", "kind": 1024, @@ -43084,7 +43191,7 @@ } }, { - "id": 2291, + "id": 1682, "name": "offset", "variant": "declaration", "kind": 1024, @@ -43106,7 +43213,7 @@ } }, { - "id": 2292, + "id": 1683, "name": "count", "variant": "declaration", "kind": 1024, @@ -43132,11 +43239,11 @@ { "title": "Properties", "children": [ - 2294, - 2293, - 2290, - 2291, - 2292 + 1685, + 1684, + 1681, + 1682, + 1683 ] } ] @@ -43145,14 +43252,14 @@ { "type": "reflection", "declaration": { - "id": 2295, + "id": 1686, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2300, + "id": 1691, "name": "response", "variant": "declaration", "kind": 1024, @@ -43171,7 +43278,7 @@ } }, { - "id": 2299, + "id": 1690, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -43193,7 +43300,7 @@ } }, { - "id": 2296, + "id": 1687, "name": "limit", "variant": "declaration", "kind": 1024, @@ -43215,7 +43322,7 @@ } }, { - "id": 2297, + "id": 1688, "name": "offset", "variant": "declaration", "kind": 1024, @@ -43237,7 +43344,7 @@ } }, { - "id": 2298, + "id": 1689, "name": "count", "variant": "declaration", "kind": 1024, @@ -43263,11 +43370,11 @@ { "title": "Properties", "children": [ - 2300, - 2299, - 2296, - 2297, - 2298 + 1691, + 1690, + 1687, + 1688, + 1689 ] } ] @@ -43276,14 +43383,14 @@ { "type": "reflection", "declaration": { - "id": 2301, + "id": 1692, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2306, + "id": 1697, "name": "response", "variant": "declaration", "kind": 1024, @@ -43302,7 +43409,7 @@ } }, { - "id": 2305, + "id": 1696, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -43324,7 +43431,7 @@ } }, { - "id": 2302, + "id": 1693, "name": "limit", "variant": "declaration", "kind": 1024, @@ -43346,7 +43453,7 @@ } }, { - "id": 2303, + "id": 1694, "name": "offset", "variant": "declaration", "kind": 1024, @@ -43368,7 +43475,7 @@ } }, { - "id": 2304, + "id": 1695, "name": "count", "variant": "declaration", "kind": 1024, @@ -43394,11 +43501,11 @@ { "title": "Properties", "children": [ - 2306, - 2305, - 2302, - 2303, - 2304 + 1697, + 1696, + 1693, + 1694, + 1695 ] } ] @@ -43407,14 +43514,14 @@ { "type": "reflection", "declaration": { - "id": 2307, + "id": 1698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2312, + "id": 1703, "name": "response", "variant": "declaration", "kind": 1024, @@ -43433,7 +43540,7 @@ } }, { - "id": 2311, + "id": 1702, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -43455,7 +43562,7 @@ } }, { - "id": 2308, + "id": 1699, "name": "limit", "variant": "declaration", "kind": 1024, @@ -43477,7 +43584,7 @@ } }, { - "id": 2309, + "id": 1700, "name": "offset", "variant": "declaration", "kind": 1024, @@ -43499,7 +43606,7 @@ } }, { - "id": 2310, + "id": 1701, "name": "count", "variant": "declaration", "kind": 1024, @@ -43525,11 +43632,11 @@ { "title": "Properties", "children": [ - 2312, - 2311, - 2308, - 2309, - 2310 + 1703, + 1702, + 1699, + 1700, + 1701 ] } ] @@ -43545,7 +43652,7 @@ { "title": "Functions", "children": [ - 2283 + 1674 ] } ], @@ -43553,7 +43660,7 @@ { "title": "Queries", "children": [ - 2283 + 1674 ] } ] @@ -43574,7 +43681,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -43587,14 +43694,14 @@ }, "children": [ { - "id": 2384, + "id": 1826, "name": "useAdminCreateProduct", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2385, + "id": 1827, "name": "useAdminCreateProduct", "variant": "signature", "kind": 4096, @@ -43645,7 +43752,7 @@ }, "parameters": [ { - "id": 2386, + "id": 1828, "name": "options", "variant": "param", "kind": 32768, @@ -43764,14 +43871,14 @@ ] }, { - "id": 2387, + "id": 1829, "name": "useAdminUpdateProduct", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2388, + "id": 1830, "name": "useAdminUpdateProduct", "variant": "signature", "kind": 4096, @@ -43806,7 +43913,7 @@ }, "parameters": [ { - "id": 2389, + "id": 1831, "name": "id", "variant": "param", "kind": 32768, @@ -43825,7 +43932,7 @@ } }, { - "id": 2390, + "id": 1832, "name": "options", "variant": "param", "kind": 32768, @@ -43944,14 +44051,14 @@ ] }, { - "id": 2391, + "id": 1833, "name": "useAdminDeleteProduct", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2392, + "id": 1834, "name": "useAdminDeleteProduct", "variant": "signature", "kind": 4096, @@ -43986,7 +44093,7 @@ }, "parameters": [ { - "id": 2393, + "id": 1835, "name": "id", "variant": "param", "kind": 32768, @@ -44005,7 +44112,7 @@ } }, { - "id": 2394, + "id": 1836, "name": "options", "variant": "param", "kind": 32768, @@ -44114,14 +44221,14 @@ ] }, { - "id": 2395, + "id": 1837, "name": "useAdminCreateVariant", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2396, + "id": 1838, "name": "useAdminCreateVariant", "variant": "signature", "kind": 4096, @@ -44156,7 +44263,7 @@ }, "parameters": [ { - "id": 2397, + "id": 1839, "name": "productId", "variant": "param", "kind": 32768, @@ -44175,7 +44282,7 @@ } }, { - "id": 2398, + "id": 1840, "name": "options", "variant": "param", "kind": 32768, @@ -44294,14 +44401,14 @@ ] }, { - "id": 2402, + "id": 1844, "name": "useAdminUpdateVariant", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2403, + "id": 1845, "name": "useAdminUpdateVariant", "variant": "signature", "kind": 4096, @@ -44336,7 +44443,7 @@ }, "parameters": [ { - "id": 2404, + "id": 1846, "name": "productId", "variant": "param", "kind": 32768, @@ -44355,7 +44462,7 @@ } }, { - "id": 2405, + "id": 1847, "name": "options", "variant": "param", "kind": 32768, @@ -44400,7 +44507,7 @@ }, { "type": "reference", - "target": 2399, + "target": 1841, "name": "AdminUpdateVariantReq", "package": "medusa-react" }, @@ -44452,7 +44559,7 @@ }, { "type": "reference", - "target": 2399, + "target": 1841, "name": "AdminUpdateVariantReq", "package": "medusa-react" }, @@ -44468,14 +44575,14 @@ ] }, { - "id": 2406, + "id": 1848, "name": "useAdminDeleteVariant", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2407, + "id": 1849, "name": "useAdminDeleteVariant", "variant": "signature", "kind": 4096, @@ -44519,7 +44626,7 @@ }, "parameters": [ { - "id": 2408, + "id": 1850, "name": "productId", "variant": "param", "kind": 32768, @@ -44538,7 +44645,7 @@ } }, { - "id": 2409, + "id": 1851, "name": "options", "variant": "param", "kind": 32768, @@ -44647,14 +44754,14 @@ ] }, { - "id": 2410, + "id": 1852, "name": "useAdminCreateProductOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2411, + "id": 1853, "name": "useAdminCreateProductOption", "variant": "signature", "kind": 4096, @@ -44689,7 +44796,7 @@ }, "parameters": [ { - "id": 2412, + "id": 1854, "name": "productId", "variant": "param", "kind": 32768, @@ -44708,7 +44815,7 @@ } }, { - "id": 2413, + "id": 1855, "name": "options", "variant": "param", "kind": 32768, @@ -44827,14 +44934,14 @@ ] }, { - "id": 2417, + "id": 1859, "name": "useAdminUpdateProductOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2418, + "id": 1860, "name": "useAdminUpdateProductOption", "variant": "signature", "kind": 4096, @@ -44869,7 +44976,7 @@ }, "parameters": [ { - "id": 2419, + "id": 1861, "name": "productId", "variant": "param", "kind": 32768, @@ -44888,7 +44995,7 @@ } }, { - "id": 2420, + "id": 1862, "name": "options", "variant": "param", "kind": 32768, @@ -44933,7 +45040,7 @@ }, { "type": "reference", - "target": 2414, + "target": 1856, "name": "AdminUpdateProductOptionReq", "package": "medusa-react" }, @@ -44985,7 +45092,7 @@ }, { "type": "reference", - "target": 2414, + "target": 1856, "name": "AdminUpdateProductOptionReq", "package": "medusa-react" }, @@ -45001,14 +45108,14 @@ ] }, { - "id": 2421, + "id": 1863, "name": "useAdminDeleteProductOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2422, + "id": 1864, "name": "useAdminDeleteProductOption", "variant": "signature", "kind": 4096, @@ -45052,7 +45159,7 @@ }, "parameters": [ { - "id": 2423, + "id": 1865, "name": "productId", "variant": "param", "kind": 32768, @@ -45071,7 +45178,7 @@ } }, { - "id": 2424, + "id": 1866, "name": "options", "variant": "param", "kind": 32768, @@ -45180,14 +45287,14 @@ ] }, { - "id": 2314, + "id": 1727, "name": "useAdminProducts", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2315, + "id": 1728, "name": "useAdminProducts", "variant": "signature", "kind": 4096, @@ -45212,7 +45319,7 @@ }, { "kind": "text", - "text": " passed in \nthe " + "text": " passed in\nthe " }, { "kind": "code", @@ -45273,7 +45380,7 @@ }, { "kind": "code", - "text": "```tsx\nimport React from \"react\"\nimport { useAdminProducts } from \"medusa-react\"\n\nconst Products = () => {\n const { \n products, \n limit,\n offset,\n isLoading\n } = useAdminProducts({\n expand: \"images\",\n limit: 20,\n offset: 0\n })\n\n return (\n
\n {isLoading && Loading...}\n {products && !products.length && No Products}\n {products && products.length > 0 && (\n \n )}\n
\n )\n}\n\nexport default Products\n```" + "text": "```tsx\nimport React from \"react\"\nimport { useAdminProducts } from \"medusa-react\"\n\nconst Products = () => {\n const {\n products,\n limit,\n offset,\n isLoading\n } = useAdminProducts({\n expand: \"images\",\n limit: 20,\n offset: 0\n })\n\n return (\n
\n {isLoading && Loading...}\n {products && !products.length && No Products}\n {products && products.length > 0 && (\n \n )}\n
\n )\n}\n\nexport default Products\n```" } ] }, @@ -45290,7 +45397,7 @@ }, "parameters": [ { - "id": 2316, + "id": 1729, "name": "query", "variant": "param", "kind": 32768, @@ -45316,7 +45423,7 @@ } }, { - "id": 2317, + "id": 1730, "name": "options", "variant": "param", "kind": 32768, @@ -45325,10 +45432,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -45373,14 +45477,14 @@ { "type": "reflection", "declaration": { - "id": 2318, + "id": 1731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2319, + "id": 1732, "name": "query", "variant": "declaration", "kind": 1024, @@ -45395,7 +45499,7 @@ { "title": "Properties", "children": [ - 2319 + 1732 ] } ] @@ -45415,14 +45519,14 @@ { "type": "reflection", "declaration": { - "id": 2320, + "id": 1733, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2325, + "id": 1738, "name": "response", "variant": "declaration", "kind": 1024, @@ -45441,7 +45545,7 @@ } }, { - "id": 2324, + "id": 1737, "name": "products", "variant": "declaration", "kind": 1024, @@ -45477,7 +45581,7 @@ } }, { - "id": 2321, + "id": 1734, "name": "limit", "variant": "declaration", "kind": 1024, @@ -45499,7 +45603,7 @@ } }, { - "id": 2322, + "id": 1735, "name": "offset", "variant": "declaration", "kind": 1024, @@ -45521,7 +45625,7 @@ } }, { - "id": 2323, + "id": 1736, "name": "count", "variant": "declaration", "kind": 1024, @@ -45547,11 +45651,11 @@ { "title": "Properties", "children": [ - 2325, - 2324, - 2321, - 2322, - 2323 + 1738, + 1737, + 1734, + 1735, + 1736 ] } ] @@ -45560,14 +45664,14 @@ { "type": "reflection", "declaration": { - "id": 2326, + "id": 1739, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2331, + "id": 1744, "name": "response", "variant": "declaration", "kind": 1024, @@ -45586,7 +45690,7 @@ } }, { - "id": 2330, + "id": 1743, "name": "products", "variant": "declaration", "kind": 1024, @@ -45622,7 +45726,7 @@ } }, { - "id": 2327, + "id": 1740, "name": "limit", "variant": "declaration", "kind": 1024, @@ -45644,7 +45748,7 @@ } }, { - "id": 2328, + "id": 1741, "name": "offset", "variant": "declaration", "kind": 1024, @@ -45666,7 +45770,7 @@ } }, { - "id": 2329, + "id": 1742, "name": "count", "variant": "declaration", "kind": 1024, @@ -45692,11 +45796,11 @@ { "title": "Properties", "children": [ - 2331, - 2330, - 2327, - 2328, - 2329 + 1744, + 1743, + 1740, + 1741, + 1742 ] } ] @@ -45705,14 +45809,14 @@ { "type": "reflection", "declaration": { - "id": 2332, + "id": 1745, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2337, + "id": 1750, "name": "response", "variant": "declaration", "kind": 1024, @@ -45731,7 +45835,7 @@ } }, { - "id": 2336, + "id": 1749, "name": "products", "variant": "declaration", "kind": 1024, @@ -45767,7 +45871,7 @@ } }, { - "id": 2333, + "id": 1746, "name": "limit", "variant": "declaration", "kind": 1024, @@ -45789,7 +45893,7 @@ } }, { - "id": 2334, + "id": 1747, "name": "offset", "variant": "declaration", "kind": 1024, @@ -45811,7 +45915,7 @@ } }, { - "id": 2335, + "id": 1748, "name": "count", "variant": "declaration", "kind": 1024, @@ -45837,11 +45941,11 @@ { "title": "Properties", "children": [ - 2337, - 2336, - 2333, - 2334, - 2335 + 1750, + 1749, + 1746, + 1747, + 1748 ] } ] @@ -45850,14 +45954,14 @@ { "type": "reflection", "declaration": { - "id": 2338, + "id": 1751, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2343, + "id": 1756, "name": "response", "variant": "declaration", "kind": 1024, @@ -45876,7 +45980,7 @@ } }, { - "id": 2342, + "id": 1755, "name": "products", "variant": "declaration", "kind": 1024, @@ -45912,7 +46016,7 @@ } }, { - "id": 2339, + "id": 1752, "name": "limit", "variant": "declaration", "kind": 1024, @@ -45934,7 +46038,7 @@ } }, { - "id": 2340, + "id": 1753, "name": "offset", "variant": "declaration", "kind": 1024, @@ -45956,7 +46060,7 @@ } }, { - "id": 2341, + "id": 1754, "name": "count", "variant": "declaration", "kind": 1024, @@ -45982,11 +46086,11 @@ { "title": "Properties", "children": [ - 2343, - 2342, - 2339, - 2340, - 2341 + 1756, + 1755, + 1752, + 1753, + 1754 ] } ] @@ -45998,14 +46102,14 @@ ] }, { - "id": 2344, + "id": 1757, "name": "useAdminProduct", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2345, + "id": 1758, "name": "useAdminProduct", "variant": "signature", "kind": 4096, @@ -46023,7 +46127,7 @@ "content": [ { "kind": "code", - "text": "```ts\nimport React from \"react\"\nimport { useAdminProduct } from \"medusa-react\"\n\ntype Props = {\n productId: string\n}\n\nconst Product = ({ productId }: Props) => {\n const { \n product, \n isLoading, \n } = useAdminProduct(productId)\n\n return (\n
\n {isLoading && Loading...}\n {product && {product.title}}\n \n
\n )\n}\n\nexport default Product\n```" + "text": "```ts\nimport React from \"react\"\nimport { useAdminProduct } from \"medusa-react\"\n\ntype Props = {\n productId: string\n}\n\nconst Product = ({ productId }: Props) => {\n const {\n product,\n isLoading,\n } = useAdminProduct(productId)\n\n return (\n
\n {isLoading && Loading...}\n {product && {product.title}}\n\n
\n )\n}\n\nexport default Product\n```" } ] }, @@ -46040,7 +46144,7 @@ }, "parameters": [ { - "id": 2346, + "id": 1759, "name": "id", "variant": "param", "kind": 32768, @@ -46059,7 +46163,7 @@ } }, { - "id": 2347, + "id": 1760, "name": "query", "variant": "param", "kind": 32768, @@ -46085,7 +46189,7 @@ } }, { - "id": 2348, + "id": 1761, "name": "options", "variant": "param", "kind": 32768, @@ -46094,10 +46198,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -46157,14 +46258,14 @@ { "type": "reflection", "declaration": { - "id": 2349, + "id": 1762, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2351, + "id": 1764, "name": "response", "variant": "declaration", "kind": 1024, @@ -46183,7 +46284,7 @@ } }, { - "id": 2350, + "id": 1763, "name": "product", "variant": "declaration", "kind": 1024, @@ -46206,8 +46307,8 @@ { "title": "Properties", "children": [ - 2351, - 2350 + 1764, + 1763 ] } ] @@ -46216,14 +46317,14 @@ { "type": "reflection", "declaration": { - "id": 2352, + "id": 1765, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2354, + "id": 1767, "name": "response", "variant": "declaration", "kind": 1024, @@ -46242,7 +46343,7 @@ } }, { - "id": 2353, + "id": 1766, "name": "product", "variant": "declaration", "kind": 1024, @@ -46265,8 +46366,8 @@ { "title": "Properties", "children": [ - 2354, - 2353 + 1767, + 1766 ] } ] @@ -46275,14 +46376,14 @@ { "type": "reflection", "declaration": { - "id": 2355, + "id": 1768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2357, + "id": 1770, "name": "response", "variant": "declaration", "kind": 1024, @@ -46301,7 +46402,7 @@ } }, { - "id": 2356, + "id": 1769, "name": "product", "variant": "declaration", "kind": 1024, @@ -46324,8 +46425,8 @@ { "title": "Properties", "children": [ - 2357, - 2356 + 1770, + 1769 ] } ] @@ -46334,14 +46435,14 @@ { "type": "reflection", "declaration": { - "id": 2358, + "id": 1771, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2360, + "id": 1773, "name": "response", "variant": "declaration", "kind": 1024, @@ -46360,7 +46461,7 @@ } }, { - "id": 2359, + "id": 1772, "name": "product", "variant": "declaration", "kind": 1024, @@ -46383,8 +46484,8 @@ { "title": "Properties", "children": [ - 2360, - 2359 + 1773, + 1772 ] } ] @@ -46396,14 +46497,14 @@ ] }, { - "id": 2361, + "id": 1803, "name": "useAdminProductTagUsage", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2362, + "id": 1804, "name": "useAdminProductTagUsage", "variant": "signature", "kind": 4096, @@ -46438,7 +46539,7 @@ }, "parameters": [ { - "id": 2363, + "id": 1805, "name": "options", "variant": "param", "kind": 32768, @@ -46447,10 +46548,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -46510,14 +46608,14 @@ { "type": "reflection", "declaration": { - "id": 2364, + "id": 1806, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2368, + "id": 1810, "name": "response", "variant": "declaration", "kind": 1024, @@ -46536,7 +46634,7 @@ } }, { - "id": 2365, + "id": 1807, "name": "tags", "variant": "declaration", "kind": 1024, @@ -46585,14 +46683,14 @@ { "type": "reflection", "declaration": { - "id": 2366, + "id": 1808, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2367, + "id": 1809, "name": "usage_count", "variant": "declaration", "kind": 1024, @@ -46607,7 +46705,7 @@ { "title": "Properties", "children": [ - 2367 + 1809 ] } ] @@ -46622,8 +46720,8 @@ { "title": "Properties", "children": [ - 2368, - 2365 + 1810, + 1807 ] } ] @@ -46632,14 +46730,14 @@ { "type": "reflection", "declaration": { - "id": 2369, + "id": 1811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2373, + "id": 1815, "name": "response", "variant": "declaration", "kind": 1024, @@ -46658,7 +46756,7 @@ } }, { - "id": 2370, + "id": 1812, "name": "tags", "variant": "declaration", "kind": 1024, @@ -46707,14 +46805,14 @@ { "type": "reflection", "declaration": { - "id": 2371, + "id": 1813, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2372, + "id": 1814, "name": "usage_count", "variant": "declaration", "kind": 1024, @@ -46729,7 +46827,7 @@ { "title": "Properties", "children": [ - 2372 + 1814 ] } ] @@ -46744,8 +46842,8 @@ { "title": "Properties", "children": [ - 2373, - 2370 + 1815, + 1812 ] } ] @@ -46754,14 +46852,14 @@ { "type": "reflection", "declaration": { - "id": 2374, + "id": 1816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2378, + "id": 1820, "name": "response", "variant": "declaration", "kind": 1024, @@ -46780,7 +46878,7 @@ } }, { - "id": 2375, + "id": 1817, "name": "tags", "variant": "declaration", "kind": 1024, @@ -46829,14 +46927,14 @@ { "type": "reflection", "declaration": { - "id": 2376, + "id": 1818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2377, + "id": 1819, "name": "usage_count", "variant": "declaration", "kind": 1024, @@ -46851,7 +46949,7 @@ { "title": "Properties", "children": [ - 2377 + 1819 ] } ] @@ -46866,8 +46964,8 @@ { "title": "Properties", "children": [ - 2378, - 2375 + 1820, + 1817 ] } ] @@ -46876,14 +46974,14 @@ { "type": "reflection", "declaration": { - "id": 2379, + "id": 1821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2383, + "id": 1825, "name": "response", "variant": "declaration", "kind": 1024, @@ -46902,7 +47000,7 @@ } }, { - "id": 2380, + "id": 1822, "name": "tags", "variant": "declaration", "kind": 1024, @@ -46951,14 +47049,14 @@ { "type": "reflection", "declaration": { - "id": 2381, + "id": 1823, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2382, + "id": 1824, "name": "usage_count", "variant": "declaration", "kind": 1024, @@ -46973,7 +47071,7 @@ { "title": "Properties", "children": [ - 2382 + 1824 ] } ] @@ -46988,8 +47086,8 @@ { "title": "Properties", "children": [ - 2383, - 2380 + 1825, + 1822 ] } ] @@ -47005,18 +47103,18 @@ { "title": "Functions", "children": [ - 2384, - 2387, - 2391, - 2395, - 2402, - 2406, - 2410, - 2417, - 2421, - 2314, - 2344, - 2361 + 1826, + 1829, + 1833, + 1837, + 1844, + 1848, + 1852, + 1859, + 1863, + 1727, + 1757, + 1803 ] } ], @@ -47024,23 +47122,23 @@ { "title": "Queries", "children": [ - 2314, - 2344, - 2361 + 1727, + 1757, + 1803 ] }, { "title": "Mutations", "children": [ - 2384, - 2387, - 2391, - 2395, - 2402, - 2406, - 2410, - 2417, - 2421 + 1826, + 1829, + 1833, + 1837, + 1844, + 1848, + 1852, + 1859, + 1863 ] } ] @@ -47061,7 +47159,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -47074,14 +47172,14 @@ }, "children": [ { - "id": 2511, + "id": 1953, "name": "useAdminCreatePublishableApiKey", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2512, + "id": 1954, "name": "useAdminCreatePublishableApiKey", "variant": "signature", "kind": 4096, @@ -47116,7 +47214,7 @@ }, "parameters": [ { - "id": 2513, + "id": 1955, "name": "options", "variant": "param", "kind": 32768, @@ -47235,14 +47333,14 @@ ] }, { - "id": 2514, + "id": 1956, "name": "useAdminUpdatePublishableApiKey", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2515, + "id": 1957, "name": "useAdminUpdatePublishableApiKey", "variant": "signature", "kind": 4096, @@ -47277,7 +47375,7 @@ }, "parameters": [ { - "id": 2516, + "id": 1958, "name": "id", "variant": "param", "kind": 32768, @@ -47296,7 +47394,7 @@ } }, { - "id": 2517, + "id": 1959, "name": "options", "variant": "param", "kind": 32768, @@ -47415,14 +47513,14 @@ ] }, { - "id": 2518, + "id": 1960, "name": "useAdminDeletePublishableApiKey", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2519, + "id": 1961, "name": "useAdminDeletePublishableApiKey", "variant": "signature", "kind": 4096, @@ -47457,7 +47555,7 @@ }, "parameters": [ { - "id": 2520, + "id": 1962, "name": "id", "variant": "param", "kind": 32768, @@ -47476,7 +47574,7 @@ } }, { - "id": 2521, + "id": 1963, "name": "options", "variant": "param", "kind": 32768, @@ -47585,14 +47683,14 @@ ] }, { - "id": 2522, + "id": 1964, "name": "useAdminRevokePublishableApiKey", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2523, + "id": 1965, "name": "useAdminRevokePublishableApiKey", "variant": "signature", "kind": 4096, @@ -47627,7 +47725,7 @@ }, "parameters": [ { - "id": 2524, + "id": 1966, "name": "id", "variant": "param", "kind": 32768, @@ -47646,7 +47744,7 @@ } }, { - "id": 2525, + "id": 1967, "name": "options", "variant": "param", "kind": 32768, @@ -47755,14 +47853,14 @@ ] }, { - "id": 2526, + "id": 1968, "name": "useAdminAddPublishableKeySalesChannelsBatch", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2527, + "id": 1969, "name": "useAdminAddPublishableKeySalesChannelsBatch", "variant": "signature", "kind": 4096, @@ -47797,7 +47895,7 @@ }, "parameters": [ { - "id": 2528, + "id": 1970, "name": "id", "variant": "param", "kind": 32768, @@ -47816,7 +47914,7 @@ } }, { - "id": 2529, + "id": 1971, "name": "options", "variant": "param", "kind": 32768, @@ -47935,14 +48033,14 @@ ] }, { - "id": 2530, + "id": 1972, "name": "useAdminRemovePublishableKeySalesChannelsBatch", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2531, + "id": 1973, "name": "useAdminRemovePublishableKeySalesChannelsBatch", "variant": "signature", "kind": 4096, @@ -47977,7 +48075,7 @@ }, "parameters": [ { - "id": 2532, + "id": 1974, "name": "id", "variant": "param", "kind": 32768, @@ -47996,7 +48094,7 @@ } }, { - "id": 2533, + "id": 1975, "name": "options", "variant": "param", "kind": 32768, @@ -48115,14 +48213,14 @@ ] }, { - "id": 2448, + "id": 1890, "name": "useAdminPublishableApiKey", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2449, + "id": 1891, "name": "useAdminPublishableApiKey", "variant": "signature", "kind": 4096, @@ -48157,7 +48255,7 @@ }, "parameters": [ { - "id": 2450, + "id": 1892, "name": "id", "variant": "param", "kind": 32768, @@ -48176,7 +48274,7 @@ } }, { - "id": 2451, + "id": 1893, "name": "options", "variant": "param", "kind": 32768, @@ -48185,10 +48283,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -48248,14 +48343,14 @@ { "type": "reflection", "declaration": { - "id": 2452, + "id": 1894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2454, + "id": 1896, "name": "response", "variant": "declaration", "kind": 1024, @@ -48274,7 +48369,7 @@ } }, { - "id": 2453, + "id": 1895, "name": "publishable_api_key", "variant": "declaration", "kind": 1024, @@ -48297,8 +48392,8 @@ { "title": "Properties", "children": [ - 2454, - 2453 + 1896, + 1895 ] } ] @@ -48307,14 +48402,14 @@ { "type": "reflection", "declaration": { - "id": 2455, + "id": 1897, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2457, + "id": 1899, "name": "response", "variant": "declaration", "kind": 1024, @@ -48333,7 +48428,7 @@ } }, { - "id": 2456, + "id": 1898, "name": "publishable_api_key", "variant": "declaration", "kind": 1024, @@ -48356,8 +48451,8 @@ { "title": "Properties", "children": [ - 2457, - 2456 + 1899, + 1898 ] } ] @@ -48366,14 +48461,14 @@ { "type": "reflection", "declaration": { - "id": 2458, + "id": 1900, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2460, + "id": 1902, "name": "response", "variant": "declaration", "kind": 1024, @@ -48392,7 +48487,7 @@ } }, { - "id": 2459, + "id": 1901, "name": "publishable_api_key", "variant": "declaration", "kind": 1024, @@ -48415,8 +48510,8 @@ { "title": "Properties", "children": [ - 2460, - 2459 + 1902, + 1901 ] } ] @@ -48425,14 +48520,14 @@ { "type": "reflection", "declaration": { - "id": 2461, + "id": 1903, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2463, + "id": 1905, "name": "response", "variant": "declaration", "kind": 1024, @@ -48451,7 +48546,7 @@ } }, { - "id": 2462, + "id": 1904, "name": "publishable_api_key", "variant": "declaration", "kind": 1024, @@ -48474,8 +48569,8 @@ { "title": "Properties", "children": [ - 2463, - 2462 + 1905, + 1904 ] } ] @@ -48487,14 +48582,14 @@ ] }, { - "id": 2464, + "id": 1906, "name": "useAdminPublishableApiKeys", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2465, + "id": 1907, "name": "useAdminPublishableApiKeys", "variant": "signature", "kind": 4096, @@ -48581,7 +48676,7 @@ }, "parameters": [ { - "id": 2466, + "id": 1908, "name": "query", "variant": "param", "kind": 32768, @@ -48607,7 +48702,7 @@ } }, { - "id": 2467, + "id": 1909, "name": "options", "variant": "param", "kind": 32768, @@ -48616,10 +48711,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -48664,14 +48756,14 @@ { "type": "reflection", "declaration": { - "id": 2468, + "id": 1910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2469, + "id": 1911, "name": "query", "variant": "declaration", "kind": 1024, @@ -48686,7 +48778,7 @@ { "title": "Properties", "children": [ - 2469 + 1911 ] } ] @@ -48706,14 +48798,14 @@ { "type": "reflection", "declaration": { - "id": 2470, + "id": 1912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2475, + "id": 1917, "name": "response", "variant": "declaration", "kind": 1024, @@ -48732,7 +48824,7 @@ } }, { - "id": 2474, + "id": 1916, "name": "publishable_api_keys", "variant": "declaration", "kind": 1024, @@ -48754,7 +48846,7 @@ } }, { - "id": 2471, + "id": 1913, "name": "limit", "variant": "declaration", "kind": 1024, @@ -48776,7 +48868,7 @@ } }, { - "id": 2472, + "id": 1914, "name": "offset", "variant": "declaration", "kind": 1024, @@ -48798,7 +48890,7 @@ } }, { - "id": 2473, + "id": 1915, "name": "count", "variant": "declaration", "kind": 1024, @@ -48824,11 +48916,11 @@ { "title": "Properties", "children": [ - 2475, - 2474, - 2471, - 2472, - 2473 + 1917, + 1916, + 1913, + 1914, + 1915 ] } ] @@ -48837,14 +48929,14 @@ { "type": "reflection", "declaration": { - "id": 2476, + "id": 1918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2481, + "id": 1923, "name": "response", "variant": "declaration", "kind": 1024, @@ -48863,7 +48955,7 @@ } }, { - "id": 2480, + "id": 1922, "name": "publishable_api_keys", "variant": "declaration", "kind": 1024, @@ -48885,7 +48977,7 @@ } }, { - "id": 2477, + "id": 1919, "name": "limit", "variant": "declaration", "kind": 1024, @@ -48907,7 +48999,7 @@ } }, { - "id": 2478, + "id": 1920, "name": "offset", "variant": "declaration", "kind": 1024, @@ -48929,7 +49021,7 @@ } }, { - "id": 2479, + "id": 1921, "name": "count", "variant": "declaration", "kind": 1024, @@ -48955,11 +49047,11 @@ { "title": "Properties", "children": [ - 2481, - 2480, - 2477, - 2478, - 2479 + 1923, + 1922, + 1919, + 1920, + 1921 ] } ] @@ -48968,14 +49060,14 @@ { "type": "reflection", "declaration": { - "id": 2482, + "id": 1924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2487, + "id": 1929, "name": "response", "variant": "declaration", "kind": 1024, @@ -48994,7 +49086,7 @@ } }, { - "id": 2486, + "id": 1928, "name": "publishable_api_keys", "variant": "declaration", "kind": 1024, @@ -49016,7 +49108,7 @@ } }, { - "id": 2483, + "id": 1925, "name": "limit", "variant": "declaration", "kind": 1024, @@ -49038,7 +49130,7 @@ } }, { - "id": 2484, + "id": 1926, "name": "offset", "variant": "declaration", "kind": 1024, @@ -49060,7 +49152,7 @@ } }, { - "id": 2485, + "id": 1927, "name": "count", "variant": "declaration", "kind": 1024, @@ -49086,11 +49178,11 @@ { "title": "Properties", "children": [ - 2487, - 2486, - 2483, - 2484, - 2485 + 1929, + 1928, + 1925, + 1926, + 1927 ] } ] @@ -49099,14 +49191,14 @@ { "type": "reflection", "declaration": { - "id": 2488, + "id": 1930, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2493, + "id": 1935, "name": "response", "variant": "declaration", "kind": 1024, @@ -49125,7 +49217,7 @@ } }, { - "id": 2492, + "id": 1934, "name": "publishable_api_keys", "variant": "declaration", "kind": 1024, @@ -49147,7 +49239,7 @@ } }, { - "id": 2489, + "id": 1931, "name": "limit", "variant": "declaration", "kind": 1024, @@ -49169,7 +49261,7 @@ } }, { - "id": 2490, + "id": 1932, "name": "offset", "variant": "declaration", "kind": 1024, @@ -49191,7 +49283,7 @@ } }, { - "id": 2491, + "id": 1933, "name": "count", "variant": "declaration", "kind": 1024, @@ -49217,11 +49309,11 @@ { "title": "Properties", "children": [ - 2493, - 2492, - 2489, - 2490, - 2491 + 1935, + 1934, + 1931, + 1932, + 1933 ] } ] @@ -49233,14 +49325,14 @@ ] }, { - "id": 2494, + "id": 1936, "name": "useAdminPublishableApiKeySalesChannels", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2495, + "id": 1937, "name": "useAdminPublishableApiKeySalesChannels", "variant": "signature", "kind": 4096, @@ -49291,7 +49383,7 @@ }, "parameters": [ { - "id": 2496, + "id": 1938, "name": "id", "variant": "param", "kind": 32768, @@ -49310,7 +49402,7 @@ } }, { - "id": 2497, + "id": 1939, "name": "query", "variant": "param", "kind": 32768, @@ -49336,7 +49428,7 @@ } }, { - "id": 2498, + "id": 1940, "name": "options", "variant": "param", "kind": 32768, @@ -49345,10 +49437,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -49420,14 +49509,14 @@ { "type": "reflection", "declaration": { - "id": 2499, + "id": 1941, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2501, + "id": 1943, "name": "response", "variant": "declaration", "kind": 1024, @@ -49446,7 +49535,7 @@ } }, { - "id": 2500, + "id": 1942, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -49472,8 +49561,8 @@ { "title": "Properties", "children": [ - 2501, - 2500 + 1943, + 1942 ] } ] @@ -49482,14 +49571,14 @@ { "type": "reflection", "declaration": { - "id": 2502, + "id": 1944, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2504, + "id": 1946, "name": "response", "variant": "declaration", "kind": 1024, @@ -49508,7 +49597,7 @@ } }, { - "id": 2503, + "id": 1945, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -49534,8 +49623,8 @@ { "title": "Properties", "children": [ - 2504, - 2503 + 1946, + 1945 ] } ] @@ -49544,14 +49633,14 @@ { "type": "reflection", "declaration": { - "id": 2505, + "id": 1947, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2507, + "id": 1949, "name": "response", "variant": "declaration", "kind": 1024, @@ -49570,7 +49659,7 @@ } }, { - "id": 2506, + "id": 1948, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -49596,8 +49685,8 @@ { "title": "Properties", "children": [ - 2507, - 2506 + 1949, + 1948 ] } ] @@ -49606,14 +49695,14 @@ { "type": "reflection", "declaration": { - "id": 2508, + "id": 1950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2510, + "id": 1952, "name": "response", "variant": "declaration", "kind": 1024, @@ -49632,7 +49721,7 @@ } }, { - "id": 2509, + "id": 1951, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -49658,8 +49747,8 @@ { "title": "Properties", "children": [ - 2510, - 2509 + 1952, + 1951 ] } ] @@ -49675,15 +49764,15 @@ { "title": "Functions", "children": [ - 2511, - 2514, - 2518, - 2522, - 2526, - 2530, - 2448, - 2464, - 2494 + 1953, + 1956, + 1960, + 1964, + 1968, + 1972, + 1890, + 1906, + 1936 ] } ], @@ -49691,20 +49780,20 @@ { "title": "Queries", "children": [ - 2448, - 2464, - 2494 + 1890, + 1906, + 1936 ] }, { "title": "Mutations", "children": [ - 2511, - 2514, - 2518, - 2522, - 2526, - 2530 + 1953, + 1956, + 1960, + 1964, + 1968, + 1972 ] } ] @@ -49725,7 +49814,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -49738,14 +49827,14 @@ }, "children": [ { - "id": 2597, + "id": 2039, "name": "useAdminCreateRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2598, + "id": 2040, "name": "useAdminCreateRegion", "variant": "signature", "kind": 4096, @@ -49780,7 +49869,7 @@ }, "parameters": [ { - "id": 2599, + "id": 2041, "name": "options", "variant": "param", "kind": 32768, @@ -49899,14 +49988,14 @@ ] }, { - "id": 2600, + "id": 2042, "name": "useAdminUpdateRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2601, + "id": 2043, "name": "useAdminUpdateRegion", "variant": "signature", "kind": 4096, @@ -49941,7 +50030,7 @@ }, "parameters": [ { - "id": 2602, + "id": 2044, "name": "id", "variant": "param", "kind": 32768, @@ -49960,7 +50049,7 @@ } }, { - "id": 2603, + "id": 2045, "name": "options", "variant": "param", "kind": 32768, @@ -50079,14 +50168,14 @@ ] }, { - "id": 2604, + "id": 2046, "name": "useAdminDeleteRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2605, + "id": 2047, "name": "useAdminDeleteRegion", "variant": "signature", "kind": 4096, @@ -50121,7 +50210,7 @@ }, "parameters": [ { - "id": 2606, + "id": 2048, "name": "id", "variant": "param", "kind": 32768, @@ -50140,7 +50229,7 @@ } }, { - "id": 2607, + "id": 2049, "name": "options", "variant": "param", "kind": 32768, @@ -50249,14 +50338,14 @@ ] }, { - "id": 2608, + "id": 2050, "name": "useAdminRegionAddCountry", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2609, + "id": 2051, "name": "useAdminRegionAddCountry", "variant": "signature", "kind": 4096, @@ -50291,7 +50380,7 @@ }, "parameters": [ { - "id": 2610, + "id": 2052, "name": "id", "variant": "param", "kind": 32768, @@ -50310,7 +50399,7 @@ } }, { - "id": 2611, + "id": 2053, "name": "options", "variant": "param", "kind": 32768, @@ -50429,14 +50518,14 @@ ] }, { - "id": 2612, + "id": 2054, "name": "useAdminRegionRemoveCountry", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2613, + "id": 2055, "name": "useAdminRegionRemoveCountry", "variant": "signature", "kind": 4096, @@ -50480,7 +50569,7 @@ }, "parameters": [ { - "id": 2614, + "id": 2056, "name": "id", "variant": "param", "kind": 32768, @@ -50499,7 +50588,7 @@ } }, { - "id": 2615, + "id": 2057, "name": "options", "variant": "param", "kind": 32768, @@ -50608,14 +50697,14 @@ ] }, { - "id": 2616, + "id": 2058, "name": "useAdminRegionAddFulfillmentProvider", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2617, + "id": 2059, "name": "useAdminRegionAddFulfillmentProvider", "variant": "signature", "kind": 4096, @@ -50650,7 +50739,7 @@ }, "parameters": [ { - "id": 2618, + "id": 2060, "name": "id", "variant": "param", "kind": 32768, @@ -50669,7 +50758,7 @@ } }, { - "id": 2619, + "id": 2061, "name": "options", "variant": "param", "kind": 32768, @@ -50788,14 +50877,14 @@ ] }, { - "id": 2620, + "id": 2062, "name": "useAdminRegionDeleteFulfillmentProvider", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2621, + "id": 2063, "name": "useAdminRegionDeleteFulfillmentProvider", "variant": "signature", "kind": 4096, @@ -50839,7 +50928,7 @@ }, "parameters": [ { - "id": 2622, + "id": 2064, "name": "id", "variant": "param", "kind": 32768, @@ -50858,7 +50947,7 @@ } }, { - "id": 2623, + "id": 2065, "name": "options", "variant": "param", "kind": 32768, @@ -50967,14 +51056,14 @@ ] }, { - "id": 2624, + "id": 2066, "name": "useAdminRegionAddPaymentProvider", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2625, + "id": 2067, "name": "useAdminRegionAddPaymentProvider", "variant": "signature", "kind": 4096, @@ -51009,7 +51098,7 @@ }, "parameters": [ { - "id": 2626, + "id": 2068, "name": "id", "variant": "param", "kind": 32768, @@ -51028,7 +51117,7 @@ } }, { - "id": 2627, + "id": 2069, "name": "options", "variant": "param", "kind": 32768, @@ -51147,14 +51236,14 @@ ] }, { - "id": 2628, + "id": 2070, "name": "useAdminRegionDeletePaymentProvider", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2629, + "id": 2071, "name": "useAdminRegionDeletePaymentProvider", "variant": "signature", "kind": 4096, @@ -51198,7 +51287,7 @@ }, "parameters": [ { - "id": 2630, + "id": 2072, "name": "id", "variant": "param", "kind": 32768, @@ -51217,7 +51306,7 @@ } }, { - "id": 2631, + "id": 2073, "name": "options", "variant": "param", "kind": 32768, @@ -51326,14 +51415,14 @@ ] }, { - "id": 2535, + "id": 1977, "name": "useAdminRegions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2536, + "id": 1978, "name": "useAdminRegions", "variant": "signature", "kind": 4096, @@ -51420,7 +51509,7 @@ }, "parameters": [ { - "id": 2537, + "id": 1979, "name": "query", "variant": "param", "kind": 32768, @@ -51446,7 +51535,7 @@ } }, { - "id": 2538, + "id": 1980, "name": "options", "variant": "param", "kind": 32768, @@ -51455,10 +51544,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -51503,14 +51589,14 @@ { "type": "reflection", "declaration": { - "id": 2539, + "id": 1981, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2540, + "id": 1982, "name": "query", "variant": "declaration", "kind": 1024, @@ -51525,7 +51611,7 @@ { "title": "Properties", "children": [ - 2540 + 1982 ] } ] @@ -51545,14 +51631,14 @@ { "type": "reflection", "declaration": { - "id": 2541, + "id": 1983, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2546, + "id": 1988, "name": "response", "variant": "declaration", "kind": 1024, @@ -51571,7 +51657,7 @@ } }, { - "id": 2545, + "id": 1987, "name": "regions", "variant": "declaration", "kind": 1024, @@ -51593,7 +51679,7 @@ } }, { - "id": 2542, + "id": 1984, "name": "limit", "variant": "declaration", "kind": 1024, @@ -51615,7 +51701,7 @@ } }, { - "id": 2543, + "id": 1985, "name": "offset", "variant": "declaration", "kind": 1024, @@ -51637,7 +51723,7 @@ } }, { - "id": 2544, + "id": 1986, "name": "count", "variant": "declaration", "kind": 1024, @@ -51663,11 +51749,11 @@ { "title": "Properties", "children": [ - 2546, - 2545, - 2542, - 2543, - 2544 + 1988, + 1987, + 1984, + 1985, + 1986 ] } ] @@ -51676,14 +51762,14 @@ { "type": "reflection", "declaration": { - "id": 2547, + "id": 1989, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2552, + "id": 1994, "name": "response", "variant": "declaration", "kind": 1024, @@ -51702,7 +51788,7 @@ } }, { - "id": 2551, + "id": 1993, "name": "regions", "variant": "declaration", "kind": 1024, @@ -51724,7 +51810,7 @@ } }, { - "id": 2548, + "id": 1990, "name": "limit", "variant": "declaration", "kind": 1024, @@ -51746,7 +51832,7 @@ } }, { - "id": 2549, + "id": 1991, "name": "offset", "variant": "declaration", "kind": 1024, @@ -51768,7 +51854,7 @@ } }, { - "id": 2550, + "id": 1992, "name": "count", "variant": "declaration", "kind": 1024, @@ -51794,11 +51880,11 @@ { "title": "Properties", "children": [ - 2552, - 2551, - 2548, - 2549, - 2550 + 1994, + 1993, + 1990, + 1991, + 1992 ] } ] @@ -51807,14 +51893,14 @@ { "type": "reflection", "declaration": { - "id": 2553, + "id": 1995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2558, + "id": 2000, "name": "response", "variant": "declaration", "kind": 1024, @@ -51833,7 +51919,7 @@ } }, { - "id": 2557, + "id": 1999, "name": "regions", "variant": "declaration", "kind": 1024, @@ -51855,7 +51941,7 @@ } }, { - "id": 2554, + "id": 1996, "name": "limit", "variant": "declaration", "kind": 1024, @@ -51877,7 +51963,7 @@ } }, { - "id": 2555, + "id": 1997, "name": "offset", "variant": "declaration", "kind": 1024, @@ -51899,7 +51985,7 @@ } }, { - "id": 2556, + "id": 1998, "name": "count", "variant": "declaration", "kind": 1024, @@ -51925,11 +52011,11 @@ { "title": "Properties", "children": [ - 2558, - 2557, - 2554, - 2555, - 2556 + 2000, + 1999, + 1996, + 1997, + 1998 ] } ] @@ -51938,14 +52024,14 @@ { "type": "reflection", "declaration": { - "id": 2559, + "id": 2001, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2564, + "id": 2006, "name": "response", "variant": "declaration", "kind": 1024, @@ -51964,7 +52050,7 @@ } }, { - "id": 2563, + "id": 2005, "name": "regions", "variant": "declaration", "kind": 1024, @@ -51986,7 +52072,7 @@ } }, { - "id": 2560, + "id": 2002, "name": "limit", "variant": "declaration", "kind": 1024, @@ -52008,7 +52094,7 @@ } }, { - "id": 2561, + "id": 2003, "name": "offset", "variant": "declaration", "kind": 1024, @@ -52030,7 +52116,7 @@ } }, { - "id": 2562, + "id": 2004, "name": "count", "variant": "declaration", "kind": 1024, @@ -52056,11 +52142,11 @@ { "title": "Properties", "children": [ - 2564, - 2563, - 2560, - 2561, - 2562 + 2006, + 2005, + 2002, + 2003, + 2004 ] } ] @@ -52072,14 +52158,14 @@ ] }, { - "id": 2565, + "id": 2007, "name": "useAdminRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2566, + "id": 2008, "name": "useAdminRegion", "variant": "signature", "kind": 4096, @@ -52114,7 +52200,7 @@ }, "parameters": [ { - "id": 2567, + "id": 2009, "name": "id", "variant": "param", "kind": 32768, @@ -52133,7 +52219,7 @@ } }, { - "id": 2568, + "id": 2010, "name": "options", "variant": "param", "kind": 32768, @@ -52142,10 +52228,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -52205,14 +52288,14 @@ { "type": "reflection", "declaration": { - "id": 2569, + "id": 2011, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2571, + "id": 2013, "name": "response", "variant": "declaration", "kind": 1024, @@ -52231,7 +52314,7 @@ } }, { - "id": 2570, + "id": 2012, "name": "region", "variant": "declaration", "kind": 1024, @@ -52254,8 +52337,8 @@ { "title": "Properties", "children": [ - 2571, - 2570 + 2013, + 2012 ] } ] @@ -52264,14 +52347,14 @@ { "type": "reflection", "declaration": { - "id": 2572, + "id": 2014, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2574, + "id": 2016, "name": "response", "variant": "declaration", "kind": 1024, @@ -52290,7 +52373,7 @@ } }, { - "id": 2573, + "id": 2015, "name": "region", "variant": "declaration", "kind": 1024, @@ -52313,8 +52396,8 @@ { "title": "Properties", "children": [ - 2574, - 2573 + 2016, + 2015 ] } ] @@ -52323,14 +52406,14 @@ { "type": "reflection", "declaration": { - "id": 2575, + "id": 2017, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2577, + "id": 2019, "name": "response", "variant": "declaration", "kind": 1024, @@ -52349,7 +52432,7 @@ } }, { - "id": 2576, + "id": 2018, "name": "region", "variant": "declaration", "kind": 1024, @@ -52372,8 +52455,8 @@ { "title": "Properties", "children": [ - 2577, - 2576 + 2019, + 2018 ] } ] @@ -52382,14 +52465,14 @@ { "type": "reflection", "declaration": { - "id": 2578, + "id": 2020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2580, + "id": 2022, "name": "response", "variant": "declaration", "kind": 1024, @@ -52408,7 +52491,7 @@ } }, { - "id": 2579, + "id": 2021, "name": "region", "variant": "declaration", "kind": 1024, @@ -52431,8 +52514,8 @@ { "title": "Properties", "children": [ - 2580, - 2579 + 2022, + 2021 ] } ] @@ -52444,14 +52527,14 @@ ] }, { - "id": 2581, + "id": 2023, "name": "useAdminRegionFulfillmentOptions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2582, + "id": 2024, "name": "useAdminRegionFulfillmentOptions", "variant": "signature", "kind": 4096, @@ -52486,7 +52569,7 @@ }, "parameters": [ { - "id": 2583, + "id": 2025, "name": "regionId", "variant": "param", "kind": 32768, @@ -52505,7 +52588,7 @@ } }, { - "id": 2584, + "id": 2026, "name": "options", "variant": "param", "kind": 32768, @@ -52514,10 +52597,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -52577,14 +52657,14 @@ { "type": "reflection", "declaration": { - "id": 2585, + "id": 2027, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2587, + "id": 2029, "name": "response", "variant": "declaration", "kind": 1024, @@ -52603,7 +52683,7 @@ } }, { - "id": 2586, + "id": 2028, "name": "fulfillment_options", "variant": "declaration", "kind": 1024, @@ -52629,8 +52709,8 @@ { "title": "Properties", "children": [ - 2587, - 2586 + 2029, + 2028 ] } ] @@ -52639,14 +52719,14 @@ { "type": "reflection", "declaration": { - "id": 2588, + "id": 2030, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2590, + "id": 2032, "name": "response", "variant": "declaration", "kind": 1024, @@ -52665,7 +52745,7 @@ } }, { - "id": 2589, + "id": 2031, "name": "fulfillment_options", "variant": "declaration", "kind": 1024, @@ -52691,8 +52771,8 @@ { "title": "Properties", "children": [ - 2590, - 2589 + 2032, + 2031 ] } ] @@ -52701,14 +52781,14 @@ { "type": "reflection", "declaration": { - "id": 2591, + "id": 2033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2593, + "id": 2035, "name": "response", "variant": "declaration", "kind": 1024, @@ -52727,7 +52807,7 @@ } }, { - "id": 2592, + "id": 2034, "name": "fulfillment_options", "variant": "declaration", "kind": 1024, @@ -52753,8 +52833,8 @@ { "title": "Properties", "children": [ - 2593, - 2592 + 2035, + 2034 ] } ] @@ -52763,14 +52843,14 @@ { "type": "reflection", "declaration": { - "id": 2594, + "id": 2036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2596, + "id": 2038, "name": "response", "variant": "declaration", "kind": 1024, @@ -52789,7 +52869,7 @@ } }, { - "id": 2595, + "id": 2037, "name": "fulfillment_options", "variant": "declaration", "kind": 1024, @@ -52815,8 +52895,8 @@ { "title": "Properties", "children": [ - 2596, - 2595 + 2038, + 2037 ] } ] @@ -52832,18 +52912,18 @@ { "title": "Functions", "children": [ - 2597, - 2600, - 2604, - 2608, - 2612, - 2616, - 2620, - 2624, - 2628, - 2535, - 2565, - 2581 + 2039, + 2042, + 2046, + 2050, + 2054, + 2058, + 2062, + 2066, + 2070, + 1977, + 2007, + 2023 ] } ], @@ -52851,23 +52931,23 @@ { "title": "Queries", "children": [ - 2535, - 2565, - 2581 + 1977, + 2007, + 2023 ] }, { "title": "Mutations", "children": [ - 2597, - 2600, - 2604, - 2608, - 2612, - 2616, - 2620, - 2624, - 2628 + 2039, + 2042, + 2046, + 2050, + 2054, + 2058, + 2062, + 2066, + 2070 ] } ] @@ -52888,7 +52968,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -52901,14 +52981,14 @@ }, "children": [ { - "id": 2632, + "id": 2074, "name": "useAdminCreateReservation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2633, + "id": 2075, "name": "useAdminCreateReservation", "variant": "signature", "kind": 4096, @@ -52943,7 +53023,7 @@ }, "parameters": [ { - "id": 2634, + "id": 2076, "name": "options", "variant": "param", "kind": 32768, @@ -53062,14 +53142,14 @@ ] }, { - "id": 2635, + "id": 2077, "name": "useAdminUpdateReservation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2636, + "id": 2078, "name": "useAdminUpdateReservation", "variant": "signature", "kind": 4096, @@ -53104,7 +53184,7 @@ }, "parameters": [ { - "id": 2637, + "id": 2079, "name": "id", "variant": "param", "kind": 32768, @@ -53123,7 +53203,7 @@ } }, { - "id": 2638, + "id": 2080, "name": "options", "variant": "param", "kind": 32768, @@ -53242,14 +53322,14 @@ ] }, { - "id": 2639, + "id": 2081, "name": "useAdminDeleteReservation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2640, + "id": 2082, "name": "useAdminDeleteReservation", "variant": "signature", "kind": 4096, @@ -53284,7 +53364,7 @@ }, "parameters": [ { - "id": 2641, + "id": 2083, "name": "id", "variant": "param", "kind": 32768, @@ -53303,7 +53383,7 @@ } }, { - "id": 2642, + "id": 2084, "name": "options", "variant": "param", "kind": 32768, @@ -53412,14 +53492,14 @@ ] }, { - "id": 2644, + "id": 2086, "name": "useAdminReservations", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2645, + "id": 2087, "name": "useAdminReservations", "variant": "signature", "kind": 4096, @@ -53522,7 +53602,7 @@ }, "parameters": [ { - "id": 2646, + "id": 2088, "name": "query", "variant": "param", "kind": 32768, @@ -53548,7 +53628,7 @@ } }, { - "id": 2647, + "id": 2089, "name": "options", "variant": "param", "kind": 32768, @@ -53557,10 +53637,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -53605,14 +53682,14 @@ { "type": "reflection", "declaration": { - "id": 2648, + "id": 2090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2649, + "id": 2091, "name": "query", "variant": "declaration", "kind": 1024, @@ -53627,7 +53704,7 @@ { "title": "Properties", "children": [ - 2649 + 2091 ] } ] @@ -53647,14 +53724,14 @@ { "type": "reflection", "declaration": { - "id": 2650, + "id": 2092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2655, + "id": 2097, "name": "response", "variant": "declaration", "kind": 1024, @@ -53673,7 +53750,7 @@ } }, { - "id": 2654, + "id": 2096, "name": "reservations", "variant": "declaration", "kind": 1024, @@ -53695,7 +53772,7 @@ } }, { - "id": 2651, + "id": 2093, "name": "limit", "variant": "declaration", "kind": 1024, @@ -53717,7 +53794,7 @@ } }, { - "id": 2652, + "id": 2094, "name": "offset", "variant": "declaration", "kind": 1024, @@ -53739,7 +53816,7 @@ } }, { - "id": 2653, + "id": 2095, "name": "count", "variant": "declaration", "kind": 1024, @@ -53765,11 +53842,11 @@ { "title": "Properties", "children": [ - 2655, - 2654, - 2651, - 2652, - 2653 + 2097, + 2096, + 2093, + 2094, + 2095 ] } ] @@ -53778,14 +53855,14 @@ { "type": "reflection", "declaration": { - "id": 2656, + "id": 2098, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2661, + "id": 2103, "name": "response", "variant": "declaration", "kind": 1024, @@ -53804,7 +53881,7 @@ } }, { - "id": 2660, + "id": 2102, "name": "reservations", "variant": "declaration", "kind": 1024, @@ -53826,7 +53903,7 @@ } }, { - "id": 2657, + "id": 2099, "name": "limit", "variant": "declaration", "kind": 1024, @@ -53848,7 +53925,7 @@ } }, { - "id": 2658, + "id": 2100, "name": "offset", "variant": "declaration", "kind": 1024, @@ -53870,7 +53947,7 @@ } }, { - "id": 2659, + "id": 2101, "name": "count", "variant": "declaration", "kind": 1024, @@ -53896,11 +53973,11 @@ { "title": "Properties", "children": [ - 2661, - 2660, - 2657, - 2658, - 2659 + 2103, + 2102, + 2099, + 2100, + 2101 ] } ] @@ -53909,14 +53986,14 @@ { "type": "reflection", "declaration": { - "id": 2662, + "id": 2104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2667, + "id": 2109, "name": "response", "variant": "declaration", "kind": 1024, @@ -53935,7 +54012,7 @@ } }, { - "id": 2666, + "id": 2108, "name": "reservations", "variant": "declaration", "kind": 1024, @@ -53957,7 +54034,7 @@ } }, { - "id": 2663, + "id": 2105, "name": "limit", "variant": "declaration", "kind": 1024, @@ -53979,7 +54056,7 @@ } }, { - "id": 2664, + "id": 2106, "name": "offset", "variant": "declaration", "kind": 1024, @@ -54001,7 +54078,7 @@ } }, { - "id": 2665, + "id": 2107, "name": "count", "variant": "declaration", "kind": 1024, @@ -54027,11 +54104,11 @@ { "title": "Properties", "children": [ - 2667, - 2666, - 2663, - 2664, - 2665 + 2109, + 2108, + 2105, + 2106, + 2107 ] } ] @@ -54040,14 +54117,14 @@ { "type": "reflection", "declaration": { - "id": 2668, + "id": 2110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2673, + "id": 2115, "name": "response", "variant": "declaration", "kind": 1024, @@ -54066,7 +54143,7 @@ } }, { - "id": 2672, + "id": 2114, "name": "reservations", "variant": "declaration", "kind": 1024, @@ -54088,7 +54165,7 @@ } }, { - "id": 2669, + "id": 2111, "name": "limit", "variant": "declaration", "kind": 1024, @@ -54110,7 +54187,7 @@ } }, { - "id": 2670, + "id": 2112, "name": "offset", "variant": "declaration", "kind": 1024, @@ -54132,7 +54209,7 @@ } }, { - "id": 2671, + "id": 2113, "name": "count", "variant": "declaration", "kind": 1024, @@ -54158,11 +54235,11 @@ { "title": "Properties", "children": [ - 2673, - 2672, - 2669, - 2670, - 2671 + 2115, + 2114, + 2111, + 2112, + 2113 ] } ] @@ -54174,14 +54251,14 @@ ] }, { - "id": 2674, + "id": 2116, "name": "useAdminReservation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2675, + "id": 2117, "name": "useAdminReservation", "variant": "signature", "kind": 4096, @@ -54216,7 +54293,7 @@ }, "parameters": [ { - "id": 2676, + "id": 2118, "name": "id", "variant": "param", "kind": 32768, @@ -54235,7 +54312,7 @@ } }, { - "id": 2677, + "id": 2119, "name": "options", "variant": "param", "kind": 32768, @@ -54244,10 +54321,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -54307,14 +54381,14 @@ { "type": "reflection", "declaration": { - "id": 2678, + "id": 2120, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2680, + "id": 2122, "name": "response", "variant": "declaration", "kind": 1024, @@ -54333,7 +54407,7 @@ } }, { - "id": 2679, + "id": 2121, "name": "reservation", "variant": "declaration", "kind": 1024, @@ -54356,8 +54430,8 @@ { "title": "Properties", "children": [ - 2680, - 2679 + 2122, + 2121 ] } ] @@ -54366,14 +54440,14 @@ { "type": "reflection", "declaration": { - "id": 2681, + "id": 2123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2683, + "id": 2125, "name": "response", "variant": "declaration", "kind": 1024, @@ -54392,7 +54466,7 @@ } }, { - "id": 2682, + "id": 2124, "name": "reservation", "variant": "declaration", "kind": 1024, @@ -54415,8 +54489,8 @@ { "title": "Properties", "children": [ - 2683, - 2682 + 2125, + 2124 ] } ] @@ -54425,14 +54499,14 @@ { "type": "reflection", "declaration": { - "id": 2684, + "id": 2126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2686, + "id": 2128, "name": "response", "variant": "declaration", "kind": 1024, @@ -54451,7 +54525,7 @@ } }, { - "id": 2685, + "id": 2127, "name": "reservation", "variant": "declaration", "kind": 1024, @@ -54474,8 +54548,8 @@ { "title": "Properties", "children": [ - 2686, - 2685 + 2128, + 2127 ] } ] @@ -54484,14 +54558,14 @@ { "type": "reflection", "declaration": { - "id": 2687, + "id": 2129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2689, + "id": 2131, "name": "response", "variant": "declaration", "kind": 1024, @@ -54510,7 +54584,7 @@ } }, { - "id": 2688, + "id": 2130, "name": "reservation", "variant": "declaration", "kind": 1024, @@ -54533,8 +54607,8 @@ { "title": "Properties", "children": [ - 2689, - 2688 + 2131, + 2130 ] } ] @@ -54550,11 +54624,11 @@ { "title": "Functions", "children": [ - 2632, - 2635, - 2639, - 2644, - 2674 + 2074, + 2077, + 2081, + 2086, + 2116 ] } ], @@ -54562,16 +54636,16 @@ { "title": "Mutations", "children": [ - 2632, - 2635, - 2639 + 2074, + 2077, + 2081 ] }, { "title": "Queries", "children": [ - 2644, - 2674 + 2086, + 2116 ] } ] @@ -54592,7 +54666,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -54605,14 +54679,14 @@ }, "children": [ { - "id": 2722, + "id": 2164, "name": "useAdminCreateReturnReason", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2723, + "id": 2165, "name": "useAdminCreateReturnReason", "variant": "signature", "kind": 4096, @@ -54647,7 +54721,7 @@ }, "parameters": [ { - "id": 2724, + "id": 2166, "name": "options", "variant": "param", "kind": 32768, @@ -54766,14 +54840,14 @@ ] }, { - "id": 2725, + "id": 2167, "name": "useAdminUpdateReturnReason", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2726, + "id": 2168, "name": "useAdminUpdateReturnReason", "variant": "signature", "kind": 4096, @@ -54808,7 +54882,7 @@ }, "parameters": [ { - "id": 2727, + "id": 2169, "name": "id", "variant": "param", "kind": 32768, @@ -54827,7 +54901,7 @@ } }, { - "id": 2728, + "id": 2170, "name": "options", "variant": "param", "kind": 32768, @@ -54946,14 +55020,14 @@ ] }, { - "id": 2729, + "id": 2171, "name": "useAdminDeleteReturnReason", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2730, + "id": 2172, "name": "useAdminDeleteReturnReason", "variant": "signature", "kind": 4096, @@ -54988,7 +55062,7 @@ }, "parameters": [ { - "id": 2731, + "id": 2173, "name": "id", "variant": "param", "kind": 32768, @@ -55007,7 +55081,7 @@ } }, { - "id": 2732, + "id": 2174, "name": "options", "variant": "param", "kind": 32768, @@ -55090,14 +55164,14 @@ ] }, { - "id": 2691, + "id": 2133, "name": "useAdminReturnReasons", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2692, + "id": 2134, "name": "useAdminReturnReasons", "variant": "signature", "kind": 4096, @@ -55132,7 +55206,7 @@ }, "parameters": [ { - "id": 2693, + "id": 2135, "name": "options", "variant": "param", "kind": 32768, @@ -55141,10 +55215,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -55200,14 +55271,14 @@ { "type": "reflection", "declaration": { - "id": 2694, + "id": 2136, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2696, + "id": 2138, "name": "response", "variant": "declaration", "kind": 1024, @@ -55226,7 +55297,7 @@ } }, { - "id": 2695, + "id": 2137, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -55252,8 +55323,8 @@ { "title": "Properties", "children": [ - 2696, - 2695 + 2138, + 2137 ] } ] @@ -55262,14 +55333,14 @@ { "type": "reflection", "declaration": { - "id": 2697, + "id": 2139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2699, + "id": 2141, "name": "response", "variant": "declaration", "kind": 1024, @@ -55288,7 +55359,7 @@ } }, { - "id": 2698, + "id": 2140, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -55314,8 +55385,8 @@ { "title": "Properties", "children": [ - 2699, - 2698 + 2141, + 2140 ] } ] @@ -55324,14 +55395,14 @@ { "type": "reflection", "declaration": { - "id": 2700, + "id": 2142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2702, + "id": 2144, "name": "response", "variant": "declaration", "kind": 1024, @@ -55350,7 +55421,7 @@ } }, { - "id": 2701, + "id": 2143, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -55376,8 +55447,8 @@ { "title": "Properties", "children": [ - 2702, - 2701 + 2144, + 2143 ] } ] @@ -55386,14 +55457,14 @@ { "type": "reflection", "declaration": { - "id": 2703, + "id": 2145, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2705, + "id": 2147, "name": "response", "variant": "declaration", "kind": 1024, @@ -55412,7 +55483,7 @@ } }, { - "id": 2704, + "id": 2146, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -55438,8 +55509,8 @@ { "title": "Properties", "children": [ - 2705, - 2704 + 2147, + 2146 ] } ] @@ -55451,14 +55522,14 @@ ] }, { - "id": 2706, + "id": 2148, "name": "useAdminReturnReason", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2707, + "id": 2149, "name": "useAdminReturnReason", "variant": "signature", "kind": 4096, @@ -55493,7 +55564,7 @@ }, "parameters": [ { - "id": 2708, + "id": 2150, "name": "id", "variant": "param", "kind": 32768, @@ -55512,7 +55583,7 @@ } }, { - "id": 2709, + "id": 2151, "name": "options", "variant": "param", "kind": 32768, @@ -55521,10 +55592,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -55584,14 +55652,14 @@ { "type": "reflection", "declaration": { - "id": 2710, + "id": 2152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2712, + "id": 2154, "name": "response", "variant": "declaration", "kind": 1024, @@ -55610,7 +55678,7 @@ } }, { - "id": 2711, + "id": 2153, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -55633,8 +55701,8 @@ { "title": "Properties", "children": [ - 2712, - 2711 + 2154, + 2153 ] } ] @@ -55643,14 +55711,14 @@ { "type": "reflection", "declaration": { - "id": 2713, + "id": 2155, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2715, + "id": 2157, "name": "response", "variant": "declaration", "kind": 1024, @@ -55669,7 +55737,7 @@ } }, { - "id": 2714, + "id": 2156, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -55692,8 +55760,8 @@ { "title": "Properties", "children": [ - 2715, - 2714 + 2157, + 2156 ] } ] @@ -55702,14 +55770,14 @@ { "type": "reflection", "declaration": { - "id": 2716, + "id": 2158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2718, + "id": 2160, "name": "response", "variant": "declaration", "kind": 1024, @@ -55728,7 +55796,7 @@ } }, { - "id": 2717, + "id": 2159, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -55751,8 +55819,8 @@ { "title": "Properties", "children": [ - 2718, - 2717 + 2160, + 2159 ] } ] @@ -55761,14 +55829,14 @@ { "type": "reflection", "declaration": { - "id": 2719, + "id": 2161, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2721, + "id": 2163, "name": "response", "variant": "declaration", "kind": 1024, @@ -55787,7 +55855,7 @@ } }, { - "id": 2720, + "id": 2162, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -55810,8 +55878,8 @@ { "title": "Properties", "children": [ - 2721, - 2720 + 2163, + 2162 ] } ] @@ -55827,11 +55895,11 @@ { "title": "Functions", "children": [ - 2722, - 2725, - 2729, - 2691, - 2706 + 2164, + 2167, + 2171, + 2133, + 2148 ] } ], @@ -55839,16 +55907,16 @@ { "title": "Queries", "children": [ - 2691, - 2706 + 2133, + 2148 ] }, { "title": "Mutations", "children": [ - 2722, - 2725, - 2729 + 2164, + 2167, + 2171 ] } ] @@ -55869,7 +55937,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -55882,14 +55950,14 @@ }, "children": [ { - "id": 2761, + "id": 2203, "name": "useAdminReceiveReturn", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2762, + "id": 2204, "name": "useAdminReceiveReturn", "variant": "signature", "kind": 4096, @@ -55924,7 +55992,7 @@ }, "parameters": [ { - "id": 2763, + "id": 2205, "name": "id", "variant": "param", "kind": 32768, @@ -55943,7 +56011,7 @@ } }, { - "id": 2764, + "id": 2206, "name": "options", "variant": "param", "kind": 32768, @@ -56062,14 +56130,14 @@ ] }, { - "id": 2765, + "id": 2207, "name": "useAdminCancelReturn", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2766, + "id": 2208, "name": "useAdminCancelReturn", "variant": "signature", "kind": 4096, @@ -56104,7 +56172,7 @@ }, "parameters": [ { - "id": 2767, + "id": 2209, "name": "id", "variant": "param", "kind": 32768, @@ -56123,7 +56191,7 @@ } }, { - "id": 2768, + "id": 2210, "name": "options", "variant": "param", "kind": 32768, @@ -56232,14 +56300,14 @@ ] }, { - "id": 2734, + "id": 2176, "name": "useAdminReturns", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2735, + "id": 2177, "name": "useAdminReturns", "variant": "signature", "kind": 4096, @@ -56274,7 +56342,7 @@ }, "parameters": [ { - "id": 2736, + "id": 2178, "name": "options", "variant": "param", "kind": 32768, @@ -56283,10 +56351,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -56342,14 +56407,14 @@ { "type": "reflection", "declaration": { - "id": 2737, + "id": 2179, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2742, + "id": 2184, "name": "response", "variant": "declaration", "kind": 1024, @@ -56368,7 +56433,7 @@ } }, { - "id": 2741, + "id": 2183, "name": "returns", "variant": "declaration", "kind": 1024, @@ -56390,7 +56455,7 @@ } }, { - "id": 2738, + "id": 2180, "name": "limit", "variant": "declaration", "kind": 1024, @@ -56412,7 +56477,7 @@ } }, { - "id": 2739, + "id": 2181, "name": "offset", "variant": "declaration", "kind": 1024, @@ -56434,7 +56499,7 @@ } }, { - "id": 2740, + "id": 2182, "name": "count", "variant": "declaration", "kind": 1024, @@ -56460,11 +56525,11 @@ { "title": "Properties", "children": [ - 2742, - 2741, - 2738, - 2739, - 2740 + 2184, + 2183, + 2180, + 2181, + 2182 ] } ] @@ -56473,14 +56538,14 @@ { "type": "reflection", "declaration": { - "id": 2743, + "id": 2185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2748, + "id": 2190, "name": "response", "variant": "declaration", "kind": 1024, @@ -56499,7 +56564,7 @@ } }, { - "id": 2747, + "id": 2189, "name": "returns", "variant": "declaration", "kind": 1024, @@ -56521,7 +56586,7 @@ } }, { - "id": 2744, + "id": 2186, "name": "limit", "variant": "declaration", "kind": 1024, @@ -56543,7 +56608,7 @@ } }, { - "id": 2745, + "id": 2187, "name": "offset", "variant": "declaration", "kind": 1024, @@ -56565,7 +56630,7 @@ } }, { - "id": 2746, + "id": 2188, "name": "count", "variant": "declaration", "kind": 1024, @@ -56591,11 +56656,11 @@ { "title": "Properties", "children": [ - 2748, - 2747, - 2744, - 2745, - 2746 + 2190, + 2189, + 2186, + 2187, + 2188 ] } ] @@ -56604,14 +56669,14 @@ { "type": "reflection", "declaration": { - "id": 2749, + "id": 2191, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2754, + "id": 2196, "name": "response", "variant": "declaration", "kind": 1024, @@ -56630,7 +56695,7 @@ } }, { - "id": 2753, + "id": 2195, "name": "returns", "variant": "declaration", "kind": 1024, @@ -56652,7 +56717,7 @@ } }, { - "id": 2750, + "id": 2192, "name": "limit", "variant": "declaration", "kind": 1024, @@ -56674,7 +56739,7 @@ } }, { - "id": 2751, + "id": 2193, "name": "offset", "variant": "declaration", "kind": 1024, @@ -56696,7 +56761,7 @@ } }, { - "id": 2752, + "id": 2194, "name": "count", "variant": "declaration", "kind": 1024, @@ -56722,11 +56787,11 @@ { "title": "Properties", "children": [ - 2754, - 2753, - 2750, - 2751, - 2752 + 2196, + 2195, + 2192, + 2193, + 2194 ] } ] @@ -56735,14 +56800,14 @@ { "type": "reflection", "declaration": { - "id": 2755, + "id": 2197, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2760, + "id": 2202, "name": "response", "variant": "declaration", "kind": 1024, @@ -56761,7 +56826,7 @@ } }, { - "id": 2759, + "id": 2201, "name": "returns", "variant": "declaration", "kind": 1024, @@ -56783,7 +56848,7 @@ } }, { - "id": 2756, + "id": 2198, "name": "limit", "variant": "declaration", "kind": 1024, @@ -56805,7 +56870,7 @@ } }, { - "id": 2757, + "id": 2199, "name": "offset", "variant": "declaration", "kind": 1024, @@ -56827,7 +56892,7 @@ } }, { - "id": 2758, + "id": 2200, "name": "count", "variant": "declaration", "kind": 1024, @@ -56853,11 +56918,11 @@ { "title": "Properties", "children": [ - 2760, - 2759, - 2756, - 2757, - 2758 + 2202, + 2201, + 2198, + 2199, + 2200 ] } ] @@ -56873,9 +56938,9 @@ { "title": "Functions", "children": [ - 2761, - 2765, - 2734 + 2203, + 2207, + 2176 ] } ], @@ -56883,14 +56948,14 @@ { "title": "Queries", "children": [ - 2734 + 2176 ] }, { "title": "Mutations", "children": [ - 2761, - 2765 + 2203, + 2207 ] } ] @@ -56911,7 +56976,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -56924,14 +56989,14 @@ }, "children": [ { - "id": 2816, + "id": 2258, "name": "useAdminCreateSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2817, + "id": 2259, "name": "useAdminCreateSalesChannel", "variant": "signature", "kind": 4096, @@ -56966,7 +57031,7 @@ }, "parameters": [ { - "id": 2818, + "id": 2260, "name": "options", "variant": "param", "kind": 32768, @@ -57085,14 +57150,14 @@ ] }, { - "id": 2819, + "id": 2261, "name": "useAdminUpdateSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2820, + "id": 2262, "name": "useAdminUpdateSalesChannel", "variant": "signature", "kind": 4096, @@ -57127,7 +57192,7 @@ }, "parameters": [ { - "id": 2821, + "id": 2263, "name": "id", "variant": "param", "kind": 32768, @@ -57146,7 +57211,7 @@ } }, { - "id": 2822, + "id": 2264, "name": "options", "variant": "param", "kind": 32768, @@ -57265,14 +57330,14 @@ ] }, { - "id": 2823, + "id": 2265, "name": "useAdminDeleteSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2824, + "id": 2266, "name": "useAdminDeleteSalesChannel", "variant": "signature", "kind": 4096, @@ -57307,7 +57372,7 @@ }, "parameters": [ { - "id": 2825, + "id": 2267, "name": "id", "variant": "param", "kind": 32768, @@ -57326,7 +57391,7 @@ } }, { - "id": 2826, + "id": 2268, "name": "options", "variant": "param", "kind": 32768, @@ -57435,14 +57500,14 @@ ] }, { - "id": 2827, + "id": 2269, "name": "useAdminDeleteProductsFromSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2828, + "id": 2270, "name": "useAdminDeleteProductsFromSalesChannel", "variant": "signature", "kind": 4096, @@ -57477,7 +57542,7 @@ }, "parameters": [ { - "id": 2829, + "id": 2271, "name": "id", "variant": "param", "kind": 32768, @@ -57496,7 +57561,7 @@ } }, { - "id": 2830, + "id": 2272, "name": "options", "variant": "param", "kind": 32768, @@ -57615,14 +57680,14 @@ ] }, { - "id": 2831, + "id": 2273, "name": "useAdminAddProductsToSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2832, + "id": 2274, "name": "useAdminAddProductsToSalesChannel", "variant": "signature", "kind": 4096, @@ -57657,7 +57722,7 @@ }, "parameters": [ { - "id": 2833, + "id": 2275, "name": "id", "variant": "param", "kind": 32768, @@ -57676,7 +57741,7 @@ } }, { - "id": 2834, + "id": 2276, "name": "options", "variant": "param", "kind": 32768, @@ -57795,14 +57860,14 @@ ] }, { - "id": 2835, + "id": 2277, "name": "useAdminAddLocationToSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2836, + "id": 2278, "name": "useAdminAddLocationToSalesChannel", "variant": "signature", "kind": 4096, @@ -57837,7 +57902,7 @@ }, "parameters": [ { - "id": 2837, + "id": 2279, "name": "options", "variant": "param", "kind": 32768, @@ -57883,14 +57948,14 @@ { "type": "reflection", "declaration": { - "id": 2838, + "id": 2280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2839, + "id": 2281, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -57909,7 +57974,7 @@ } }, { - "id": 2840, + "id": 2282, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -57932,8 +57997,8 @@ { "title": "Properties", "children": [ - 2839, - 2840 + 2281, + 2282 ] } ] @@ -57988,14 +58053,14 @@ { "type": "reflection", "declaration": { - "id": 2841, + "id": 2283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2842, + "id": 2284, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -58014,7 +58079,7 @@ } }, { - "id": 2843, + "id": 2285, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -58037,8 +58102,8 @@ { "title": "Properties", "children": [ - 2842, - 2843 + 2284, + 2285 ] } ] @@ -58056,14 +58121,14 @@ ] }, { - "id": 2844, + "id": 2286, "name": "useAdminRemoveLocationFromSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2845, + "id": 2287, "name": "useAdminRemoveLocationFromSalesChannel", "variant": "signature", "kind": 4096, @@ -58098,7 +58163,7 @@ }, "parameters": [ { - "id": 2846, + "id": 2288, "name": "options", "variant": "param", "kind": 32768, @@ -58144,14 +58209,14 @@ { "type": "reflection", "declaration": { - "id": 2847, + "id": 2289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2848, + "id": 2290, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -58170,7 +58235,7 @@ } }, { - "id": 2849, + "id": 2291, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -58193,8 +58258,8 @@ { "title": "Properties", "children": [ - 2848, - 2849 + 2290, + 2291 ] } ] @@ -58249,14 +58314,14 @@ { "type": "reflection", "declaration": { - "id": 2850, + "id": 2292, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2851, + "id": 2293, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -58275,7 +58340,7 @@ } }, { - "id": 2852, + "id": 2294, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -58298,8 +58363,8 @@ { "title": "Properties", "children": [ - 2851, - 2852 + 2293, + 2294 ] } ] @@ -58317,14 +58382,14 @@ ] }, { - "id": 2770, + "id": 2212, "name": "useAdminSalesChannel", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2771, + "id": 2213, "name": "useAdminSalesChannel", "variant": "signature", "kind": 4096, @@ -58359,7 +58424,7 @@ }, "parameters": [ { - "id": 2772, + "id": 2214, "name": "id", "variant": "param", "kind": 32768, @@ -58378,7 +58443,7 @@ } }, { - "id": 2773, + "id": 2215, "name": "options", "variant": "param", "kind": 32768, @@ -58387,10 +58452,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -58450,14 +58512,14 @@ { "type": "reflection", "declaration": { - "id": 2774, + "id": 2216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2776, + "id": 2218, "name": "response", "variant": "declaration", "kind": 1024, @@ -58476,7 +58538,7 @@ } }, { - "id": 2775, + "id": 2217, "name": "sales_channel", "variant": "declaration", "kind": 1024, @@ -58499,8 +58561,8 @@ { "title": "Properties", "children": [ - 2776, - 2775 + 2218, + 2217 ] } ] @@ -58509,14 +58571,14 @@ { "type": "reflection", "declaration": { - "id": 2777, + "id": 2219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2779, + "id": 2221, "name": "response", "variant": "declaration", "kind": 1024, @@ -58535,7 +58597,7 @@ } }, { - "id": 2778, + "id": 2220, "name": "sales_channel", "variant": "declaration", "kind": 1024, @@ -58558,8 +58620,8 @@ { "title": "Properties", "children": [ - 2779, - 2778 + 2221, + 2220 ] } ] @@ -58568,14 +58630,14 @@ { "type": "reflection", "declaration": { - "id": 2780, + "id": 2222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2782, + "id": 2224, "name": "response", "variant": "declaration", "kind": 1024, @@ -58594,7 +58656,7 @@ } }, { - "id": 2781, + "id": 2223, "name": "sales_channel", "variant": "declaration", "kind": 1024, @@ -58617,8 +58679,8 @@ { "title": "Properties", "children": [ - 2782, - 2781 + 2224, + 2223 ] } ] @@ -58627,14 +58689,14 @@ { "type": "reflection", "declaration": { - "id": 2783, + "id": 2225, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2785, + "id": 2227, "name": "response", "variant": "declaration", "kind": 1024, @@ -58653,7 +58715,7 @@ } }, { - "id": 2784, + "id": 2226, "name": "sales_channel", "variant": "declaration", "kind": 1024, @@ -58676,8 +58738,8 @@ { "title": "Properties", "children": [ - 2785, - 2784 + 2227, + 2226 ] } ] @@ -58689,14 +58751,14 @@ ] }, { - "id": 2786, + "id": 2228, "name": "useAdminSalesChannels", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2787, + "id": 2229, "name": "useAdminSalesChannels", "variant": "signature", "kind": 4096, @@ -58799,7 +58861,7 @@ }, "parameters": [ { - "id": 2788, + "id": 2230, "name": "query", "variant": "param", "kind": 32768, @@ -58825,7 +58887,7 @@ } }, { - "id": 2789, + "id": 2231, "name": "options", "variant": "param", "kind": 32768, @@ -58834,10 +58896,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -58882,14 +58941,14 @@ { "type": "reflection", "declaration": { - "id": 2790, + "id": 2232, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2791, + "id": 2233, "name": "query", "variant": "declaration", "kind": 1024, @@ -58904,7 +58963,7 @@ { "title": "Properties", "children": [ - 2791 + 2233 ] } ] @@ -58924,14 +58983,14 @@ { "type": "reflection", "declaration": { - "id": 2792, + "id": 2234, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2797, + "id": 2239, "name": "response", "variant": "declaration", "kind": 1024, @@ -58950,7 +59009,7 @@ } }, { - "id": 2796, + "id": 2238, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -58972,7 +59031,7 @@ } }, { - "id": 2793, + "id": 2235, "name": "limit", "variant": "declaration", "kind": 1024, @@ -58994,7 +59053,7 @@ } }, { - "id": 2794, + "id": 2236, "name": "offset", "variant": "declaration", "kind": 1024, @@ -59016,7 +59075,7 @@ } }, { - "id": 2795, + "id": 2237, "name": "count", "variant": "declaration", "kind": 1024, @@ -59042,11 +59101,11 @@ { "title": "Properties", "children": [ - 2797, - 2796, - 2793, - 2794, - 2795 + 2239, + 2238, + 2235, + 2236, + 2237 ] } ] @@ -59055,14 +59114,14 @@ { "type": "reflection", "declaration": { - "id": 2798, + "id": 2240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2803, + "id": 2245, "name": "response", "variant": "declaration", "kind": 1024, @@ -59081,7 +59140,7 @@ } }, { - "id": 2802, + "id": 2244, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -59103,7 +59162,7 @@ } }, { - "id": 2799, + "id": 2241, "name": "limit", "variant": "declaration", "kind": 1024, @@ -59125,7 +59184,7 @@ } }, { - "id": 2800, + "id": 2242, "name": "offset", "variant": "declaration", "kind": 1024, @@ -59147,7 +59206,7 @@ } }, { - "id": 2801, + "id": 2243, "name": "count", "variant": "declaration", "kind": 1024, @@ -59173,11 +59232,11 @@ { "title": "Properties", "children": [ - 2803, - 2802, - 2799, - 2800, - 2801 + 2245, + 2244, + 2241, + 2242, + 2243 ] } ] @@ -59186,14 +59245,14 @@ { "type": "reflection", "declaration": { - "id": 2804, + "id": 2246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2809, + "id": 2251, "name": "response", "variant": "declaration", "kind": 1024, @@ -59212,7 +59271,7 @@ } }, { - "id": 2808, + "id": 2250, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -59234,7 +59293,7 @@ } }, { - "id": 2805, + "id": 2247, "name": "limit", "variant": "declaration", "kind": 1024, @@ -59256,7 +59315,7 @@ } }, { - "id": 2806, + "id": 2248, "name": "offset", "variant": "declaration", "kind": 1024, @@ -59278,7 +59337,7 @@ } }, { - "id": 2807, + "id": 2249, "name": "count", "variant": "declaration", "kind": 1024, @@ -59304,11 +59363,11 @@ { "title": "Properties", "children": [ - 2809, - 2808, - 2805, - 2806, - 2807 + 2251, + 2250, + 2247, + 2248, + 2249 ] } ] @@ -59317,14 +59376,14 @@ { "type": "reflection", "declaration": { - "id": 2810, + "id": 2252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2815, + "id": 2257, "name": "response", "variant": "declaration", "kind": 1024, @@ -59343,7 +59402,7 @@ } }, { - "id": 2814, + "id": 2256, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -59365,7 +59424,7 @@ } }, { - "id": 2811, + "id": 2253, "name": "limit", "variant": "declaration", "kind": 1024, @@ -59387,7 +59446,7 @@ } }, { - "id": 2812, + "id": 2254, "name": "offset", "variant": "declaration", "kind": 1024, @@ -59409,7 +59468,7 @@ } }, { - "id": 2813, + "id": 2255, "name": "count", "variant": "declaration", "kind": 1024, @@ -59435,11 +59494,11 @@ { "title": "Properties", "children": [ - 2815, - 2814, - 2811, - 2812, - 2813 + 2257, + 2256, + 2253, + 2254, + 2255 ] } ] @@ -59455,15 +59514,15 @@ { "title": "Functions", "children": [ - 2816, - 2819, - 2823, - 2827, - 2831, - 2835, - 2844, - 2770, - 2786 + 2258, + 2261, + 2265, + 2269, + 2273, + 2277, + 2286, + 2212, + 2228 ] } ], @@ -59471,20 +59530,20 @@ { "title": "Queries", "children": [ - 2770, - 2786 + 2212, + 2228 ] }, { "title": "Mutations", "children": [ - 2816, - 2819, - 2823, - 2827, - 2831, - 2835, - 2844 + 2258, + 2261, + 2265, + 2269, + 2273, + 2277, + 2286 ] } ] @@ -59505,7 +59564,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -59518,14 +59577,14 @@ }, "children": [ { - "id": 2900, + "id": 2342, "name": "useAdminCreateShippingOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2901, + "id": 2343, "name": "useAdminCreateShippingOption", "variant": "signature", "kind": 4096, @@ -59560,7 +59619,7 @@ }, "parameters": [ { - "id": 2902, + "id": 2344, "name": "options", "variant": "param", "kind": 32768, @@ -59679,14 +59738,14 @@ ] }, { - "id": 2903, + "id": 2345, "name": "useAdminUpdateShippingOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2904, + "id": 2346, "name": "useAdminUpdateShippingOption", "variant": "signature", "kind": 4096, @@ -59721,7 +59780,7 @@ }, "parameters": [ { - "id": 2905, + "id": 2347, "name": "id", "variant": "param", "kind": 32768, @@ -59740,7 +59799,7 @@ } }, { - "id": 2906, + "id": 2348, "name": "options", "variant": "param", "kind": 32768, @@ -59859,14 +59918,14 @@ ] }, { - "id": 2907, + "id": 2349, "name": "useAdminDeleteShippingOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2908, + "id": 2350, "name": "useAdminDeleteShippingOption", "variant": "signature", "kind": 4096, @@ -59901,7 +59960,7 @@ }, "parameters": [ { - "id": 2909, + "id": 2351, "name": "id", "variant": "param", "kind": 32768, @@ -59920,7 +59979,7 @@ } }, { - "id": 2910, + "id": 2352, "name": "options", "variant": "param", "kind": 32768, @@ -60003,14 +60062,14 @@ ] }, { - "id": 2854, + "id": 2296, "name": "useAdminShippingOptions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2855, + "id": 2297, "name": "useAdminShippingOptions", "variant": "signature", "kind": 4096, @@ -60069,7 +60128,7 @@ }, "parameters": [ { - "id": 2856, + "id": 2298, "name": "query", "variant": "param", "kind": 32768, @@ -60095,7 +60154,7 @@ } }, { - "id": 2857, + "id": 2299, "name": "options", "variant": "param", "kind": 32768, @@ -60104,10 +60163,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -60152,14 +60208,14 @@ { "type": "reflection", "declaration": { - "id": 2858, + "id": 2300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2859, + "id": 2301, "name": "query", "variant": "declaration", "kind": 1024, @@ -60174,7 +60230,7 @@ { "title": "Properties", "children": [ - 2859 + 2301 ] } ] @@ -60194,14 +60250,14 @@ { "type": "reflection", "declaration": { - "id": 2860, + "id": 2302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2865, + "id": 2307, "name": "response", "variant": "declaration", "kind": 1024, @@ -60220,7 +60276,7 @@ } }, { - "id": 2864, + "id": 2306, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -60242,7 +60298,7 @@ } }, { - "id": 2861, + "id": 2303, "name": "limit", "variant": "declaration", "kind": 1024, @@ -60264,7 +60320,7 @@ } }, { - "id": 2862, + "id": 2304, "name": "offset", "variant": "declaration", "kind": 1024, @@ -60286,7 +60342,7 @@ } }, { - "id": 2863, + "id": 2305, "name": "count", "variant": "declaration", "kind": 1024, @@ -60312,11 +60368,11 @@ { "title": "Properties", "children": [ - 2865, - 2864, - 2861, - 2862, - 2863 + 2307, + 2306, + 2303, + 2304, + 2305 ] } ] @@ -60325,14 +60381,14 @@ { "type": "reflection", "declaration": { - "id": 2866, + "id": 2308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2871, + "id": 2313, "name": "response", "variant": "declaration", "kind": 1024, @@ -60351,7 +60407,7 @@ } }, { - "id": 2870, + "id": 2312, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -60373,7 +60429,7 @@ } }, { - "id": 2867, + "id": 2309, "name": "limit", "variant": "declaration", "kind": 1024, @@ -60395,7 +60451,7 @@ } }, { - "id": 2868, + "id": 2310, "name": "offset", "variant": "declaration", "kind": 1024, @@ -60417,7 +60473,7 @@ } }, { - "id": 2869, + "id": 2311, "name": "count", "variant": "declaration", "kind": 1024, @@ -60443,11 +60499,11 @@ { "title": "Properties", "children": [ - 2871, - 2870, - 2867, - 2868, - 2869 + 2313, + 2312, + 2309, + 2310, + 2311 ] } ] @@ -60456,14 +60512,14 @@ { "type": "reflection", "declaration": { - "id": 2872, + "id": 2314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2877, + "id": 2319, "name": "response", "variant": "declaration", "kind": 1024, @@ -60482,7 +60538,7 @@ } }, { - "id": 2876, + "id": 2318, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -60504,7 +60560,7 @@ } }, { - "id": 2873, + "id": 2315, "name": "limit", "variant": "declaration", "kind": 1024, @@ -60526,7 +60582,7 @@ } }, { - "id": 2874, + "id": 2316, "name": "offset", "variant": "declaration", "kind": 1024, @@ -60548,7 +60604,7 @@ } }, { - "id": 2875, + "id": 2317, "name": "count", "variant": "declaration", "kind": 1024, @@ -60574,11 +60630,11 @@ { "title": "Properties", "children": [ - 2877, - 2876, - 2873, - 2874, - 2875 + 2319, + 2318, + 2315, + 2316, + 2317 ] } ] @@ -60587,14 +60643,14 @@ { "type": "reflection", "declaration": { - "id": 2878, + "id": 2320, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2883, + "id": 2325, "name": "response", "variant": "declaration", "kind": 1024, @@ -60613,7 +60669,7 @@ } }, { - "id": 2882, + "id": 2324, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -60635,7 +60691,7 @@ } }, { - "id": 2879, + "id": 2321, "name": "limit", "variant": "declaration", "kind": 1024, @@ -60657,7 +60713,7 @@ } }, { - "id": 2880, + "id": 2322, "name": "offset", "variant": "declaration", "kind": 1024, @@ -60679,7 +60735,7 @@ } }, { - "id": 2881, + "id": 2323, "name": "count", "variant": "declaration", "kind": 1024, @@ -60705,11 +60761,11 @@ { "title": "Properties", "children": [ - 2883, - 2882, - 2879, - 2880, - 2881 + 2325, + 2324, + 2321, + 2322, + 2323 ] } ] @@ -60721,14 +60777,14 @@ ] }, { - "id": 2884, + "id": 2326, "name": "useAdminShippingOption", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2885, + "id": 2327, "name": "useAdminShippingOption", "variant": "signature", "kind": 4096, @@ -60763,7 +60819,7 @@ }, "parameters": [ { - "id": 2886, + "id": 2328, "name": "id", "variant": "param", "kind": 32768, @@ -60782,7 +60838,7 @@ } }, { - "id": 2887, + "id": 2329, "name": "options", "variant": "param", "kind": 32768, @@ -60791,10 +60847,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -60854,14 +60907,14 @@ { "type": "reflection", "declaration": { - "id": 2888, + "id": 2330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2890, + "id": 2332, "name": "response", "variant": "declaration", "kind": 1024, @@ -60880,7 +60933,7 @@ } }, { - "id": 2889, + "id": 2331, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -60903,8 +60956,8 @@ { "title": "Properties", "children": [ - 2890, - 2889 + 2332, + 2331 ] } ] @@ -60913,14 +60966,14 @@ { "type": "reflection", "declaration": { - "id": 2891, + "id": 2333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2893, + "id": 2335, "name": "response", "variant": "declaration", "kind": 1024, @@ -60939,7 +60992,7 @@ } }, { - "id": 2892, + "id": 2334, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -60962,8 +61015,8 @@ { "title": "Properties", "children": [ - 2893, - 2892 + 2335, + 2334 ] } ] @@ -60972,14 +61025,14 @@ { "type": "reflection", "declaration": { - "id": 2894, + "id": 2336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2896, + "id": 2338, "name": "response", "variant": "declaration", "kind": 1024, @@ -60998,7 +61051,7 @@ } }, { - "id": 2895, + "id": 2337, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -61021,8 +61074,8 @@ { "title": "Properties", "children": [ - 2896, - 2895 + 2338, + 2337 ] } ] @@ -61031,14 +61084,14 @@ { "type": "reflection", "declaration": { - "id": 2897, + "id": 2339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2899, + "id": 2341, "name": "response", "variant": "declaration", "kind": 1024, @@ -61057,7 +61110,7 @@ } }, { - "id": 2898, + "id": 2340, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -61080,8 +61133,8 @@ { "title": "Properties", "children": [ - 2899, - 2898 + 2341, + 2340 ] } ] @@ -61097,11 +61150,11 @@ { "title": "Functions", "children": [ - 2900, - 2903, - 2907, - 2854, - 2884 + 2342, + 2345, + 2349, + 2296, + 2326 ] } ], @@ -61109,16 +61162,16 @@ { "title": "Queries", "children": [ - 2854, - 2884 + 2296, + 2326 ] }, { "title": "Mutations", "children": [ - 2900, - 2903, - 2907 + 2342, + 2345, + 2349 ] } ] @@ -61139,7 +61192,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -61152,14 +61205,14 @@ }, "children": [ { - "id": 2943, + "id": 2385, "name": "useAdminCreateShippingProfile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2944, + "id": 2386, "name": "useAdminCreateShippingProfile", "variant": "signature", "kind": 4096, @@ -61194,7 +61247,7 @@ }, "parameters": [ { - "id": 2945, + "id": 2387, "name": "options", "variant": "param", "kind": 32768, @@ -61313,14 +61366,14 @@ ] }, { - "id": 2946, + "id": 2388, "name": "useAdminUpdateShippingProfile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2947, + "id": 2389, "name": "useAdminUpdateShippingProfile", "variant": "signature", "kind": 4096, @@ -61355,7 +61408,7 @@ }, "parameters": [ { - "id": 2948, + "id": 2390, "name": "id", "variant": "param", "kind": 32768, @@ -61374,7 +61427,7 @@ } }, { - "id": 2949, + "id": 2391, "name": "options", "variant": "param", "kind": 32768, @@ -61493,14 +61546,14 @@ ] }, { - "id": 2950, + "id": 2392, "name": "useAdminDeleteShippingProfile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2951, + "id": 2393, "name": "useAdminDeleteShippingProfile", "variant": "signature", "kind": 4096, @@ -61535,7 +61588,7 @@ }, "parameters": [ { - "id": 2952, + "id": 2394, "name": "id", "variant": "param", "kind": 32768, @@ -61554,7 +61607,7 @@ } }, { - "id": 2953, + "id": 2395, "name": "options", "variant": "param", "kind": 32768, @@ -61663,14 +61716,14 @@ ] }, { - "id": 2912, + "id": 2354, "name": "useAdminShippingProfiles", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2913, + "id": 2355, "name": "useAdminShippingProfiles", "variant": "signature", "kind": 4096, @@ -61705,7 +61758,7 @@ }, "parameters": [ { - "id": 2914, + "id": 2356, "name": "options", "variant": "param", "kind": 32768, @@ -61714,10 +61767,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -61773,14 +61823,14 @@ { "type": "reflection", "declaration": { - "id": 2915, + "id": 2357, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2917, + "id": 2359, "name": "response", "variant": "declaration", "kind": 1024, @@ -61799,7 +61849,7 @@ } }, { - "id": 2916, + "id": 2358, "name": "shipping_profiles", "variant": "declaration", "kind": 1024, @@ -61825,8 +61875,8 @@ { "title": "Properties", "children": [ - 2917, - 2916 + 2359, + 2358 ] } ] @@ -61835,14 +61885,14 @@ { "type": "reflection", "declaration": { - "id": 2918, + "id": 2360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2920, + "id": 2362, "name": "response", "variant": "declaration", "kind": 1024, @@ -61861,7 +61911,7 @@ } }, { - "id": 2919, + "id": 2361, "name": "shipping_profiles", "variant": "declaration", "kind": 1024, @@ -61887,8 +61937,8 @@ { "title": "Properties", "children": [ - 2920, - 2919 + 2362, + 2361 ] } ] @@ -61897,14 +61947,14 @@ { "type": "reflection", "declaration": { - "id": 2921, + "id": 2363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2923, + "id": 2365, "name": "response", "variant": "declaration", "kind": 1024, @@ -61923,7 +61973,7 @@ } }, { - "id": 2922, + "id": 2364, "name": "shipping_profiles", "variant": "declaration", "kind": 1024, @@ -61949,8 +61999,8 @@ { "title": "Properties", "children": [ - 2923, - 2922 + 2365, + 2364 ] } ] @@ -61959,14 +62009,14 @@ { "type": "reflection", "declaration": { - "id": 2924, + "id": 2366, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2926, + "id": 2368, "name": "response", "variant": "declaration", "kind": 1024, @@ -61985,7 +62035,7 @@ } }, { - "id": 2925, + "id": 2367, "name": "shipping_profiles", "variant": "declaration", "kind": 1024, @@ -62011,8 +62061,8 @@ { "title": "Properties", "children": [ - 2926, - 2925 + 2368, + 2367 ] } ] @@ -62024,14 +62074,14 @@ ] }, { - "id": 2927, + "id": 2369, "name": "useAdminShippingProfile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2928, + "id": 2370, "name": "useAdminShippingProfile", "variant": "signature", "kind": 4096, @@ -62066,7 +62116,7 @@ }, "parameters": [ { - "id": 2929, + "id": 2371, "name": "id", "variant": "param", "kind": 32768, @@ -62085,7 +62135,7 @@ } }, { - "id": 2930, + "id": 2372, "name": "options", "variant": "param", "kind": 32768, @@ -62094,10 +62144,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -62157,14 +62204,14 @@ { "type": "reflection", "declaration": { - "id": 2931, + "id": 2373, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2933, + "id": 2375, "name": "response", "variant": "declaration", "kind": 1024, @@ -62183,7 +62230,7 @@ } }, { - "id": 2932, + "id": 2374, "name": "shipping_profile", "variant": "declaration", "kind": 1024, @@ -62206,8 +62253,8 @@ { "title": "Properties", "children": [ - 2933, - 2932 + 2375, + 2374 ] } ] @@ -62216,14 +62263,14 @@ { "type": "reflection", "declaration": { - "id": 2934, + "id": 2376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2936, + "id": 2378, "name": "response", "variant": "declaration", "kind": 1024, @@ -62242,7 +62289,7 @@ } }, { - "id": 2935, + "id": 2377, "name": "shipping_profile", "variant": "declaration", "kind": 1024, @@ -62265,8 +62312,8 @@ { "title": "Properties", "children": [ - 2936, - 2935 + 2378, + 2377 ] } ] @@ -62275,14 +62322,14 @@ { "type": "reflection", "declaration": { - "id": 2937, + "id": 2379, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2939, + "id": 2381, "name": "response", "variant": "declaration", "kind": 1024, @@ -62301,7 +62348,7 @@ } }, { - "id": 2938, + "id": 2380, "name": "shipping_profile", "variant": "declaration", "kind": 1024, @@ -62324,8 +62371,8 @@ { "title": "Properties", "children": [ - 2939, - 2938 + 2381, + 2380 ] } ] @@ -62334,14 +62381,14 @@ { "type": "reflection", "declaration": { - "id": 2940, + "id": 2382, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2942, + "id": 2384, "name": "response", "variant": "declaration", "kind": 1024, @@ -62360,7 +62407,7 @@ } }, { - "id": 2941, + "id": 2383, "name": "shipping_profile", "variant": "declaration", "kind": 1024, @@ -62383,8 +62430,8 @@ { "title": "Properties", "children": [ - 2942, - 2941 + 2384, + 2383 ] } ] @@ -62400,11 +62447,11 @@ { "title": "Functions", "children": [ - 2943, - 2946, - 2950, - 2912, - 2927 + 2385, + 2388, + 2392, + 2354, + 2369 ] } ], @@ -62412,16 +62459,16 @@ { "title": "Queries", "children": [ - 2912, - 2927 + 2354, + 2369 ] }, { "title": "Mutations", "children": [ - 2943, - 2946, - 2950 + 2385, + 2388, + 2392 ] } ] @@ -62442,7 +62489,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -62455,14 +62502,14 @@ }, "children": [ { - "id": 3001, + "id": 2443, "name": "useAdminCreateStockLocation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3002, + "id": 2444, "name": "useAdminCreateStockLocation", "variant": "signature", "kind": 4096, @@ -62497,7 +62544,7 @@ }, "parameters": [ { - "id": 3003, + "id": 2445, "name": "options", "variant": "param", "kind": 32768, @@ -62616,14 +62663,14 @@ ] }, { - "id": 3004, + "id": 2446, "name": "useAdminUpdateStockLocation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3005, + "id": 2447, "name": "useAdminUpdateStockLocation", "variant": "signature", "kind": 4096, @@ -62658,7 +62705,7 @@ }, "parameters": [ { - "id": 3006, + "id": 2448, "name": "id", "variant": "param", "kind": 32768, @@ -62677,7 +62724,7 @@ } }, { - "id": 3007, + "id": 2449, "name": "options", "variant": "param", "kind": 32768, @@ -62796,14 +62843,14 @@ ] }, { - "id": 3008, + "id": 2450, "name": "useAdminDeleteStockLocation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3009, + "id": 2451, "name": "useAdminDeleteStockLocation", "variant": "signature", "kind": 4096, @@ -62838,7 +62885,7 @@ }, "parameters": [ { - "id": 3010, + "id": 2452, "name": "id", "variant": "param", "kind": 32768, @@ -62857,7 +62904,7 @@ } }, { - "id": 3011, + "id": 2453, "name": "options", "variant": "param", "kind": 32768, @@ -62881,11 +62928,11 @@ { "type": "reference", "target": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "DeleteResponse" + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "AdminStockLocationsDeleteRes" }, - "name": "DeleteResponse", - "package": "@medusajs/types" + "name": "AdminStockLocationsDeleteRes", + "package": "@medusajs/medusa" } ], "name": "Response", @@ -62931,11 +62978,11 @@ { "type": "reference", "target": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "DeleteResponse" + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "AdminStockLocationsDeleteRes" }, - "name": "DeleteResponse", - "package": "@medusajs/types" + "name": "AdminStockLocationsDeleteRes", + "package": "@medusajs/medusa" } ], "name": "Response", @@ -62966,14 +63013,14 @@ ] }, { - "id": 2955, + "id": 2397, "name": "useAdminStockLocations", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2956, + "id": 2398, "name": "useAdminStockLocations", "variant": "signature", "kind": 4096, @@ -63076,7 +63123,7 @@ }, "parameters": [ { - "id": 2957, + "id": 2399, "name": "query", "variant": "param", "kind": 32768, @@ -63102,7 +63149,7 @@ } }, { - "id": 2958, + "id": 2400, "name": "options", "variant": "param", "kind": 32768, @@ -63111,10 +63158,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -63159,14 +63203,14 @@ { "type": "reflection", "declaration": { - "id": 2959, + "id": 2401, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2960, + "id": 2402, "name": "query", "variant": "declaration", "kind": 1024, @@ -63181,7 +63225,7 @@ { "title": "Properties", "children": [ - 2960 + 2402 ] } ] @@ -63201,14 +63245,14 @@ { "type": "reflection", "declaration": { - "id": 2961, + "id": 2403, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2966, + "id": 2408, "name": "response", "variant": "declaration", "kind": 1024, @@ -63227,7 +63271,7 @@ } }, { - "id": 2965, + "id": 2407, "name": "stock_locations", "variant": "declaration", "kind": 1024, @@ -63249,7 +63293,7 @@ } }, { - "id": 2962, + "id": 2404, "name": "limit", "variant": "declaration", "kind": 1024, @@ -63257,13 +63301,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2963, + "id": 2405, "name": "offset", "variant": "declaration", "kind": 1024, @@ -63271,13 +63323,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2964, + "id": 2406, "name": "count", "variant": "declaration", "kind": 1024, @@ -63285,6 +63345,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -63295,11 +63363,11 @@ { "title": "Properties", "children": [ - 2966, - 2965, - 2962, - 2963, - 2964 + 2408, + 2407, + 2404, + 2405, + 2406 ] } ] @@ -63308,14 +63376,14 @@ { "type": "reflection", "declaration": { - "id": 2967, + "id": 2409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2972, + "id": 2414, "name": "response", "variant": "declaration", "kind": 1024, @@ -63334,7 +63402,7 @@ } }, { - "id": 2971, + "id": 2413, "name": "stock_locations", "variant": "declaration", "kind": 1024, @@ -63356,7 +63424,7 @@ } }, { - "id": 2968, + "id": 2410, "name": "limit", "variant": "declaration", "kind": 1024, @@ -63364,13 +63432,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2969, + "id": 2411, "name": "offset", "variant": "declaration", "kind": 1024, @@ -63378,13 +63454,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2970, + "id": 2412, "name": "count", "variant": "declaration", "kind": 1024, @@ -63392,6 +63476,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -63402,11 +63494,11 @@ { "title": "Properties", "children": [ - 2972, - 2971, - 2968, - 2969, - 2970 + 2414, + 2413, + 2410, + 2411, + 2412 ] } ] @@ -63415,14 +63507,14 @@ { "type": "reflection", "declaration": { - "id": 2973, + "id": 2415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2978, + "id": 2420, "name": "response", "variant": "declaration", "kind": 1024, @@ -63441,7 +63533,7 @@ } }, { - "id": 2977, + "id": 2419, "name": "stock_locations", "variant": "declaration", "kind": 1024, @@ -63463,7 +63555,7 @@ } }, { - "id": 2974, + "id": 2416, "name": "limit", "variant": "declaration", "kind": 1024, @@ -63471,13 +63563,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2975, + "id": 2417, "name": "offset", "variant": "declaration", "kind": 1024, @@ -63485,13 +63585,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2976, + "id": 2418, "name": "count", "variant": "declaration", "kind": 1024, @@ -63499,6 +63607,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -63509,11 +63625,11 @@ { "title": "Properties", "children": [ - 2978, - 2977, - 2974, - 2975, - 2976 + 2420, + 2419, + 2416, + 2417, + 2418 ] } ] @@ -63522,14 +63638,14 @@ { "type": "reflection", "declaration": { - "id": 2979, + "id": 2421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2984, + "id": 2426, "name": "response", "variant": "declaration", "kind": 1024, @@ -63548,7 +63664,7 @@ } }, { - "id": 2983, + "id": 2425, "name": "stock_locations", "variant": "declaration", "kind": 1024, @@ -63570,7 +63686,7 @@ } }, { - "id": 2980, + "id": 2422, "name": "limit", "variant": "declaration", "kind": 1024, @@ -63578,13 +63694,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2981, + "id": 2423, "name": "offset", "variant": "declaration", "kind": 1024, @@ -63592,13 +63716,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 2982, + "id": 2424, "name": "count", "variant": "declaration", "kind": 1024, @@ -63606,6 +63738,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -63616,11 +63756,11 @@ { "title": "Properties", "children": [ - 2984, - 2983, - 2980, - 2981, - 2982 + 2426, + 2425, + 2422, + 2423, + 2424 ] } ] @@ -63632,14 +63772,14 @@ ] }, { - "id": 2985, + "id": 2427, "name": "useAdminStockLocation", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 2986, + "id": 2428, "name": "useAdminStockLocation", "variant": "signature", "kind": 4096, @@ -63674,7 +63814,7 @@ }, "parameters": [ { - "id": 2987, + "id": 2429, "name": "id", "variant": "param", "kind": 32768, @@ -63693,7 +63833,7 @@ } }, { - "id": 2988, + "id": 2430, "name": "options", "variant": "param", "kind": 32768, @@ -63702,10 +63842,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -63765,14 +63902,14 @@ { "type": "reflection", "declaration": { - "id": 2989, + "id": 2431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2991, + "id": 2433, "name": "response", "variant": "declaration", "kind": 1024, @@ -63791,7 +63928,7 @@ } }, { - "id": 2990, + "id": 2432, "name": "stock_location", "variant": "declaration", "kind": 1024, @@ -63814,8 +63951,8 @@ { "title": "Properties", "children": [ - 2991, - 2990 + 2433, + 2432 ] } ] @@ -63824,14 +63961,14 @@ { "type": "reflection", "declaration": { - "id": 2992, + "id": 2434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2994, + "id": 2436, "name": "response", "variant": "declaration", "kind": 1024, @@ -63850,7 +63987,7 @@ } }, { - "id": 2993, + "id": 2435, "name": "stock_location", "variant": "declaration", "kind": 1024, @@ -63873,8 +64010,8 @@ { "title": "Properties", "children": [ - 2994, - 2993 + 2436, + 2435 ] } ] @@ -63883,14 +64020,14 @@ { "type": "reflection", "declaration": { - "id": 2995, + "id": 2437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2997, + "id": 2439, "name": "response", "variant": "declaration", "kind": 1024, @@ -63909,7 +64046,7 @@ } }, { - "id": 2996, + "id": 2438, "name": "stock_location", "variant": "declaration", "kind": 1024, @@ -63932,8 +64069,8 @@ { "title": "Properties", "children": [ - 2997, - 2996 + 2439, + 2438 ] } ] @@ -63942,14 +64079,14 @@ { "type": "reflection", "declaration": { - "id": 2998, + "id": 2440, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3000, + "id": 2442, "name": "response", "variant": "declaration", "kind": 1024, @@ -63968,7 +64105,7 @@ } }, { - "id": 2999, + "id": 2441, "name": "stock_location", "variant": "declaration", "kind": 1024, @@ -63991,8 +64128,8 @@ { "title": "Properties", "children": [ - 3000, - 2999 + 2442, + 2441 ] } ] @@ -64008,11 +64145,11 @@ { "title": "Functions", "children": [ - 3001, - 3004, - 3008, - 2955, - 2985 + 2443, + 2446, + 2450, + 2397, + 2427 ] } ], @@ -64020,16 +64157,16 @@ { "title": "Queries", "children": [ - 2955, - 2985 + 2397, + 2427 ] }, { "title": "Mutations", "children": [ - 3001, - 3004, - 3008 + 2443, + 2446, + 2450 ] } ] @@ -64050,7 +64187,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -64063,14 +64200,14 @@ }, "children": [ { - "id": 3058, + "id": 2500, "name": "useAdminUpdateStore", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3059, + "id": 2501, "name": "useAdminUpdateStore", "variant": "signature", "kind": 4096, @@ -64105,7 +64242,7 @@ }, "parameters": [ { - "id": 3060, + "id": 2502, "name": "options", "variant": "param", "kind": 32768, @@ -64224,14 +64361,14 @@ ] }, { - "id": 3061, + "id": 2503, "name": "useAdminAddStoreCurrency", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3062, + "id": 2504, "name": "useAdminAddStoreCurrency", "variant": "signature", "kind": 4096, @@ -64275,7 +64412,7 @@ }, "parameters": [ { - "id": 3063, + "id": 2505, "name": "options", "variant": "param", "kind": 32768, @@ -64384,14 +64521,14 @@ ] }, { - "id": 3064, + "id": 2506, "name": "useAdminDeleteStoreCurrency", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3065, + "id": 2507, "name": "useAdminDeleteStoreCurrency", "variant": "signature", "kind": 4096, @@ -64435,7 +64572,7 @@ }, "parameters": [ { - "id": 3066, + "id": 2508, "name": "options", "variant": "param", "kind": 32768, @@ -64544,14 +64681,14 @@ ] }, { - "id": 3013, + "id": 2455, "name": "useAdminStorePaymentProviders", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3014, + "id": 2456, "name": "useAdminStorePaymentProviders", "variant": "signature", "kind": 4096, @@ -64586,7 +64723,7 @@ }, "parameters": [ { - "id": 3015, + "id": 2457, "name": "options", "variant": "param", "kind": 32768, @@ -64595,10 +64732,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -64658,14 +64792,14 @@ { "type": "reflection", "declaration": { - "id": 3016, + "id": 2458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3018, + "id": 2460, "name": "response", "variant": "declaration", "kind": 1024, @@ -64684,7 +64818,7 @@ } }, { - "id": 3017, + "id": 2459, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -64710,8 +64844,8 @@ { "title": "Properties", "children": [ - 3018, - 3017 + 2460, + 2459 ] } ] @@ -64720,14 +64854,14 @@ { "type": "reflection", "declaration": { - "id": 3019, + "id": 2461, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3021, + "id": 2463, "name": "response", "variant": "declaration", "kind": 1024, @@ -64746,7 +64880,7 @@ } }, { - "id": 3020, + "id": 2462, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -64772,8 +64906,8 @@ { "title": "Properties", "children": [ - 3021, - 3020 + 2463, + 2462 ] } ] @@ -64782,14 +64916,14 @@ { "type": "reflection", "declaration": { - "id": 3022, + "id": 2464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3024, + "id": 2466, "name": "response", "variant": "declaration", "kind": 1024, @@ -64808,7 +64942,7 @@ } }, { - "id": 3023, + "id": 2465, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -64834,8 +64968,8 @@ { "title": "Properties", "children": [ - 3024, - 3023 + 2466, + 2465 ] } ] @@ -64844,14 +64978,14 @@ { "type": "reflection", "declaration": { - "id": 3025, + "id": 2467, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3027, + "id": 2469, "name": "response", "variant": "declaration", "kind": 1024, @@ -64870,7 +65004,7 @@ } }, { - "id": 3026, + "id": 2468, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -64896,8 +65030,8 @@ { "title": "Properties", "children": [ - 3027, - 3026 + 2469, + 2468 ] } ] @@ -64909,14 +65043,14 @@ ] }, { - "id": 3028, + "id": 2470, "name": "useAdminStoreTaxProviders", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3029, + "id": 2471, "name": "useAdminStoreTaxProviders", "variant": "signature", "kind": 4096, @@ -64951,7 +65085,7 @@ }, "parameters": [ { - "id": 3030, + "id": 2472, "name": "options", "variant": "param", "kind": 32768, @@ -64960,10 +65094,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -65023,14 +65154,14 @@ { "type": "reflection", "declaration": { - "id": 3031, + "id": 2473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3033, + "id": 2475, "name": "response", "variant": "declaration", "kind": 1024, @@ -65049,7 +65180,7 @@ } }, { - "id": 3032, + "id": 2474, "name": "tax_providers", "variant": "declaration", "kind": 1024, @@ -65075,8 +65206,8 @@ { "title": "Properties", "children": [ - 3033, - 3032 + 2475, + 2474 ] } ] @@ -65085,14 +65216,14 @@ { "type": "reflection", "declaration": { - "id": 3034, + "id": 2476, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3036, + "id": 2478, "name": "response", "variant": "declaration", "kind": 1024, @@ -65111,7 +65242,7 @@ } }, { - "id": 3035, + "id": 2477, "name": "tax_providers", "variant": "declaration", "kind": 1024, @@ -65137,8 +65268,8 @@ { "title": "Properties", "children": [ - 3036, - 3035 + 2478, + 2477 ] } ] @@ -65147,14 +65278,14 @@ { "type": "reflection", "declaration": { - "id": 3037, + "id": 2479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3039, + "id": 2481, "name": "response", "variant": "declaration", "kind": 1024, @@ -65173,7 +65304,7 @@ } }, { - "id": 3038, + "id": 2480, "name": "tax_providers", "variant": "declaration", "kind": 1024, @@ -65199,8 +65330,8 @@ { "title": "Properties", "children": [ - 3039, - 3038 + 2481, + 2480 ] } ] @@ -65209,14 +65340,14 @@ { "type": "reflection", "declaration": { - "id": 3040, + "id": 2482, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3042, + "id": 2484, "name": "response", "variant": "declaration", "kind": 1024, @@ -65235,7 +65366,7 @@ } }, { - "id": 3041, + "id": 2483, "name": "tax_providers", "variant": "declaration", "kind": 1024, @@ -65261,8 +65392,8 @@ { "title": "Properties", "children": [ - 3042, - 3041 + 2484, + 2483 ] } ] @@ -65274,14 +65405,14 @@ ] }, { - "id": 3043, + "id": 2485, "name": "useAdminStore", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3044, + "id": 2486, "name": "useAdminStore", "variant": "signature", "kind": 4096, @@ -65316,7 +65447,7 @@ }, "parameters": [ { - "id": 3045, + "id": 2487, "name": "options", "variant": "param", "kind": 32768, @@ -65325,10 +65456,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -65384,14 +65512,14 @@ { "type": "reflection", "declaration": { - "id": 3046, + "id": 2488, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3048, + "id": 2490, "name": "response", "variant": "declaration", "kind": 1024, @@ -65410,7 +65538,7 @@ } }, { - "id": 3047, + "id": 2489, "name": "store", "variant": "declaration", "kind": 1024, @@ -65433,8 +65561,8 @@ { "title": "Properties", "children": [ - 3048, - 3047 + 2490, + 2489 ] } ] @@ -65443,14 +65571,14 @@ { "type": "reflection", "declaration": { - "id": 3049, + "id": 2491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3051, + "id": 2493, "name": "response", "variant": "declaration", "kind": 1024, @@ -65469,7 +65597,7 @@ } }, { - "id": 3050, + "id": 2492, "name": "store", "variant": "declaration", "kind": 1024, @@ -65492,8 +65620,8 @@ { "title": "Properties", "children": [ - 3051, - 3050 + 2493, + 2492 ] } ] @@ -65502,14 +65630,14 @@ { "type": "reflection", "declaration": { - "id": 3052, + "id": 2494, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3054, + "id": 2496, "name": "response", "variant": "declaration", "kind": 1024, @@ -65528,7 +65656,7 @@ } }, { - "id": 3053, + "id": 2495, "name": "store", "variant": "declaration", "kind": 1024, @@ -65551,8 +65679,8 @@ { "title": "Properties", "children": [ - 3054, - 3053 + 2496, + 2495 ] } ] @@ -65561,14 +65689,14 @@ { "type": "reflection", "declaration": { - "id": 3055, + "id": 2497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3057, + "id": 2499, "name": "response", "variant": "declaration", "kind": 1024, @@ -65587,7 +65715,7 @@ } }, { - "id": 3056, + "id": 2498, "name": "store", "variant": "declaration", "kind": 1024, @@ -65610,8 +65738,8 @@ { "title": "Properties", "children": [ - 3057, - 3056 + 2499, + 2498 ] } ] @@ -65627,12 +65755,12 @@ { "title": "Functions", "children": [ - 3058, - 3061, - 3064, - 3013, - 3028, - 3043 + 2500, + 2503, + 2506, + 2455, + 2470, + 2485 ] } ], @@ -65640,17 +65768,17 @@ { "title": "Queries", "children": [ - 3013, - 3028, - 3043 + 2455, + 2470, + 2485 ] }, { "title": "Mutations", "children": [ - 3058, - 3061, - 3064 + 2500, + 2503, + 2506 ] } ] @@ -65671,7 +65799,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -65684,14 +65812,14 @@ }, "children": [ { - "id": 3114, + "id": 2556, "name": "useAdminCreateSwap", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3115, + "id": 2557, "name": "useAdminCreateSwap", "variant": "signature", "kind": 4096, @@ -65726,7 +65854,7 @@ }, "parameters": [ { - "id": 3116, + "id": 2558, "name": "orderId", "variant": "param", "kind": 32768, @@ -65745,7 +65873,7 @@ } }, { - "id": 3117, + "id": 2559, "name": "options", "variant": "param", "kind": 32768, @@ -65864,14 +65992,14 @@ ] }, { - "id": 3118, + "id": 2560, "name": "useAdminCancelSwap", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3119, + "id": 2561, "name": "useAdminCancelSwap", "variant": "signature", "kind": 4096, @@ -65915,7 +66043,7 @@ }, "parameters": [ { - "id": 3120, + "id": 2562, "name": "orderId", "variant": "param", "kind": 32768, @@ -65934,7 +66062,7 @@ } }, { - "id": 3121, + "id": 2563, "name": "options", "variant": "param", "kind": 32768, @@ -66043,14 +66171,14 @@ ] }, { - "id": 3125, + "id": 2567, "name": "useAdminFulfillSwap", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3126, + "id": 2568, "name": "useAdminFulfillSwap", "variant": "signature", "kind": 4096, @@ -66101,7 +66229,7 @@ }, "parameters": [ { - "id": 3127, + "id": 2569, "name": "orderId", "variant": "param", "kind": 32768, @@ -66120,7 +66248,7 @@ } }, { - "id": 3128, + "id": 2570, "name": "options", "variant": "param", "kind": 32768, @@ -66165,7 +66293,7 @@ }, { "type": "reference", - "target": 3122, + "target": 2564, "name": "AdminFulfillSwapReq", "package": "medusa-react" }, @@ -66217,7 +66345,7 @@ }, { "type": "reference", - "target": 3122, + "target": 2564, "name": "AdminFulfillSwapReq", "package": "medusa-react" }, @@ -66233,14 +66361,14 @@ ] }, { - "id": 3132, + "id": 2574, "name": "useAdminCreateSwapShipment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3133, + "id": 2575, "name": "useAdminCreateSwapShipment", "variant": "signature", "kind": 4096, @@ -66291,7 +66419,7 @@ }, "parameters": [ { - "id": 3134, + "id": 2576, "name": "orderId", "variant": "param", "kind": 32768, @@ -66310,7 +66438,7 @@ } }, { - "id": 3135, + "id": 2577, "name": "options", "variant": "param", "kind": 32768, @@ -66355,7 +66483,7 @@ }, { "type": "reference", - "target": 3129, + "target": 2571, "name": "AdminCreateSwapShipmentReq", "package": "medusa-react" }, @@ -66407,7 +66535,7 @@ }, { "type": "reference", - "target": 3129, + "target": 2571, "name": "AdminCreateSwapShipmentReq", "package": "medusa-react" }, @@ -66423,14 +66551,14 @@ ] }, { - "id": 3136, + "id": 2578, "name": "useAdminProcessSwapPayment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3137, + "id": 2579, "name": "useAdminProcessSwapPayment", "variant": "signature", "kind": 4096, @@ -66498,7 +66626,7 @@ }, "parameters": [ { - "id": 3138, + "id": 2580, "name": "orderId", "variant": "param", "kind": 32768, @@ -66517,7 +66645,7 @@ } }, { - "id": 3139, + "id": 2581, "name": "options", "variant": "param", "kind": 32768, @@ -66626,14 +66754,14 @@ ] }, { - "id": 3144, + "id": 2586, "name": "useAdminCancelSwapFulfillment", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3145, + "id": 2587, "name": "useAdminCancelSwapFulfillment", "variant": "signature", "kind": 4096, @@ -66676,7 +66804,7 @@ }, "parameters": [ { - "id": 3146, + "id": 2588, "name": "orderId", "variant": "param", "kind": 32768, @@ -66695,7 +66823,7 @@ } }, { - "id": 3147, + "id": 2589, "name": "options", "variant": "param", "kind": 32768, @@ -66741,14 +66869,14 @@ { "type": "reflection", "declaration": { - "id": 3148, + "id": 2590, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3149, + "id": 2591, "name": "swap_id", "variant": "declaration", "kind": 1024, @@ -66759,7 +66887,7 @@ } }, { - "id": 3150, + "id": 2592, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -66774,8 +66902,8 @@ { "title": "Properties", "children": [ - 3149, - 3150 + 2591, + 2592 ] } ] @@ -66830,14 +66958,14 @@ { "type": "reflection", "declaration": { - "id": 3151, + "id": 2593, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3152, + "id": 2594, "name": "swap_id", "variant": "declaration", "kind": 1024, @@ -66848,7 +66976,7 @@ } }, { - "id": 3153, + "id": 2595, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -66863,8 +66991,8 @@ { "title": "Properties", "children": [ - 3152, - 3153 + 2594, + 2595 ] } ] @@ -66882,14 +67010,14 @@ ] }, { - "id": 3068, + "id": 2510, "name": "useAdminSwaps", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3069, + "id": 2511, "name": "useAdminSwaps", "variant": "signature", "kind": 4096, @@ -66960,7 +67088,7 @@ }, "parameters": [ { - "id": 3070, + "id": 2512, "name": "query", "variant": "param", "kind": 32768, @@ -66986,7 +67114,7 @@ } }, { - "id": 3071, + "id": 2513, "name": "options", "variant": "param", "kind": 32768, @@ -66995,10 +67123,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -67043,14 +67168,14 @@ { "type": "reflection", "declaration": { - "id": 3072, + "id": 2514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3073, + "id": 2515, "name": "query", "variant": "declaration", "kind": 1024, @@ -67065,7 +67190,7 @@ { "title": "Properties", "children": [ - 3073 + 2515 ] } ] @@ -67085,14 +67210,14 @@ { "type": "reflection", "declaration": { - "id": 3074, + "id": 2516, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3079, + "id": 2521, "name": "response", "variant": "declaration", "kind": 1024, @@ -67111,7 +67236,7 @@ } }, { - "id": 3078, + "id": 2520, "name": "swaps", "variant": "declaration", "kind": 1024, @@ -67133,7 +67258,7 @@ } }, { - "id": 3075, + "id": 2517, "name": "limit", "variant": "declaration", "kind": 1024, @@ -67155,7 +67280,7 @@ } }, { - "id": 3076, + "id": 2518, "name": "offset", "variant": "declaration", "kind": 1024, @@ -67177,7 +67302,7 @@ } }, { - "id": 3077, + "id": 2519, "name": "count", "variant": "declaration", "kind": 1024, @@ -67203,11 +67328,11 @@ { "title": "Properties", "children": [ - 3079, - 3078, - 3075, - 3076, - 3077 + 2521, + 2520, + 2517, + 2518, + 2519 ] } ] @@ -67216,14 +67341,14 @@ { "type": "reflection", "declaration": { - "id": 3080, + "id": 2522, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3085, + "id": 2527, "name": "response", "variant": "declaration", "kind": 1024, @@ -67242,7 +67367,7 @@ } }, { - "id": 3084, + "id": 2526, "name": "swaps", "variant": "declaration", "kind": 1024, @@ -67264,7 +67389,7 @@ } }, { - "id": 3081, + "id": 2523, "name": "limit", "variant": "declaration", "kind": 1024, @@ -67286,7 +67411,7 @@ } }, { - "id": 3082, + "id": 2524, "name": "offset", "variant": "declaration", "kind": 1024, @@ -67308,7 +67433,7 @@ } }, { - "id": 3083, + "id": 2525, "name": "count", "variant": "declaration", "kind": 1024, @@ -67334,11 +67459,11 @@ { "title": "Properties", "children": [ - 3085, - 3084, - 3081, - 3082, - 3083 + 2527, + 2526, + 2523, + 2524, + 2525 ] } ] @@ -67347,14 +67472,14 @@ { "type": "reflection", "declaration": { - "id": 3086, + "id": 2528, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3091, + "id": 2533, "name": "response", "variant": "declaration", "kind": 1024, @@ -67373,7 +67498,7 @@ } }, { - "id": 3090, + "id": 2532, "name": "swaps", "variant": "declaration", "kind": 1024, @@ -67395,7 +67520,7 @@ } }, { - "id": 3087, + "id": 2529, "name": "limit", "variant": "declaration", "kind": 1024, @@ -67417,7 +67542,7 @@ } }, { - "id": 3088, + "id": 2530, "name": "offset", "variant": "declaration", "kind": 1024, @@ -67439,7 +67564,7 @@ } }, { - "id": 3089, + "id": 2531, "name": "count", "variant": "declaration", "kind": 1024, @@ -67465,11 +67590,11 @@ { "title": "Properties", "children": [ - 3091, - 3090, - 3087, - 3088, - 3089 + 2533, + 2532, + 2529, + 2530, + 2531 ] } ] @@ -67478,14 +67603,14 @@ { "type": "reflection", "declaration": { - "id": 3092, + "id": 2534, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3097, + "id": 2539, "name": "response", "variant": "declaration", "kind": 1024, @@ -67504,7 +67629,7 @@ } }, { - "id": 3096, + "id": 2538, "name": "swaps", "variant": "declaration", "kind": 1024, @@ -67526,7 +67651,7 @@ } }, { - "id": 3093, + "id": 2535, "name": "limit", "variant": "declaration", "kind": 1024, @@ -67548,7 +67673,7 @@ } }, { - "id": 3094, + "id": 2536, "name": "offset", "variant": "declaration", "kind": 1024, @@ -67570,7 +67695,7 @@ } }, { - "id": 3095, + "id": 2537, "name": "count", "variant": "declaration", "kind": 1024, @@ -67596,11 +67721,11 @@ { "title": "Properties", "children": [ - 3097, - 3096, - 3093, - 3094, - 3095 + 2539, + 2538, + 2535, + 2536, + 2537 ] } ] @@ -67612,14 +67737,14 @@ ] }, { - "id": 3098, + "id": 2540, "name": "useAdminSwap", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3099, + "id": 2541, "name": "useAdminSwap", "variant": "signature", "kind": 4096, @@ -67654,7 +67779,7 @@ }, "parameters": [ { - "id": 3100, + "id": 2542, "name": "id", "variant": "param", "kind": 32768, @@ -67673,7 +67798,7 @@ } }, { - "id": 3101, + "id": 2543, "name": "options", "variant": "param", "kind": 32768, @@ -67682,10 +67807,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -67745,14 +67867,14 @@ { "type": "reflection", "declaration": { - "id": 3102, + "id": 2544, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3104, + "id": 2546, "name": "response", "variant": "declaration", "kind": 1024, @@ -67771,7 +67893,7 @@ } }, { - "id": 3103, + "id": 2545, "name": "swap", "variant": "declaration", "kind": 1024, @@ -67794,8 +67916,8 @@ { "title": "Properties", "children": [ - 3104, - 3103 + 2546, + 2545 ] } ] @@ -67804,14 +67926,14 @@ { "type": "reflection", "declaration": { - "id": 3105, + "id": 2547, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3107, + "id": 2549, "name": "response", "variant": "declaration", "kind": 1024, @@ -67830,7 +67952,7 @@ } }, { - "id": 3106, + "id": 2548, "name": "swap", "variant": "declaration", "kind": 1024, @@ -67853,8 +67975,8 @@ { "title": "Properties", "children": [ - 3107, - 3106 + 2549, + 2548 ] } ] @@ -67863,14 +67985,14 @@ { "type": "reflection", "declaration": { - "id": 3108, + "id": 2550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3110, + "id": 2552, "name": "response", "variant": "declaration", "kind": 1024, @@ -67889,7 +68011,7 @@ } }, { - "id": 3109, + "id": 2551, "name": "swap", "variant": "declaration", "kind": 1024, @@ -67912,8 +68034,8 @@ { "title": "Properties", "children": [ - 3110, - 3109 + 2552, + 2551 ] } ] @@ -67922,14 +68044,14 @@ { "type": "reflection", "declaration": { - "id": 3111, + "id": 2553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3113, + "id": 2555, "name": "response", "variant": "declaration", "kind": 1024, @@ -67948,7 +68070,7 @@ } }, { - "id": 3112, + "id": 2554, "name": "swap", "variant": "declaration", "kind": 1024, @@ -67971,8 +68093,8 @@ { "title": "Properties", "children": [ - 3113, - 3112 + 2555, + 2554 ] } ] @@ -67988,14 +68110,14 @@ { "title": "Functions", "children": [ - 3114, - 3118, - 3125, - 3132, - 3136, - 3144, - 3068, - 3098 + 2556, + 2560, + 2567, + 2574, + 2578, + 2586, + 2510, + 2540 ] } ], @@ -68003,19 +68125,19 @@ { "title": "Queries", "children": [ - 3068, - 3098 + 2510, + 2540 ] }, { "title": "Mutations", "children": [ - 3114, - 3118, - 3125, - 3132, - 3136, - 3144 + 2556, + 2560, + 2567, + 2574, + 2578, + 2586 ] } ] @@ -68036,7 +68158,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -68049,14 +68171,14 @@ }, "children": [ { - "id": 3202, + "id": 2644, "name": "useAdminCreateTaxRate", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3203, + "id": 2645, "name": "useAdminCreateTaxRate", "variant": "signature", "kind": 4096, @@ -68091,7 +68213,7 @@ }, "parameters": [ { - "id": 3204, + "id": 2646, "name": "options", "variant": "param", "kind": 32768, @@ -68210,14 +68332,14 @@ ] }, { - "id": 3205, + "id": 2647, "name": "useAdminUpdateTaxRate", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3206, + "id": 2648, "name": "useAdminUpdateTaxRate", "variant": "signature", "kind": 4096, @@ -68252,7 +68374,7 @@ }, "parameters": [ { - "id": 3207, + "id": 2649, "name": "id", "variant": "param", "kind": 32768, @@ -68271,7 +68393,7 @@ } }, { - "id": 3208, + "id": 2650, "name": "options", "variant": "param", "kind": 32768, @@ -68390,14 +68512,14 @@ ] }, { - "id": 3209, + "id": 2651, "name": "useAdminDeleteTaxRate", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3210, + "id": 2652, "name": "useAdminDeleteTaxRate", "variant": "signature", "kind": 4096, @@ -68432,7 +68554,7 @@ }, "parameters": [ { - "id": 3211, + "id": 2653, "name": "id", "variant": "param", "kind": 32768, @@ -68451,7 +68573,7 @@ } }, { - "id": 3212, + "id": 2654, "name": "options", "variant": "param", "kind": 32768, @@ -68560,14 +68682,14 @@ ] }, { - "id": 3213, + "id": 2655, "name": "useAdminCreateProductTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3214, + "id": 2656, "name": "useAdminCreateProductTaxRates", "variant": "signature", "kind": 4096, @@ -68602,7 +68724,7 @@ }, "parameters": [ { - "id": 3215, + "id": 2657, "name": "id", "variant": "param", "kind": 32768, @@ -68621,7 +68743,7 @@ } }, { - "id": 3216, + "id": 2658, "name": "options", "variant": "param", "kind": 32768, @@ -68740,14 +68862,14 @@ ] }, { - "id": 3217, + "id": 2659, "name": "useAdminDeleteProductTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3218, + "id": 2660, "name": "useAdminDeleteProductTaxRates", "variant": "signature", "kind": 4096, @@ -68782,7 +68904,7 @@ }, "parameters": [ { - "id": 3219, + "id": 2661, "name": "id", "variant": "param", "kind": 32768, @@ -68801,7 +68923,7 @@ } }, { - "id": 3220, + "id": 2662, "name": "options", "variant": "param", "kind": 32768, @@ -68920,14 +69042,14 @@ ] }, { - "id": 3221, + "id": 2663, "name": "useAdminCreateProductTypeTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3222, + "id": 2664, "name": "useAdminCreateProductTypeTaxRates", "variant": "signature", "kind": 4096, @@ -68962,7 +69084,7 @@ }, "parameters": [ { - "id": 3223, + "id": 2665, "name": "id", "variant": "param", "kind": 32768, @@ -68981,7 +69103,7 @@ } }, { - "id": 3224, + "id": 2666, "name": "options", "variant": "param", "kind": 32768, @@ -69100,14 +69222,14 @@ ] }, { - "id": 3225, + "id": 2667, "name": "useAdminDeleteProductTypeTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3226, + "id": 2668, "name": "useAdminDeleteProductTypeTaxRates", "variant": "signature", "kind": 4096, @@ -69142,7 +69264,7 @@ }, "parameters": [ { - "id": 3227, + "id": 2669, "name": "id", "variant": "param", "kind": 32768, @@ -69161,7 +69283,7 @@ } }, { - "id": 3228, + "id": 2670, "name": "options", "variant": "param", "kind": 32768, @@ -69280,14 +69402,14 @@ ] }, { - "id": 3229, + "id": 2671, "name": "useAdminCreateShippingTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3230, + "id": 2672, "name": "useAdminCreateShippingTaxRates", "variant": "signature", "kind": 4096, @@ -69322,7 +69444,7 @@ }, "parameters": [ { - "id": 3231, + "id": 2673, "name": "id", "variant": "param", "kind": 32768, @@ -69341,7 +69463,7 @@ } }, { - "id": 3232, + "id": 2674, "name": "options", "variant": "param", "kind": 32768, @@ -69460,14 +69582,14 @@ ] }, { - "id": 3233, + "id": 2675, "name": "useAdminDeleteShippingTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3234, + "id": 2676, "name": "useAdminDeleteShippingTaxRates", "variant": "signature", "kind": 4096, @@ -69502,7 +69624,7 @@ }, "parameters": [ { - "id": 3235, + "id": 2677, "name": "id", "variant": "param", "kind": 32768, @@ -69521,7 +69643,7 @@ } }, { - "id": 3236, + "id": 2678, "name": "options", "variant": "param", "kind": 32768, @@ -69640,14 +69762,14 @@ ] }, { - "id": 3155, + "id": 2597, "name": "useAdminTaxRates", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3156, + "id": 2598, "name": "useAdminTaxRates", "variant": "signature", "kind": 4096, @@ -69750,7 +69872,7 @@ }, "parameters": [ { - "id": 3157, + "id": 2599, "name": "query", "variant": "param", "kind": 32768, @@ -69776,7 +69898,7 @@ } }, { - "id": 3158, + "id": 2600, "name": "options", "variant": "param", "kind": 32768, @@ -69785,10 +69907,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -69833,14 +69952,14 @@ { "type": "reflection", "declaration": { - "id": 3159, + "id": 2601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3160, + "id": 2602, "name": "query", "variant": "declaration", "kind": 1024, @@ -69855,7 +69974,7 @@ { "title": "Properties", "children": [ - 3160 + 2602 ] } ] @@ -69875,14 +69994,14 @@ { "type": "reflection", "declaration": { - "id": 3161, + "id": 2603, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3166, + "id": 2608, "name": "response", "variant": "declaration", "kind": 1024, @@ -69901,7 +70020,7 @@ } }, { - "id": 3165, + "id": 2607, "name": "tax_rates", "variant": "declaration", "kind": 1024, @@ -69923,7 +70042,7 @@ } }, { - "id": 3162, + "id": 2604, "name": "limit", "variant": "declaration", "kind": 1024, @@ -69945,7 +70064,7 @@ } }, { - "id": 3163, + "id": 2605, "name": "offset", "variant": "declaration", "kind": 1024, @@ -69967,7 +70086,7 @@ } }, { - "id": 3164, + "id": 2606, "name": "count", "variant": "declaration", "kind": 1024, @@ -69993,11 +70112,11 @@ { "title": "Properties", "children": [ - 3166, - 3165, - 3162, - 3163, - 3164 + 2608, + 2607, + 2604, + 2605, + 2606 ] } ] @@ -70006,14 +70125,14 @@ { "type": "reflection", "declaration": { - "id": 3167, + "id": 2609, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3172, + "id": 2614, "name": "response", "variant": "declaration", "kind": 1024, @@ -70032,7 +70151,7 @@ } }, { - "id": 3171, + "id": 2613, "name": "tax_rates", "variant": "declaration", "kind": 1024, @@ -70054,7 +70173,7 @@ } }, { - "id": 3168, + "id": 2610, "name": "limit", "variant": "declaration", "kind": 1024, @@ -70076,7 +70195,7 @@ } }, { - "id": 3169, + "id": 2611, "name": "offset", "variant": "declaration", "kind": 1024, @@ -70098,7 +70217,7 @@ } }, { - "id": 3170, + "id": 2612, "name": "count", "variant": "declaration", "kind": 1024, @@ -70124,11 +70243,11 @@ { "title": "Properties", "children": [ - 3172, - 3171, - 3168, - 3169, - 3170 + 2614, + 2613, + 2610, + 2611, + 2612 ] } ] @@ -70137,14 +70256,14 @@ { "type": "reflection", "declaration": { - "id": 3173, + "id": 2615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3178, + "id": 2620, "name": "response", "variant": "declaration", "kind": 1024, @@ -70163,7 +70282,7 @@ } }, { - "id": 3177, + "id": 2619, "name": "tax_rates", "variant": "declaration", "kind": 1024, @@ -70185,7 +70304,7 @@ } }, { - "id": 3174, + "id": 2616, "name": "limit", "variant": "declaration", "kind": 1024, @@ -70207,7 +70326,7 @@ } }, { - "id": 3175, + "id": 2617, "name": "offset", "variant": "declaration", "kind": 1024, @@ -70229,7 +70348,7 @@ } }, { - "id": 3176, + "id": 2618, "name": "count", "variant": "declaration", "kind": 1024, @@ -70255,11 +70374,11 @@ { "title": "Properties", "children": [ - 3178, - 3177, - 3174, - 3175, - 3176 + 2620, + 2619, + 2616, + 2617, + 2618 ] } ] @@ -70268,14 +70387,14 @@ { "type": "reflection", "declaration": { - "id": 3179, + "id": 2621, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3184, + "id": 2626, "name": "response", "variant": "declaration", "kind": 1024, @@ -70294,7 +70413,7 @@ } }, { - "id": 3183, + "id": 2625, "name": "tax_rates", "variant": "declaration", "kind": 1024, @@ -70316,7 +70435,7 @@ } }, { - "id": 3180, + "id": 2622, "name": "limit", "variant": "declaration", "kind": 1024, @@ -70338,7 +70457,7 @@ } }, { - "id": 3181, + "id": 2623, "name": "offset", "variant": "declaration", "kind": 1024, @@ -70360,7 +70479,7 @@ } }, { - "id": 3182, + "id": 2624, "name": "count", "variant": "declaration", "kind": 1024, @@ -70386,11 +70505,11 @@ { "title": "Properties", "children": [ - 3184, - 3183, - 3180, - 3181, - 3182 + 2626, + 2625, + 2622, + 2623, + 2624 ] } ] @@ -70402,14 +70521,14 @@ ] }, { - "id": 3185, + "id": 2627, "name": "useAdminTaxRate", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3186, + "id": 2628, "name": "useAdminTaxRate", "variant": "signature", "kind": 4096, @@ -70456,7 +70575,7 @@ }, "parameters": [ { - "id": 3187, + "id": 2629, "name": "id", "variant": "param", "kind": 32768, @@ -70475,7 +70594,7 @@ } }, { - "id": 3188, + "id": 2630, "name": "query", "variant": "param", "kind": 32768, @@ -70501,7 +70620,7 @@ } }, { - "id": 3189, + "id": 2631, "name": "options", "variant": "param", "kind": 32768, @@ -70510,10 +70629,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -70573,14 +70689,14 @@ { "type": "reflection", "declaration": { - "id": 3190, + "id": 2632, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3192, + "id": 2634, "name": "response", "variant": "declaration", "kind": 1024, @@ -70599,7 +70715,7 @@ } }, { - "id": 3191, + "id": 2633, "name": "tax_rate", "variant": "declaration", "kind": 1024, @@ -70622,8 +70738,8 @@ { "title": "Properties", "children": [ - 3192, - 3191 + 2634, + 2633 ] } ] @@ -70632,14 +70748,14 @@ { "type": "reflection", "declaration": { - "id": 3193, + "id": 2635, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3195, + "id": 2637, "name": "response", "variant": "declaration", "kind": 1024, @@ -70658,7 +70774,7 @@ } }, { - "id": 3194, + "id": 2636, "name": "tax_rate", "variant": "declaration", "kind": 1024, @@ -70681,8 +70797,8 @@ { "title": "Properties", "children": [ - 3195, - 3194 + 2637, + 2636 ] } ] @@ -70691,14 +70807,14 @@ { "type": "reflection", "declaration": { - "id": 3196, + "id": 2638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3198, + "id": 2640, "name": "response", "variant": "declaration", "kind": 1024, @@ -70717,7 +70833,7 @@ } }, { - "id": 3197, + "id": 2639, "name": "tax_rate", "variant": "declaration", "kind": 1024, @@ -70740,8 +70856,8 @@ { "title": "Properties", "children": [ - 3198, - 3197 + 2640, + 2639 ] } ] @@ -70750,14 +70866,14 @@ { "type": "reflection", "declaration": { - "id": 3199, + "id": 2641, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3201, + "id": 2643, "name": "response", "variant": "declaration", "kind": 1024, @@ -70776,7 +70892,7 @@ } }, { - "id": 3200, + "id": 2642, "name": "tax_rate", "variant": "declaration", "kind": 1024, @@ -70799,8 +70915,8 @@ { "title": "Properties", "children": [ - 3201, - 3200 + 2643, + 2642 ] } ] @@ -70816,17 +70932,17 @@ { "title": "Functions", "children": [ - 3202, - 3205, - 3209, - 3213, - 3217, - 3221, - 3225, - 3229, - 3233, - 3155, - 3185 + 2644, + 2647, + 2651, + 2655, + 2659, + 2663, + 2667, + 2671, + 2675, + 2597, + 2627 ] } ], @@ -70834,22 +70950,22 @@ { "title": "Queries", "children": [ - 3155, - 3185 + 2597, + 2627 ] }, { "title": "Mutations", "children": [ - 3202, - 3205, - 3209, - 3213, - 3217, - 3221, - 3225, - 3229, - 3233 + 2644, + 2647, + 2651, + 2655, + 2659, + 2663, + 2667, + 2671, + 2675 ] } ] @@ -70870,7 +70986,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -70883,14 +70999,14 @@ }, "children": [ { - "id": 3237, + "id": 2679, "name": "useAdminUploadFile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3238, + "id": 2680, "name": "useAdminUploadFile", "variant": "signature", "kind": 4096, @@ -70925,7 +71041,7 @@ }, "parameters": [ { - "id": 3239, + "id": 2681, "name": "options", "variant": "param", "kind": 32768, @@ -71044,14 +71160,14 @@ ] }, { - "id": 3240, + "id": 2682, "name": "useAdminUploadProtectedFile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3241, + "id": 2683, "name": "useAdminUploadProtectedFile", "variant": "signature", "kind": 4096, @@ -71086,7 +71202,7 @@ }, "parameters": [ { - "id": 3242, + "id": 2684, "name": "options", "variant": "param", "kind": 32768, @@ -71205,14 +71321,14 @@ ] }, { - "id": 3243, + "id": 2685, "name": "useAdminCreatePresignedDownloadUrl", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3244, + "id": 2686, "name": "useAdminCreatePresignedDownloadUrl", "variant": "signature", "kind": 4096, @@ -71247,7 +71363,7 @@ }, "parameters": [ { - "id": 3245, + "id": 2687, "name": "options", "variant": "param", "kind": 32768, @@ -71366,14 +71482,14 @@ ] }, { - "id": 3246, + "id": 2688, "name": "useAdminDeleteFile", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3247, + "id": 2689, "name": "useAdminDeleteFile", "variant": "signature", "kind": 4096, @@ -71408,7 +71524,7 @@ }, "parameters": [ { - "id": 3248, + "id": 2690, "name": "options", "variant": "param", "kind": 32768, @@ -71531,10 +71647,10 @@ { "title": "Functions", "children": [ - 3237, - 3240, - 3243, - 3246 + 2679, + 2682, + 2685, + 2688 ] } ], @@ -71542,10 +71658,10 @@ { "title": "Mutations", "children": [ - 3237, - 3240, - 3243, - 3246 + 2679, + 2682, + 2685, + 2688 ] } ] @@ -71566,7 +71682,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -71579,14 +71695,14 @@ }, "children": [ { - "id": 3296, + "id": 2738, "name": "useAdminCreateUser", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3297, + "id": 2739, "name": "useAdminCreateUser", "variant": "signature", "kind": 4096, @@ -71621,7 +71737,7 @@ }, "parameters": [ { - "id": 3298, + "id": 2740, "name": "options", "variant": "param", "kind": 32768, @@ -71740,14 +71856,14 @@ ] }, { - "id": 3299, + "id": 2741, "name": "useAdminUpdateUser", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3300, + "id": 2742, "name": "useAdminUpdateUser", "variant": "signature", "kind": 4096, @@ -71782,7 +71898,7 @@ }, "parameters": [ { - "id": 3301, + "id": 2743, "name": "id", "variant": "param", "kind": 32768, @@ -71801,7 +71917,7 @@ } }, { - "id": 3302, + "id": 2744, "name": "options", "variant": "param", "kind": 32768, @@ -71920,14 +72036,14 @@ ] }, { - "id": 3303, + "id": 2745, "name": "useAdminDeleteUser", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3304, + "id": 2746, "name": "useAdminDeleteUser", "variant": "signature", "kind": 4096, @@ -71962,7 +72078,7 @@ }, "parameters": [ { - "id": 3305, + "id": 2747, "name": "id", "variant": "param", "kind": 32768, @@ -71981,7 +72097,7 @@ } }, { - "id": 3306, + "id": 2748, "name": "options", "variant": "param", "kind": 32768, @@ -72090,14 +72206,14 @@ ] }, { - "id": 3307, + "id": 2749, "name": "useAdminResetPassword", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3308, + "id": 2750, "name": "useAdminResetPassword", "variant": "signature", "kind": 4096, @@ -72112,7 +72228,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useAdminSendResetPasswordToken", - "target": 3310, + "target": 2752, "tsLinkText": "" }, { @@ -72143,7 +72259,7 @@ }, "parameters": [ { - "id": 3309, + "id": 2751, "name": "options", "variant": "param", "kind": 32768, @@ -72262,14 +72378,14 @@ ] }, { - "id": 3310, + "id": 2752, "name": "useAdminSendResetPasswordToken", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3311, + "id": 2753, "name": "useAdminSendResetPasswordToken", "variant": "signature", "kind": 4096, @@ -72300,7 +72416,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useAdminResetPassword", - "target": 3307, + "target": 2749, "tsLinkText": "" }, { @@ -72331,7 +72447,7 @@ }, "parameters": [ { - "id": 3312, + "id": 2754, "name": "options", "variant": "param", "kind": 32768, @@ -72440,14 +72556,14 @@ ] }, { - "id": 3250, + "id": 2692, "name": "useAdminUsers", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3251, + "id": 2693, "name": "useAdminUsers", "variant": "signature", "kind": 4096, @@ -72518,7 +72634,7 @@ }, "parameters": [ { - "id": 3252, + "id": 2694, "name": "query", "variant": "param", "kind": 32768, @@ -72536,7 +72652,7 @@ } }, { - "id": 3253, + "id": 2695, "name": "options", "variant": "param", "kind": 32768, @@ -72545,10 +72661,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -72593,14 +72706,14 @@ { "type": "reflection", "declaration": { - "id": 3254, + "id": 2696, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3255, + "id": 2697, "name": "query", "variant": "declaration", "kind": 1024, @@ -72615,7 +72728,7 @@ { "title": "Properties", "children": [ - 3255 + 2697 ] } ] @@ -72635,14 +72748,14 @@ { "type": "reflection", "declaration": { - "id": 3256, + "id": 2698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3261, + "id": 2703, "name": "response", "variant": "declaration", "kind": 1024, @@ -72661,7 +72774,7 @@ } }, { - "id": 3260, + "id": 2702, "name": "users", "variant": "declaration", "kind": 1024, @@ -72698,7 +72811,7 @@ } }, { - "id": 3257, + "id": 2699, "name": "limit", "variant": "declaration", "kind": 1024, @@ -72706,13 +72819,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3258, + "id": 2700, "name": "offset", "variant": "declaration", "kind": 1024, @@ -72720,13 +72841,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3259, + "id": 2701, "name": "count", "variant": "declaration", "kind": 1024, @@ -72734,6 +72863,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -72744,11 +72881,11 @@ { "title": "Properties", "children": [ - 3261, - 3260, - 3257, - 3258, - 3259 + 2703, + 2702, + 2699, + 2700, + 2701 ] } ] @@ -72757,14 +72894,14 @@ { "type": "reflection", "declaration": { - "id": 3262, + "id": 2704, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3267, + "id": 2709, "name": "response", "variant": "declaration", "kind": 1024, @@ -72783,7 +72920,7 @@ } }, { - "id": 3266, + "id": 2708, "name": "users", "variant": "declaration", "kind": 1024, @@ -72820,7 +72957,7 @@ } }, { - "id": 3263, + "id": 2705, "name": "limit", "variant": "declaration", "kind": 1024, @@ -72828,13 +72965,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3264, + "id": 2706, "name": "offset", "variant": "declaration", "kind": 1024, @@ -72842,13 +72987,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3265, + "id": 2707, "name": "count", "variant": "declaration", "kind": 1024, @@ -72856,6 +73009,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -72866,11 +73027,11 @@ { "title": "Properties", "children": [ - 3267, - 3266, - 3263, - 3264, - 3265 + 2709, + 2708, + 2705, + 2706, + 2707 ] } ] @@ -72879,14 +73040,14 @@ { "type": "reflection", "declaration": { - "id": 3268, + "id": 2710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3273, + "id": 2715, "name": "response", "variant": "declaration", "kind": 1024, @@ -72905,7 +73066,7 @@ } }, { - "id": 3272, + "id": 2714, "name": "users", "variant": "declaration", "kind": 1024, @@ -72942,7 +73103,7 @@ } }, { - "id": 3269, + "id": 2711, "name": "limit", "variant": "declaration", "kind": 1024, @@ -72950,13 +73111,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3270, + "id": 2712, "name": "offset", "variant": "declaration", "kind": 1024, @@ -72964,13 +73133,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3271, + "id": 2713, "name": "count", "variant": "declaration", "kind": 1024, @@ -72978,6 +73155,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -72988,11 +73173,11 @@ { "title": "Properties", "children": [ - 3273, - 3272, - 3269, - 3270, - 3271 + 2715, + 2714, + 2711, + 2712, + 2713 ] } ] @@ -73001,14 +73186,14 @@ { "type": "reflection", "declaration": { - "id": 3274, + "id": 2716, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3279, + "id": 2721, "name": "response", "variant": "declaration", "kind": 1024, @@ -73027,7 +73212,7 @@ } }, { - "id": 3278, + "id": 2720, "name": "users", "variant": "declaration", "kind": 1024, @@ -73064,7 +73249,7 @@ } }, { - "id": 3275, + "id": 2717, "name": "limit", "variant": "declaration", "kind": 1024, @@ -73072,13 +73257,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3276, + "id": 2718, "name": "offset", "variant": "declaration", "kind": 1024, @@ -73086,13 +73279,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 3277, + "id": 2719, "name": "count", "variant": "declaration", "kind": 1024, @@ -73100,6 +73301,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -73110,11 +73319,11 @@ { "title": "Properties", "children": [ - 3279, - 3278, - 3275, - 3276, - 3277 + 2721, + 2720, + 2717, + 2718, + 2719 ] } ] @@ -73126,14 +73335,14 @@ ] }, { - "id": 3280, + "id": 2722, "name": "useAdminUser", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3281, + "id": 2723, "name": "useAdminUser", "variant": "signature", "kind": 4096, @@ -73168,7 +73377,7 @@ }, "parameters": [ { - "id": 3282, + "id": 2724, "name": "id", "variant": "param", "kind": 32768, @@ -73187,7 +73396,7 @@ } }, { - "id": 3283, + "id": 2725, "name": "options", "variant": "param", "kind": 32768, @@ -73196,10 +73405,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -73259,14 +73465,14 @@ { "type": "reflection", "declaration": { - "id": 3284, + "id": 2726, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3286, + "id": 2728, "name": "response", "variant": "declaration", "kind": 1024, @@ -73285,7 +73491,7 @@ } }, { - "id": 3285, + "id": 2727, "name": "user", "variant": "declaration", "kind": 1024, @@ -73323,8 +73529,8 @@ { "title": "Properties", "children": [ - 3286, - 3285 + 2728, + 2727 ] } ] @@ -73333,14 +73539,14 @@ { "type": "reflection", "declaration": { - "id": 3287, + "id": 2729, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3289, + "id": 2731, "name": "response", "variant": "declaration", "kind": 1024, @@ -73359,7 +73565,7 @@ } }, { - "id": 3288, + "id": 2730, "name": "user", "variant": "declaration", "kind": 1024, @@ -73397,8 +73603,8 @@ { "title": "Properties", "children": [ - 3289, - 3288 + 2731, + 2730 ] } ] @@ -73407,14 +73613,14 @@ { "type": "reflection", "declaration": { - "id": 3290, + "id": 2732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3292, + "id": 2734, "name": "response", "variant": "declaration", "kind": 1024, @@ -73433,7 +73639,7 @@ } }, { - "id": 3291, + "id": 2733, "name": "user", "variant": "declaration", "kind": 1024, @@ -73471,8 +73677,8 @@ { "title": "Properties", "children": [ - 3292, - 3291 + 2734, + 2733 ] } ] @@ -73481,14 +73687,14 @@ { "type": "reflection", "declaration": { - "id": 3293, + "id": 2735, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3295, + "id": 2737, "name": "response", "variant": "declaration", "kind": 1024, @@ -73507,7 +73713,7 @@ } }, { - "id": 3294, + "id": 2736, "name": "user", "variant": "declaration", "kind": 1024, @@ -73545,8 +73751,8 @@ { "title": "Properties", "children": [ - 3295, - 3294 + 2737, + 2736 ] } ] @@ -73562,13 +73768,13 @@ { "title": "Functions", "children": [ - 3296, - 3299, - 3303, - 3307, - 3310, - 3250, - 3280 + 2738, + 2741, + 2745, + 2749, + 2752, + 2692, + 2722 ] } ], @@ -73576,18 +73782,18 @@ { "title": "Queries", "children": [ - 3250, - 3280 + 2692, + 2722 ] }, { "title": "Mutations", "children": [ - 3296, - 3299, - 3303, - 3307, - 3310 + 2738, + 2741, + 2745, + 2749, + 2752 ] } ] @@ -73608,7 +73814,7 @@ "kind": "inline-tag", "tag": "@link", "text": "user authentication", - "target": 853 + "target": 236 }, { "kind": "text", @@ -73621,14 +73827,14 @@ }, "children": [ { - "id": 3314, + "id": 2756, "name": "useAdminVariants", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3315, + "id": 2757, "name": "useAdminVariants", "variant": "signature", "kind": 4096, @@ -73731,7 +73937,7 @@ }, "parameters": [ { - "id": 3316, + "id": 2758, "name": "query", "variant": "param", "kind": 32768, @@ -73757,7 +73963,7 @@ } }, { - "id": 3317, + "id": 2759, "name": "options", "variant": "param", "kind": 32768, @@ -73766,10 +73972,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -73814,14 +74017,14 @@ { "type": "reflection", "declaration": { - "id": 3318, + "id": 2760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3319, + "id": 2761, "name": "query", "variant": "declaration", "kind": 1024, @@ -73836,7 +74039,7 @@ { "title": "Properties", "children": [ - 3319 + 2761 ] } ] @@ -73856,14 +74059,14 @@ { "type": "reflection", "declaration": { - "id": 3320, + "id": 2762, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3325, + "id": 2767, "name": "response", "variant": "declaration", "kind": 1024, @@ -73882,7 +74085,7 @@ } }, { - "id": 3324, + "id": 2766, "name": "variants", "variant": "declaration", "kind": 1024, @@ -73904,7 +74107,7 @@ } }, { - "id": 3321, + "id": 2763, "name": "limit", "variant": "declaration", "kind": 1024, @@ -73926,7 +74129,7 @@ } }, { - "id": 3322, + "id": 2764, "name": "offset", "variant": "declaration", "kind": 1024, @@ -73948,7 +74151,7 @@ } }, { - "id": 3323, + "id": 2765, "name": "count", "variant": "declaration", "kind": 1024, @@ -73974,11 +74177,11 @@ { "title": "Properties", "children": [ - 3325, - 3324, - 3321, - 3322, - 3323 + 2767, + 2766, + 2763, + 2764, + 2765 ] } ] @@ -73987,14 +74190,14 @@ { "type": "reflection", "declaration": { - "id": 3326, + "id": 2768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3331, + "id": 2773, "name": "response", "variant": "declaration", "kind": 1024, @@ -74013,7 +74216,7 @@ } }, { - "id": 3330, + "id": 2772, "name": "variants", "variant": "declaration", "kind": 1024, @@ -74035,7 +74238,7 @@ } }, { - "id": 3327, + "id": 2769, "name": "limit", "variant": "declaration", "kind": 1024, @@ -74057,7 +74260,7 @@ } }, { - "id": 3328, + "id": 2770, "name": "offset", "variant": "declaration", "kind": 1024, @@ -74079,7 +74282,7 @@ } }, { - "id": 3329, + "id": 2771, "name": "count", "variant": "declaration", "kind": 1024, @@ -74105,11 +74308,11 @@ { "title": "Properties", "children": [ - 3331, - 3330, - 3327, - 3328, - 3329 + 2773, + 2772, + 2769, + 2770, + 2771 ] } ] @@ -74118,14 +74321,14 @@ { "type": "reflection", "declaration": { - "id": 3332, + "id": 2774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3337, + "id": 2779, "name": "response", "variant": "declaration", "kind": 1024, @@ -74144,7 +74347,7 @@ } }, { - "id": 3336, + "id": 2778, "name": "variants", "variant": "declaration", "kind": 1024, @@ -74166,7 +74369,7 @@ } }, { - "id": 3333, + "id": 2775, "name": "limit", "variant": "declaration", "kind": 1024, @@ -74188,7 +74391,7 @@ } }, { - "id": 3334, + "id": 2776, "name": "offset", "variant": "declaration", "kind": 1024, @@ -74210,7 +74413,7 @@ } }, { - "id": 3335, + "id": 2777, "name": "count", "variant": "declaration", "kind": 1024, @@ -74236,11 +74439,11 @@ { "title": "Properties", "children": [ - 3337, - 3336, - 3333, - 3334, - 3335 + 2779, + 2778, + 2775, + 2776, + 2777 ] } ] @@ -74249,14 +74452,14 @@ { "type": "reflection", "declaration": { - "id": 3338, + "id": 2780, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3343, + "id": 2785, "name": "response", "variant": "declaration", "kind": 1024, @@ -74275,7 +74478,7 @@ } }, { - "id": 3342, + "id": 2784, "name": "variants", "variant": "declaration", "kind": 1024, @@ -74297,7 +74500,7 @@ } }, { - "id": 3339, + "id": 2781, "name": "limit", "variant": "declaration", "kind": 1024, @@ -74319,7 +74522,7 @@ } }, { - "id": 3340, + "id": 2782, "name": "offset", "variant": "declaration", "kind": 1024, @@ -74341,7 +74544,7 @@ } }, { - "id": 3341, + "id": 2783, "name": "count", "variant": "declaration", "kind": 1024, @@ -74367,11 +74570,11 @@ { "title": "Properties", "children": [ - 3343, - 3342, - 3339, - 3340, - 3341 + 2785, + 2784, + 2781, + 2782, + 2783 ] } ] @@ -74383,14 +74586,14 @@ ] }, { - "id": 3344, + "id": 2786, "name": "useAdminVariant", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3345, + "id": 2787, "name": "useAdminVariant", "variant": "signature", "kind": 4096, @@ -74437,7 +74640,7 @@ }, "parameters": [ { - "id": 3346, + "id": 2788, "name": "id", "variant": "param", "kind": 32768, @@ -74456,7 +74659,7 @@ } }, { - "id": 3347, + "id": 2789, "name": "query", "variant": "param", "kind": 32768, @@ -74482,7 +74685,7 @@ } }, { - "id": 3348, + "id": 2790, "name": "options", "variant": "param", "kind": 32768, @@ -74491,10 +74694,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -74554,14 +74754,14 @@ { "type": "reflection", "declaration": { - "id": 3349, + "id": 2791, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3351, + "id": 2793, "name": "response", "variant": "declaration", "kind": 1024, @@ -74580,7 +74780,7 @@ } }, { - "id": 3350, + "id": 2792, "name": "variant", "variant": "declaration", "kind": 1024, @@ -74603,8 +74803,8 @@ { "title": "Properties", "children": [ - 3351, - 3350 + 2793, + 2792 ] } ] @@ -74613,14 +74813,14 @@ { "type": "reflection", "declaration": { - "id": 3352, + "id": 2794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3354, + "id": 2796, "name": "response", "variant": "declaration", "kind": 1024, @@ -74639,7 +74839,7 @@ } }, { - "id": 3353, + "id": 2795, "name": "variant", "variant": "declaration", "kind": 1024, @@ -74662,8 +74862,8 @@ { "title": "Properties", "children": [ - 3354, - 3353 + 2796, + 2795 ] } ] @@ -74672,14 +74872,14 @@ { "type": "reflection", "declaration": { - "id": 3355, + "id": 2797, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3357, + "id": 2799, "name": "response", "variant": "declaration", "kind": 1024, @@ -74698,7 +74898,7 @@ } }, { - "id": 3356, + "id": 2798, "name": "variant", "variant": "declaration", "kind": 1024, @@ -74721,8 +74921,8 @@ { "title": "Properties", "children": [ - 3357, - 3356 + 2799, + 2798 ] } ] @@ -74731,14 +74931,14 @@ { "type": "reflection", "declaration": { - "id": 3358, + "id": 2800, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3360, + "id": 2802, "name": "response", "variant": "declaration", "kind": 1024, @@ -74757,7 +74957,7 @@ } }, { - "id": 3359, + "id": 2801, "name": "variant", "variant": "declaration", "kind": 1024, @@ -74780,8 +74980,8 @@ { "title": "Properties", "children": [ - 3360, - 3359 + 2802, + 2801 ] } ] @@ -74793,14 +74993,14 @@ ] }, { - "id": 3361, + "id": 2803, "name": "useAdminVariantsInventory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 3362, + "id": 2804, "name": "useAdminVariantsInventory", "variant": "signature", "kind": 4096, @@ -74835,7 +75035,7 @@ }, "parameters": [ { - "id": 3363, + "id": 2805, "name": "id", "variant": "param", "kind": 32768, @@ -74854,7 +75054,7 @@ } }, { - "id": 3364, + "id": 2806, "name": "options", "variant": "param", "kind": 32768, @@ -74863,10 +75063,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -74926,14 +75123,14 @@ { "type": "reflection", "declaration": { - "id": 3365, + "id": 2807, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3367, + "id": 2809, "name": "response", "variant": "declaration", "kind": 1024, @@ -74952,7 +75149,7 @@ } }, { - "id": 3366, + "id": 2808, "name": "variant", "variant": "declaration", "kind": 1024, @@ -74975,8 +75172,8 @@ { "title": "Properties", "children": [ - 3367, - 3366 + 2809, + 2808 ] } ] @@ -74985,14 +75182,14 @@ { "type": "reflection", "declaration": { - "id": 3368, + "id": 2810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3370, + "id": 2812, "name": "response", "variant": "declaration", "kind": 1024, @@ -75011,7 +75208,7 @@ } }, { - "id": 3369, + "id": 2811, "name": "variant", "variant": "declaration", "kind": 1024, @@ -75034,8 +75231,8 @@ { "title": "Properties", "children": [ - 3370, - 3369 + 2812, + 2811 ] } ] @@ -75044,14 +75241,14 @@ { "type": "reflection", "declaration": { - "id": 3371, + "id": 2813, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3373, + "id": 2815, "name": "response", "variant": "declaration", "kind": 1024, @@ -75070,7 +75267,7 @@ } }, { - "id": 3372, + "id": 2814, "name": "variant", "variant": "declaration", "kind": 1024, @@ -75093,8 +75290,8 @@ { "title": "Properties", "children": [ - 3373, - 3372 + 2815, + 2814 ] } ] @@ -75103,14 +75300,14 @@ { "type": "reflection", "declaration": { - "id": 3374, + "id": 2816, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3376, + "id": 2818, "name": "response", "variant": "declaration", "kind": 1024, @@ -75129,7 +75326,7 @@ } }, { - "id": 3375, + "id": 2817, "name": "variant", "variant": "declaration", "kind": 1024, @@ -75152,8 +75349,8 @@ { "title": "Properties", "children": [ - 3376, - 3375 + 2818, + 2817 ] } ] @@ -75169,9 +75366,9 @@ { "title": "Functions", "children": [ - 3314, - 3344, - 3361 + 2756, + 2786, + 2803 ] } ], @@ -75179,9 +75376,9 @@ { "title": "Queries", "children": [ - 3314, - 3344, - 3361 + 2756, + 2786, + 2803 ] } ] @@ -75286,14 +75483,14 @@ }, "children": [ { - "id": 196, + "id": 2837, "name": "useCreateCart", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 197, + "id": 2838, "name": "useCreateCart", "variant": "signature", "kind": 4096, @@ -75328,7 +75525,7 @@ }, "parameters": [ { - "id": 198, + "id": 2839, "name": "options", "variant": "param", "kind": 32768, @@ -75454,14 +75651,14 @@ ] }, { - "id": 199, + "id": 2840, "name": "useUpdateCart", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 200, + "id": 2841, "name": "useUpdateCart", "variant": "signature", "kind": 4096, @@ -75496,7 +75693,7 @@ }, "parameters": [ { - "id": 201, + "id": 2842, "name": "cartId", "variant": "param", "kind": 32768, @@ -75515,7 +75712,7 @@ } }, { - "id": 202, + "id": 2843, "name": "options", "variant": "param", "kind": 32768, @@ -75623,14 +75820,14 @@ ] }, { - "id": 203, + "id": 2844, "name": "useCompleteCart", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 204, + "id": 2845, "name": "useCompleteCart", "variant": "signature", "kind": 4096, @@ -75681,7 +75878,7 @@ }, "parameters": [ { - "id": 205, + "id": 2846, "name": "cartId", "variant": "param", "kind": 32768, @@ -75700,7 +75897,7 @@ } }, { - "id": 206, + "id": 2847, "name": "options", "variant": "param", "kind": 32768, @@ -75798,14 +75995,14 @@ ] }, { - "id": 207, + "id": 2848, "name": "useCreatePaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 208, + "id": 2849, "name": "useCreatePaymentSession", "variant": "signature", "kind": 4096, @@ -75840,7 +76037,7 @@ }, "parameters": [ { - "id": 209, + "id": 2850, "name": "cartId", "variant": "param", "kind": 32768, @@ -75859,7 +76056,7 @@ } }, { - "id": 210, + "id": 2851, "name": "options", "variant": "param", "kind": 32768, @@ -75957,14 +76154,14 @@ ] }, { - "id": 214, + "id": 2855, "name": "useUpdatePaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 215, + "id": 2856, "name": "useUpdatePaymentSession", "variant": "signature", "kind": 4096, @@ -75999,7 +76196,7 @@ }, "parameters": [ { - "id": 216, + "id": 2857, "name": "cartId", "variant": "param", "kind": 32768, @@ -76018,7 +76215,7 @@ } }, { - "id": 217, + "id": 2858, "name": "options", "variant": "param", "kind": 32768, @@ -76052,7 +76249,7 @@ }, { "type": "reference", - "target": 211, + "target": 2852, "name": "UpdatePaymentSessionReq", "package": "medusa-react" }, @@ -76104,7 +76301,7 @@ }, { "type": "reference", - "target": 211, + "target": 2852, "name": "UpdatePaymentSessionReq", "package": "medusa-react" }, @@ -76120,14 +76317,14 @@ ] }, { - "id": 221, + "id": 2862, "name": "useRefreshPaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 222, + "id": 2863, "name": "useRefreshPaymentSession", "variant": "signature", "kind": 4096, @@ -76162,7 +76359,7 @@ }, "parameters": [ { - "id": 223, + "id": 2864, "name": "cartId", "variant": "param", "kind": 32768, @@ -76181,7 +76378,7 @@ } }, { - "id": 224, + "id": 2865, "name": "options", "variant": "param", "kind": 32768, @@ -76215,7 +76412,7 @@ }, { "type": "reference", - "target": 218, + "target": 2859, "name": "RefreshPaymentSessionMutationData", "package": "medusa-react" }, @@ -76267,7 +76464,7 @@ }, { "type": "reference", - "target": 218, + "target": 2859, "name": "RefreshPaymentSessionMutationData", "package": "medusa-react" }, @@ -76283,14 +76480,14 @@ ] }, { - "id": 225, + "id": 2866, "name": "useSetPaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 226, + "id": 2867, "name": "useSetPaymentSession", "variant": "signature", "kind": 4096, @@ -76325,7 +76522,7 @@ }, "parameters": [ { - "id": 227, + "id": 2868, "name": "cartId", "variant": "param", "kind": 32768, @@ -76344,7 +76541,7 @@ } }, { - "id": 228, + "id": 2869, "name": "options", "variant": "param", "kind": 32768, @@ -76452,14 +76649,14 @@ ] }, { - "id": 229, + "id": 2870, "name": "useAddShippingMethodToCart", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 230, + "id": 2871, "name": "useAddShippingMethodToCart", "variant": "signature", "kind": 4096, @@ -76502,7 +76699,7 @@ }, "parameters": [ { - "id": 231, + "id": 2872, "name": "cartId", "variant": "param", "kind": 32768, @@ -76521,7 +76718,7 @@ } }, { - "id": 232, + "id": 2873, "name": "options", "variant": "param", "kind": 32768, @@ -76629,14 +76826,14 @@ ] }, { - "id": 236, + "id": 2877, "name": "useDeletePaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 237, + "id": 2878, "name": "useDeletePaymentSession", "variant": "signature", "kind": 4096, @@ -76671,7 +76868,7 @@ }, "parameters": [ { - "id": 238, + "id": 2879, "name": "cartId", "variant": "param", "kind": 32768, @@ -76690,7 +76887,7 @@ } }, { - "id": 239, + "id": 2880, "name": "options", "variant": "param", "kind": 32768, @@ -76724,7 +76921,7 @@ }, { "type": "reference", - "target": 233, + "target": 2874, "name": "DeletePaymentSessionMutationData", "package": "medusa-react" }, @@ -76776,7 +76973,7 @@ }, { "type": "reference", - "target": 233, + "target": 2874, "name": "DeletePaymentSessionMutationData", "package": "medusa-react" }, @@ -76792,14 +76989,14 @@ ] }, { - "id": 240, + "id": 2881, "name": "useStartCheckout", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 241, + "id": 2882, "name": "useStartCheckout", "variant": "signature", "kind": 4096, @@ -76814,7 +77011,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useCreateCart", - "target": 196, + "target": 2837, "tsLinkText": "" }, { @@ -76825,7 +77022,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useCreatePaymentSession", - "target": 207, + "target": 2848, "tsLinkText": "" }, { @@ -76856,7 +77053,7 @@ }, "parameters": [ { - "id": 242, + "id": 2883, "name": "options", "variant": "param", "kind": 32768, @@ -77001,14 +77198,14 @@ ] }, { - "id": 179, + "id": 2820, "name": "useGetCart", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 180, + "id": 2821, "name": "useGetCart", "variant": "signature", "kind": 4096, @@ -77043,7 +77240,7 @@ }, "parameters": [ { - "id": 181, + "id": 2822, "name": "id", "variant": "param", "kind": 32768, @@ -77062,7 +77259,7 @@ } }, { - "id": 182, + "id": 2823, "name": "options", "variant": "param", "kind": 32768, @@ -77071,10 +77268,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -77134,14 +77328,14 @@ { "type": "reflection", "declaration": { - "id": 183, + "id": 2824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 185, + "id": 2826, "name": "response", "variant": "declaration", "kind": 1024, @@ -77160,7 +77354,7 @@ } }, { - "id": 184, + "id": 2825, "name": "cart", "variant": "declaration", "kind": 1024, @@ -77207,8 +77401,8 @@ { "title": "Properties", "children": [ - 185, - 184 + 2826, + 2825 ] } ] @@ -77217,14 +77411,14 @@ { "type": "reflection", "declaration": { - "id": 186, + "id": 2827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 188, + "id": 2829, "name": "response", "variant": "declaration", "kind": 1024, @@ -77243,7 +77437,7 @@ } }, { - "id": 187, + "id": 2828, "name": "cart", "variant": "declaration", "kind": 1024, @@ -77290,8 +77484,8 @@ { "title": "Properties", "children": [ - 188, - 187 + 2829, + 2828 ] } ] @@ -77300,14 +77494,14 @@ { "type": "reflection", "declaration": { - "id": 189, + "id": 2830, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 191, + "id": 2832, "name": "response", "variant": "declaration", "kind": 1024, @@ -77326,7 +77520,7 @@ } }, { - "id": 190, + "id": 2831, "name": "cart", "variant": "declaration", "kind": 1024, @@ -77373,8 +77567,8 @@ { "title": "Properties", "children": [ - 191, - 190 + 2832, + 2831 ] } ] @@ -77383,14 +77577,14 @@ { "type": "reflection", "declaration": { - "id": 192, + "id": 2833, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 194, + "id": 2835, "name": "response", "variant": "declaration", "kind": 1024, @@ -77409,7 +77603,7 @@ } }, { - "id": 193, + "id": 2834, "name": "cart", "variant": "declaration", "kind": 1024, @@ -77456,8 +77650,8 @@ { "title": "Properties", "children": [ - 194, - 193 + 2835, + 2834 ] } ] @@ -77473,17 +77667,17 @@ { "title": "Functions", "children": [ - 196, - 199, - 203, - 207, - 214, - 221, - 225, - 229, - 236, - 240, - 179 + 2837, + 2840, + 2844, + 2848, + 2855, + 2862, + 2866, + 2870, + 2877, + 2881, + 2820 ] } ], @@ -77491,22 +77685,22 @@ { "title": "Queries", "children": [ - 179 + 2820 ] }, { "title": "Mutations", "children": [ - 196, - 199, - 203, - 207, - 214, - 221, - 225, - 229, - 236, - 240 + 2837, + 2840, + 2844, + 2848, + 2855, + 2862, + 2866, + 2870, + 2877, + 2881 ] } ] @@ -77530,14 +77724,14 @@ }, "children": [ { - "id": 244, + "id": 2885, "name": "useCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 245, + "id": 2886, "name": "useCollection", "variant": "signature", "kind": 4096, @@ -77572,7 +77766,7 @@ }, "parameters": [ { - "id": 246, + "id": 2887, "name": "id", "variant": "param", "kind": 32768, @@ -77591,7 +77785,7 @@ } }, { - "id": 247, + "id": 2888, "name": "options", "variant": "param", "kind": 32768, @@ -77600,10 +77794,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -77663,14 +77854,14 @@ { "type": "reflection", "declaration": { - "id": 248, + "id": 2889, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 250, + "id": 2891, "name": "response", "variant": "declaration", "kind": 1024, @@ -77689,7 +77880,7 @@ } }, { - "id": 249, + "id": 2890, "name": "collection", "variant": "declaration", "kind": 1024, @@ -77712,8 +77903,8 @@ { "title": "Properties", "children": [ - 250, - 249 + 2891, + 2890 ] } ] @@ -77722,14 +77913,14 @@ { "type": "reflection", "declaration": { - "id": 251, + "id": 2892, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 253, + "id": 2894, "name": "response", "variant": "declaration", "kind": 1024, @@ -77748,7 +77939,7 @@ } }, { - "id": 252, + "id": 2893, "name": "collection", "variant": "declaration", "kind": 1024, @@ -77771,8 +77962,8 @@ { "title": "Properties", "children": [ - 253, - 252 + 2894, + 2893 ] } ] @@ -77781,14 +77972,14 @@ { "type": "reflection", "declaration": { - "id": 254, + "id": 2895, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 256, + "id": 2897, "name": "response", "variant": "declaration", "kind": 1024, @@ -77807,7 +77998,7 @@ } }, { - "id": 255, + "id": 2896, "name": "collection", "variant": "declaration", "kind": 1024, @@ -77830,8 +78021,8 @@ { "title": "Properties", "children": [ - 256, - 255 + 2897, + 2896 ] } ] @@ -77840,14 +78031,14 @@ { "type": "reflection", "declaration": { - "id": 257, + "id": 2898, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 259, + "id": 2900, "name": "response", "variant": "declaration", "kind": 1024, @@ -77866,7 +78057,7 @@ } }, { - "id": 258, + "id": 2899, "name": "collection", "variant": "declaration", "kind": 1024, @@ -77889,8 +78080,8 @@ { "title": "Properties", "children": [ - 259, - 258 + 2900, + 2899 ] } ] @@ -77902,14 +78093,14 @@ ] }, { - "id": 260, + "id": 2901, "name": "useCollections", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 261, + "id": 2902, "name": "useCollections", "variant": "signature", "kind": 4096, @@ -78004,7 +78195,7 @@ }, "parameters": [ { - "id": 262, + "id": 2903, "name": "query", "variant": "param", "kind": 32768, @@ -78030,7 +78221,7 @@ } }, { - "id": 263, + "id": 2904, "name": "options", "variant": "param", "kind": 32768, @@ -78039,10 +78230,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -78087,14 +78275,14 @@ { "type": "reflection", "declaration": { - "id": 264, + "id": 2905, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 265, + "id": 2906, "name": "query", "variant": "declaration", "kind": 1024, @@ -78109,7 +78297,7 @@ { "title": "Properties", "children": [ - 265 + 2906 ] } ] @@ -78129,14 +78317,14 @@ { "type": "reflection", "declaration": { - "id": 266, + "id": 2907, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 271, + "id": 2912, "name": "response", "variant": "declaration", "kind": 1024, @@ -78155,7 +78343,7 @@ } }, { - "id": 270, + "id": 2911, "name": "collections", "variant": "declaration", "kind": 1024, @@ -78177,7 +78365,7 @@ } }, { - "id": 267, + "id": 2908, "name": "limit", "variant": "declaration", "kind": 1024, @@ -78199,7 +78387,7 @@ } }, { - "id": 268, + "id": 2909, "name": "offset", "variant": "declaration", "kind": 1024, @@ -78221,7 +78409,7 @@ } }, { - "id": 269, + "id": 2910, "name": "count", "variant": "declaration", "kind": 1024, @@ -78247,11 +78435,11 @@ { "title": "Properties", "children": [ - 271, - 270, - 267, - 268, - 269 + 2912, + 2911, + 2908, + 2909, + 2910 ] } ] @@ -78260,14 +78448,14 @@ { "type": "reflection", "declaration": { - "id": 272, + "id": 2913, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 277, + "id": 2918, "name": "response", "variant": "declaration", "kind": 1024, @@ -78286,7 +78474,7 @@ } }, { - "id": 276, + "id": 2917, "name": "collections", "variant": "declaration", "kind": 1024, @@ -78308,7 +78496,7 @@ } }, { - "id": 273, + "id": 2914, "name": "limit", "variant": "declaration", "kind": 1024, @@ -78330,7 +78518,7 @@ } }, { - "id": 274, + "id": 2915, "name": "offset", "variant": "declaration", "kind": 1024, @@ -78352,7 +78540,7 @@ } }, { - "id": 275, + "id": 2916, "name": "count", "variant": "declaration", "kind": 1024, @@ -78378,11 +78566,11 @@ { "title": "Properties", "children": [ - 277, - 276, - 273, - 274, - 275 + 2918, + 2917, + 2914, + 2915, + 2916 ] } ] @@ -78391,14 +78579,14 @@ { "type": "reflection", "declaration": { - "id": 278, + "id": 2919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 283, + "id": 2924, "name": "response", "variant": "declaration", "kind": 1024, @@ -78417,7 +78605,7 @@ } }, { - "id": 282, + "id": 2923, "name": "collections", "variant": "declaration", "kind": 1024, @@ -78439,7 +78627,7 @@ } }, { - "id": 279, + "id": 2920, "name": "limit", "variant": "declaration", "kind": 1024, @@ -78461,7 +78649,7 @@ } }, { - "id": 280, + "id": 2921, "name": "offset", "variant": "declaration", "kind": 1024, @@ -78483,7 +78671,7 @@ } }, { - "id": 281, + "id": 2922, "name": "count", "variant": "declaration", "kind": 1024, @@ -78509,11 +78697,11 @@ { "title": "Properties", "children": [ - 283, - 282, - 279, - 280, - 281 + 2924, + 2923, + 2920, + 2921, + 2922 ] } ] @@ -78522,14 +78710,14 @@ { "type": "reflection", "declaration": { - "id": 284, + "id": 2925, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 289, + "id": 2930, "name": "response", "variant": "declaration", "kind": 1024, @@ -78548,7 +78736,7 @@ } }, { - "id": 288, + "id": 2929, "name": "collections", "variant": "declaration", "kind": 1024, @@ -78570,7 +78758,7 @@ } }, { - "id": 285, + "id": 2926, "name": "limit", "variant": "declaration", "kind": 1024, @@ -78592,7 +78780,7 @@ } }, { - "id": 286, + "id": 2927, "name": "offset", "variant": "declaration", "kind": 1024, @@ -78614,7 +78802,7 @@ } }, { - "id": 287, + "id": 2928, "name": "count", "variant": "declaration", "kind": 1024, @@ -78640,11 +78828,11 @@ { "title": "Properties", "children": [ - 289, - 288, - 285, - 286, - 287 + 2930, + 2929, + 2926, + 2927, + 2928 ] } ] @@ -78660,8 +78848,8 @@ { "title": "Functions", "children": [ - 244, - 260 + 2885, + 2901 ] } ], @@ -78669,8 +78857,8 @@ { "title": "Queries", "children": [ - 244, - 260 + 2885, + 2901 ] } ] @@ -78694,14 +78882,14 @@ }, "children": [ { - "id": 356, + "id": 2997, "name": "useCreateCustomer", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 357, + "id": 2998, "name": "useCreateCustomer", "variant": "signature", "kind": 4096, @@ -78736,7 +78924,7 @@ }, "parameters": [ { - "id": 358, + "id": 2999, "name": "options", "variant": "param", "kind": 32768, @@ -78844,14 +79032,14 @@ ] }, { - "id": 362, + "id": 3003, "name": "useUpdateMe", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 363, + "id": 3004, "name": "useUpdateMe", "variant": "signature", "kind": 4096, @@ -78886,7 +79074,7 @@ }, "parameters": [ { - "id": 364, + "id": 3005, "name": "options", "variant": "param", "kind": 32768, @@ -78920,7 +79108,7 @@ }, { "type": "reference", - "target": 359, + "target": 3000, "name": "UpdateMeReq", "package": "medusa-react" }, @@ -78972,7 +79160,7 @@ }, { "type": "reference", - "target": 359, + "target": 3000, "name": "UpdateMeReq", "package": "medusa-react" }, @@ -78988,14 +79176,14 @@ ] }, { - "id": 313, + "id": 2954, "name": "useMeCustomer", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 314, + "id": 2955, "name": "useMeCustomer", "variant": "signature", "kind": 4096, @@ -79030,7 +79218,7 @@ }, "parameters": [ { - "id": 315, + "id": 2956, "name": "options", "variant": "param", "kind": 32768, @@ -79039,10 +79227,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -79102,14 +79287,14 @@ { "type": "reflection", "declaration": { - "id": 316, + "id": 2957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 318, + "id": 2959, "name": "response", "variant": "declaration", "kind": 1024, @@ -79128,7 +79313,7 @@ } }, { - "id": 317, + "id": 2958, "name": "customer", "variant": "declaration", "kind": 1024, @@ -79166,8 +79351,8 @@ { "title": "Properties", "children": [ - 318, - 317 + 2959, + 2958 ] } ] @@ -79176,14 +79361,14 @@ { "type": "reflection", "declaration": { - "id": 319, + "id": 2960, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 321, + "id": 2962, "name": "response", "variant": "declaration", "kind": 1024, @@ -79202,7 +79387,7 @@ } }, { - "id": 320, + "id": 2961, "name": "customer", "variant": "declaration", "kind": 1024, @@ -79240,8 +79425,8 @@ { "title": "Properties", "children": [ - 321, - 320 + 2962, + 2961 ] } ] @@ -79250,14 +79435,14 @@ { "type": "reflection", "declaration": { - "id": 322, + "id": 2963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 324, + "id": 2965, "name": "response", "variant": "declaration", "kind": 1024, @@ -79276,7 +79461,7 @@ } }, { - "id": 323, + "id": 2964, "name": "customer", "variant": "declaration", "kind": 1024, @@ -79314,8 +79499,8 @@ { "title": "Properties", "children": [ - 324, - 323 + 2965, + 2964 ] } ] @@ -79324,14 +79509,14 @@ { "type": "reflection", "declaration": { - "id": 325, + "id": 2966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 327, + "id": 2968, "name": "response", "variant": "declaration", "kind": 1024, @@ -79350,7 +79535,7 @@ } }, { - "id": 326, + "id": 2967, "name": "customer", "variant": "declaration", "kind": 1024, @@ -79388,8 +79573,8 @@ { "title": "Properties", "children": [ - 327, - 326 + 2968, + 2967 ] } ] @@ -79401,14 +79586,14 @@ ] }, { - "id": 328, + "id": 2969, "name": "useCustomerOrders", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 329, + "id": 2970, "name": "useCustomerOrders", "variant": "signature", "kind": 4096, @@ -79459,7 +79644,7 @@ }, "parameters": [ { - "id": 330, + "id": 2971, "name": "query", "variant": "param", "kind": 32768, @@ -79484,7 +79669,7 @@ "defaultValue": "..." }, { - "id": 331, + "id": 2972, "name": "options", "variant": "param", "kind": 32768, @@ -79493,10 +79678,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -79564,14 +79746,14 @@ { "type": "reflection", "declaration": { - "id": 332, + "id": 2973, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 337, + "id": 2978, "name": "response", "variant": "declaration", "kind": 1024, @@ -79590,7 +79772,7 @@ } }, { - "id": 336, + "id": 2977, "name": "orders", "variant": "declaration", "kind": 1024, @@ -79612,7 +79794,7 @@ } }, { - "id": 333, + "id": 2974, "name": "limit", "variant": "declaration", "kind": 1024, @@ -79634,7 +79816,7 @@ } }, { - "id": 334, + "id": 2975, "name": "offset", "variant": "declaration", "kind": 1024, @@ -79656,7 +79838,7 @@ } }, { - "id": 335, + "id": 2976, "name": "count", "variant": "declaration", "kind": 1024, @@ -79682,11 +79864,11 @@ { "title": "Properties", "children": [ - 337, - 336, - 333, - 334, - 335 + 2978, + 2977, + 2974, + 2975, + 2976 ] } ] @@ -79695,14 +79877,14 @@ { "type": "reflection", "declaration": { - "id": 338, + "id": 2979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 343, + "id": 2984, "name": "response", "variant": "declaration", "kind": 1024, @@ -79721,7 +79903,7 @@ } }, { - "id": 342, + "id": 2983, "name": "orders", "variant": "declaration", "kind": 1024, @@ -79743,7 +79925,7 @@ } }, { - "id": 339, + "id": 2980, "name": "limit", "variant": "declaration", "kind": 1024, @@ -79765,7 +79947,7 @@ } }, { - "id": 340, + "id": 2981, "name": "offset", "variant": "declaration", "kind": 1024, @@ -79787,7 +79969,7 @@ } }, { - "id": 341, + "id": 2982, "name": "count", "variant": "declaration", "kind": 1024, @@ -79813,11 +79995,11 @@ { "title": "Properties", "children": [ - 343, - 342, - 339, - 340, - 341 + 2984, + 2983, + 2980, + 2981, + 2982 ] } ] @@ -79826,14 +80008,14 @@ { "type": "reflection", "declaration": { - "id": 344, + "id": 2985, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 349, + "id": 2990, "name": "response", "variant": "declaration", "kind": 1024, @@ -79852,7 +80034,7 @@ } }, { - "id": 348, + "id": 2989, "name": "orders", "variant": "declaration", "kind": 1024, @@ -79874,7 +80056,7 @@ } }, { - "id": 345, + "id": 2986, "name": "limit", "variant": "declaration", "kind": 1024, @@ -79896,7 +80078,7 @@ } }, { - "id": 346, + "id": 2987, "name": "offset", "variant": "declaration", "kind": 1024, @@ -79918,7 +80100,7 @@ } }, { - "id": 347, + "id": 2988, "name": "count", "variant": "declaration", "kind": 1024, @@ -79944,11 +80126,11 @@ { "title": "Properties", "children": [ - 349, - 348, - 345, - 346, - 347 + 2990, + 2989, + 2986, + 2987, + 2988 ] } ] @@ -79957,14 +80139,14 @@ { "type": "reflection", "declaration": { - "id": 350, + "id": 2991, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 355, + "id": 2996, "name": "response", "variant": "declaration", "kind": 1024, @@ -79983,7 +80165,7 @@ } }, { - "id": 354, + "id": 2995, "name": "orders", "variant": "declaration", "kind": 1024, @@ -80005,7 +80187,7 @@ } }, { - "id": 351, + "id": 2992, "name": "limit", "variant": "declaration", "kind": 1024, @@ -80027,7 +80209,7 @@ } }, { - "id": 352, + "id": 2993, "name": "offset", "variant": "declaration", "kind": 1024, @@ -80049,7 +80231,7 @@ } }, { - "id": 353, + "id": 2994, "name": "count", "variant": "declaration", "kind": 1024, @@ -80075,11 +80257,11 @@ { "title": "Properties", "children": [ - 355, - 354, - 351, - 352, - 353 + 2996, + 2995, + 2992, + 2993, + 2994 ] } ] @@ -80095,10 +80277,10 @@ { "title": "Functions", "children": [ - 356, - 362, - 313, - 328 + 2997, + 3003, + 2954, + 2969 ] } ], @@ -80106,15 +80288,15 @@ { "title": "Queries", "children": [ - 313, - 328 + 2954, + 2969 ] }, { "title": "Mutations", "children": [ - 356, - 362 + 2997, + 3003 ] } ] @@ -80138,14 +80320,14 @@ }, "children": [ { - "id": 366, + "id": 3007, "name": "useGiftCard", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 367, + "id": 3008, "name": "useGiftCard", "variant": "signature", "kind": 4096, @@ -80180,7 +80362,7 @@ }, "parameters": [ { - "id": 368, + "id": 3009, "name": "id", "variant": "param", "kind": 32768, @@ -80199,7 +80381,7 @@ } }, { - "id": 369, + "id": 3010, "name": "options", "variant": "param", "kind": 32768, @@ -80208,10 +80390,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -80271,14 +80450,14 @@ { "type": "reflection", "declaration": { - "id": 370, + "id": 3011, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 372, + "id": 3013, "name": "response", "variant": "declaration", "kind": 1024, @@ -80297,7 +80476,7 @@ } }, { - "id": 371, + "id": 3012, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -80320,8 +80499,8 @@ { "title": "Properties", "children": [ - 372, - 371 + 3013, + 3012 ] } ] @@ -80330,14 +80509,14 @@ { "type": "reflection", "declaration": { - "id": 373, + "id": 3014, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 375, + "id": 3016, "name": "response", "variant": "declaration", "kind": 1024, @@ -80356,7 +80535,7 @@ } }, { - "id": 374, + "id": 3015, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -80379,8 +80558,8 @@ { "title": "Properties", "children": [ - 375, - 374 + 3016, + 3015 ] } ] @@ -80389,14 +80568,14 @@ { "type": "reflection", "declaration": { - "id": 376, + "id": 3017, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 378, + "id": 3019, "name": "response", "variant": "declaration", "kind": 1024, @@ -80415,7 +80594,7 @@ } }, { - "id": 377, + "id": 3018, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -80438,8 +80617,8 @@ { "title": "Properties", "children": [ - 378, - 377 + 3019, + 3018 ] } ] @@ -80448,14 +80627,14 @@ { "type": "reflection", "declaration": { - "id": 379, + "id": 3020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 381, + "id": 3022, "name": "response", "variant": "declaration", "kind": 1024, @@ -80474,7 +80653,7 @@ } }, { - "id": 380, + "id": 3021, "name": "gift_card", "variant": "declaration", "kind": 1024, @@ -80497,8 +80676,8 @@ { "title": "Properties", "children": [ - 381, - 380 + 3022, + 3021 ] } ] @@ -80514,7 +80693,7 @@ { "title": "Functions", "children": [ - 366 + 3007 ] } ], @@ -80522,7 +80701,7 @@ { "title": "Queries", "children": [ - 366 + 3007 ] } ] @@ -80566,14 +80745,14 @@ }, "children": [ { - "id": 382, + "id": 3023, "name": "useCreateLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 383, + "id": 3024, "name": "useCreateLineItem", "variant": "signature", "kind": 4096, @@ -80608,7 +80787,7 @@ }, "parameters": [ { - "id": 384, + "id": 3025, "name": "cartId", "variant": "param", "kind": 32768, @@ -80627,7 +80806,7 @@ } }, { - "id": 385, + "id": 3026, "name": "options", "variant": "param", "kind": 32768, @@ -80735,14 +80914,14 @@ ] }, { - "id": 389, + "id": 3030, "name": "useUpdateLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 390, + "id": 3031, "name": "useUpdateLineItem", "variant": "signature", "kind": 4096, @@ -80777,7 +80956,7 @@ }, "parameters": [ { - "id": 391, + "id": 3032, "name": "cartId", "variant": "param", "kind": 32768, @@ -80796,7 +80975,7 @@ } }, { - "id": 392, + "id": 3033, "name": "options", "variant": "param", "kind": 32768, @@ -80830,7 +81009,7 @@ }, { "type": "reference", - "target": 386, + "target": 3027, "name": "UpdateLineItemReq", "package": "medusa-react" }, @@ -80882,7 +81061,7 @@ }, { "type": "reference", - "target": 386, + "target": 3027, "name": "UpdateLineItemReq", "package": "medusa-react" }, @@ -80898,14 +81077,14 @@ ] }, { - "id": 393, + "id": 3034, "name": "useDeleteLineItem", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 394, + "id": 3035, "name": "useDeleteLineItem", "variant": "signature", "kind": 4096, @@ -80940,7 +81119,7 @@ }, "parameters": [ { - "id": 395, + "id": 3036, "name": "cartId", "variant": "param", "kind": 32768, @@ -80959,7 +81138,7 @@ } }, { - "id": 396, + "id": 3037, "name": "options", "variant": "param", "kind": 32768, @@ -80994,14 +81173,14 @@ { "type": "reflection", "declaration": { - "id": 397, + "id": 3038, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 398, + "id": 3039, "name": "lineId", "variant": "declaration", "kind": 1024, @@ -81024,7 +81203,7 @@ { "title": "Properties", "children": [ - 398 + 3039 ] } ] @@ -81079,14 +81258,14 @@ { "type": "reflection", "declaration": { - "id": 399, + "id": 3040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 400, + "id": 3041, "name": "lineId", "variant": "declaration", "kind": 1024, @@ -81109,7 +81288,7 @@ { "title": "Properties", "children": [ - 400 + 3041 ] } ] @@ -81131,9 +81310,9 @@ { "title": "Functions", "children": [ - 382, - 389, - 393 + 3023, + 3030, + 3034 ] } ], @@ -81141,9 +81320,9 @@ { "title": "Mutations", "children": [ - 382, - 389, - 393 + 3023, + 3030, + 3034 ] } ] @@ -81167,14 +81346,14 @@ }, "children": [ { - "id": 418, + "id": 3059, "name": "useDeclineOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 419, + "id": 3060, "name": "useDeclineOrderEdit", "variant": "signature", "kind": 4096, @@ -81209,7 +81388,7 @@ }, "parameters": [ { - "id": 420, + "id": 3061, "name": "id", "variant": "param", "kind": 32768, @@ -81228,7 +81407,7 @@ } }, { - "id": 421, + "id": 3062, "name": "options", "variant": "param", "kind": 32768, @@ -81347,14 +81526,14 @@ ] }, { - "id": 422, + "id": 3063, "name": "useCompleteOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 423, + "id": 3064, "name": "useCompleteOrderEdit", "variant": "signature", "kind": 4096, @@ -81369,7 +81548,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useAuthorizePaymentSession", - "target": 538 + "target": 3179 }, { "kind": "text", @@ -81399,7 +81578,7 @@ }, "parameters": [ { - "id": 424, + "id": 3065, "name": "id", "variant": "param", "kind": 32768, @@ -81418,7 +81597,7 @@ } }, { - "id": 425, + "id": 3066, "name": "options", "variant": "param", "kind": 32768, @@ -81527,14 +81706,14 @@ ] }, { - "id": 402, + "id": 3043, "name": "useOrderEdit", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 403, + "id": 3044, "name": "useOrderEdit", "variant": "signature", "kind": 4096, @@ -81569,7 +81748,7 @@ }, "parameters": [ { - "id": 404, + "id": 3045, "name": "id", "variant": "param", "kind": 32768, @@ -81588,7 +81767,7 @@ } }, { - "id": 405, + "id": 3046, "name": "options", "variant": "param", "kind": 32768, @@ -81597,10 +81776,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -81660,14 +81836,14 @@ { "type": "reflection", "declaration": { - "id": 406, + "id": 3047, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 408, + "id": 3049, "name": "response", "variant": "declaration", "kind": 1024, @@ -81686,7 +81862,7 @@ } }, { - "id": 407, + "id": 3048, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -81741,8 +81917,8 @@ { "title": "Properties", "children": [ - 408, - 407 + 3049, + 3048 ] } ] @@ -81751,14 +81927,14 @@ { "type": "reflection", "declaration": { - "id": 409, + "id": 3050, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 411, + "id": 3052, "name": "response", "variant": "declaration", "kind": 1024, @@ -81777,7 +81953,7 @@ } }, { - "id": 410, + "id": 3051, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -81832,8 +82008,8 @@ { "title": "Properties", "children": [ - 411, - 410 + 3052, + 3051 ] } ] @@ -81842,14 +82018,14 @@ { "type": "reflection", "declaration": { - "id": 412, + "id": 3053, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 414, + "id": 3055, "name": "response", "variant": "declaration", "kind": 1024, @@ -81868,7 +82044,7 @@ } }, { - "id": 413, + "id": 3054, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -81923,8 +82099,8 @@ { "title": "Properties", "children": [ - 414, - 413 + 3055, + 3054 ] } ] @@ -81933,14 +82109,14 @@ { "type": "reflection", "declaration": { - "id": 415, + "id": 3056, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 417, + "id": 3058, "name": "response", "variant": "declaration", "kind": 1024, @@ -81959,7 +82135,7 @@ } }, { - "id": 416, + "id": 3057, "name": "order_edit", "variant": "declaration", "kind": 1024, @@ -82014,8 +82190,8 @@ { "title": "Properties", "children": [ - 417, - 416 + 3058, + 3057 ] } ] @@ -82031,9 +82207,9 @@ { "title": "Functions", "children": [ - 418, - 422, - 402 + 3059, + 3063, + 3043 ] } ], @@ -82041,14 +82217,14 @@ { "title": "Queries", "children": [ - 402 + 3043 ] }, { "title": "Mutations", "children": [ - 418, - 422 + 3059, + 3063 ] } ] @@ -82082,14 +82258,14 @@ }, "children": [ { - "id": 499, + "id": 3140, "name": "useRequestOrderAccess", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 500, + "id": 3141, "name": "useRequestOrderAccess", "variant": "signature", "kind": 4096, @@ -82104,7 +82280,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useGrantOrderAccess", - "target": 506, + "target": 3147, "tsLinkText": "" }, { @@ -82143,7 +82319,7 @@ }, "parameters": [ { - "id": 501, + "id": 3142, "name": "options", "variant": "param", "kind": 32768, @@ -82160,14 +82336,14 @@ { "type": "reflection", "declaration": { - "id": 502, + "id": 3143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 503, + "id": 3144, "name": "response", "variant": "declaration", "kind": 1024, @@ -82187,7 +82363,7 @@ { "title": "Properties", "children": [ - 503 + 3144 ] } ] @@ -82231,14 +82407,14 @@ { "type": "reflection", "declaration": { - "id": 504, + "id": 3145, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 505, + "id": 3146, "name": "response", "variant": "declaration", "kind": 1024, @@ -82258,7 +82434,7 @@ { "title": "Properties", "children": [ - 505 + 3146 ] } ] @@ -82294,14 +82470,14 @@ ] }, { - "id": 506, + "id": 3147, "name": "useGrantOrderAccess", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 507, + "id": 3148, "name": "useGrantOrderAccess", "variant": "signature", "kind": 4096, @@ -82336,7 +82512,7 @@ }, "parameters": [ { - "id": 508, + "id": 3149, "name": "options", "variant": "param", "kind": 32768, @@ -82353,14 +82529,14 @@ { "type": "reflection", "declaration": { - "id": 509, + "id": 3150, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 510, + "id": 3151, "name": "response", "variant": "declaration", "kind": 1024, @@ -82380,7 +82556,7 @@ { "title": "Properties", "children": [ - 510 + 3151 ] } ] @@ -82424,14 +82600,14 @@ { "type": "reflection", "declaration": { - "id": 511, + "id": 3152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 512, + "id": 3153, "name": "response", "variant": "declaration", "kind": 1024, @@ -82451,7 +82627,7 @@ { "title": "Properties", "children": [ - 512 + 3153 ] } ] @@ -82487,14 +82663,14 @@ ] }, { - "id": 449, + "id": 3090, "name": "useOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 450, + "id": 3091, "name": "useOrder", "variant": "signature", "kind": 4096, @@ -82529,7 +82705,7 @@ }, "parameters": [ { - "id": 451, + "id": 3092, "name": "id", "variant": "param", "kind": 32768, @@ -82548,7 +82724,7 @@ } }, { - "id": 452, + "id": 3093, "name": "options", "variant": "param", "kind": 32768, @@ -82557,10 +82733,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -82620,14 +82793,14 @@ { "type": "reflection", "declaration": { - "id": 453, + "id": 3094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 455, + "id": 3096, "name": "response", "variant": "declaration", "kind": 1024, @@ -82646,7 +82819,7 @@ } }, { - "id": 454, + "id": 3095, "name": "order", "variant": "declaration", "kind": 1024, @@ -82669,8 +82842,8 @@ { "title": "Properties", "children": [ - 455, - 454 + 3096, + 3095 ] } ] @@ -82679,14 +82852,14 @@ { "type": "reflection", "declaration": { - "id": 456, + "id": 3097, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 458, + "id": 3099, "name": "response", "variant": "declaration", "kind": 1024, @@ -82705,7 +82878,7 @@ } }, { - "id": 457, + "id": 3098, "name": "order", "variant": "declaration", "kind": 1024, @@ -82728,8 +82901,8 @@ { "title": "Properties", "children": [ - 458, - 457 + 3099, + 3098 ] } ] @@ -82738,14 +82911,14 @@ { "type": "reflection", "declaration": { - "id": 459, + "id": 3100, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 461, + "id": 3102, "name": "response", "variant": "declaration", "kind": 1024, @@ -82764,7 +82937,7 @@ } }, { - "id": 460, + "id": 3101, "name": "order", "variant": "declaration", "kind": 1024, @@ -82787,8 +82960,8 @@ { "title": "Properties", "children": [ - 461, - 460 + 3102, + 3101 ] } ] @@ -82797,14 +82970,14 @@ { "type": "reflection", "declaration": { - "id": 462, + "id": 3103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 464, + "id": 3105, "name": "response", "variant": "declaration", "kind": 1024, @@ -82823,7 +82996,7 @@ } }, { - "id": 463, + "id": 3104, "name": "order", "variant": "declaration", "kind": 1024, @@ -82846,8 +83019,8 @@ { "title": "Properties", "children": [ - 464, - 463 + 3105, + 3104 ] } ] @@ -82859,14 +83032,14 @@ ] }, { - "id": 465, + "id": 3106, "name": "useCartOrder", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 466, + "id": 3107, "name": "useCartOrder", "variant": "signature", "kind": 4096, @@ -82901,7 +83074,7 @@ }, "parameters": [ { - "id": 467, + "id": 3108, "name": "cartId", "variant": "param", "kind": 32768, @@ -82920,7 +83093,7 @@ } }, { - "id": 468, + "id": 3109, "name": "options", "variant": "param", "kind": 32768, @@ -82929,10 +83102,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -83000,14 +83170,14 @@ { "type": "reflection", "declaration": { - "id": 469, + "id": 3110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 471, + "id": 3112, "name": "response", "variant": "declaration", "kind": 1024, @@ -83026,7 +83196,7 @@ } }, { - "id": 470, + "id": 3111, "name": "order", "variant": "declaration", "kind": 1024, @@ -83049,8 +83219,8 @@ { "title": "Properties", "children": [ - 471, - 470 + 3112, + 3111 ] } ] @@ -83059,14 +83229,14 @@ { "type": "reflection", "declaration": { - "id": 472, + "id": 3113, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 474, + "id": 3115, "name": "response", "variant": "declaration", "kind": 1024, @@ -83085,7 +83255,7 @@ } }, { - "id": 473, + "id": 3114, "name": "order", "variant": "declaration", "kind": 1024, @@ -83108,8 +83278,8 @@ { "title": "Properties", "children": [ - 474, - 473 + 3115, + 3114 ] } ] @@ -83118,14 +83288,14 @@ { "type": "reflection", "declaration": { - "id": 475, + "id": 3116, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 477, + "id": 3118, "name": "response", "variant": "declaration", "kind": 1024, @@ -83144,7 +83314,7 @@ } }, { - "id": 476, + "id": 3117, "name": "order", "variant": "declaration", "kind": 1024, @@ -83167,8 +83337,8 @@ { "title": "Properties", "children": [ - 477, - 476 + 3118, + 3117 ] } ] @@ -83177,14 +83347,14 @@ { "type": "reflection", "declaration": { - "id": 478, + "id": 3119, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 480, + "id": 3121, "name": "response", "variant": "declaration", "kind": 1024, @@ -83203,7 +83373,7 @@ } }, { - "id": 479, + "id": 3120, "name": "order", "variant": "declaration", "kind": 1024, @@ -83226,8 +83396,8 @@ { "title": "Properties", "children": [ - 480, - 479 + 3121, + 3120 ] } ] @@ -83239,14 +83409,14 @@ ] }, { - "id": 481, + "id": 3122, "name": "useOrders", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 482, + "id": 3123, "name": "useOrders", "variant": "signature", "kind": 4096, @@ -83289,7 +83459,7 @@ }, "parameters": [ { - "id": 483, + "id": 3124, "name": "query", "variant": "param", "kind": 32768, @@ -83313,7 +83483,7 @@ } }, { - "id": 484, + "id": 3125, "name": "options", "variant": "param", "kind": 32768, @@ -83322,10 +83492,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -83370,14 +83537,14 @@ { "type": "reflection", "declaration": { - "id": 485, + "id": 3126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 486, + "id": 3127, "name": "query", "variant": "declaration", "kind": 1024, @@ -83406,7 +83573,7 @@ { "title": "Properties", "children": [ - 486 + 3127 ] } ] @@ -83426,14 +83593,14 @@ { "type": "reflection", "declaration": { - "id": 487, + "id": 3128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 489, + "id": 3130, "name": "response", "variant": "declaration", "kind": 1024, @@ -83452,7 +83619,7 @@ } }, { - "id": 488, + "id": 3129, "name": "order", "variant": "declaration", "kind": 1024, @@ -83475,8 +83642,8 @@ { "title": "Properties", "children": [ - 489, - 488 + 3130, + 3129 ] } ] @@ -83485,14 +83652,14 @@ { "type": "reflection", "declaration": { - "id": 490, + "id": 3131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 492, + "id": 3133, "name": "response", "variant": "declaration", "kind": 1024, @@ -83511,7 +83678,7 @@ } }, { - "id": 491, + "id": 3132, "name": "order", "variant": "declaration", "kind": 1024, @@ -83534,8 +83701,8 @@ { "title": "Properties", "children": [ - 492, - 491 + 3133, + 3132 ] } ] @@ -83544,14 +83711,14 @@ { "type": "reflection", "declaration": { - "id": 493, + "id": 3134, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 495, + "id": 3136, "name": "response", "variant": "declaration", "kind": 1024, @@ -83570,7 +83737,7 @@ } }, { - "id": 494, + "id": 3135, "name": "order", "variant": "declaration", "kind": 1024, @@ -83593,8 +83760,8 @@ { "title": "Properties", "children": [ - 495, - 494 + 3136, + 3135 ] } ] @@ -83603,14 +83770,14 @@ { "type": "reflection", "declaration": { - "id": 496, + "id": 3137, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 498, + "id": 3139, "name": "response", "variant": "declaration", "kind": 1024, @@ -83629,7 +83796,7 @@ } }, { - "id": 497, + "id": 3138, "name": "order", "variant": "declaration", "kind": 1024, @@ -83652,8 +83819,8 @@ { "title": "Properties", "children": [ - 498, - 497 + 3139, + 3138 ] } ] @@ -83669,11 +83836,11 @@ { "title": "Functions", "children": [ - 499, - 506, - 449, - 465, - 481 + 3140, + 3147, + 3090, + 3106, + 3122 ] } ], @@ -83681,16 +83848,16 @@ { "title": "Queries", "children": [ - 449, - 465, - 481 + 3090, + 3106, + 3122 ] }, { "title": "Mutations", "children": [ - 499, - 506 + 3140, + 3147 ] } ] @@ -83714,14 +83881,14 @@ }, "children": [ { - "id": 530, + "id": 3171, "name": "useManageMultiplePaymentSessions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 531, + "id": 3172, "name": "useManageMultiplePaymentSessions", "variant": "signature", "kind": 4096, @@ -83776,7 +83943,7 @@ }, "parameters": [ { - "id": 532, + "id": 3173, "name": "id", "variant": "param", "kind": 32768, @@ -83795,7 +83962,7 @@ } }, { - "id": 533, + "id": 3174, "name": "options", "variant": "param", "kind": 32768, @@ -83914,14 +84081,14 @@ ] }, { - "id": 534, + "id": 3175, "name": "useManagePaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 535, + "id": 3176, "name": "useManagePaymentSession", "variant": "signature", "kind": 4096, @@ -83956,7 +84123,7 @@ }, "parameters": [ { - "id": 536, + "id": 3177, "name": "id", "variant": "param", "kind": 32768, @@ -83975,7 +84142,7 @@ } }, { - "id": 537, + "id": 3178, "name": "options", "variant": "param", "kind": 32768, @@ -84094,14 +84261,14 @@ ] }, { - "id": 538, + "id": 3179, "name": "useAuthorizePaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 539, + "id": 3180, "name": "useAuthorizePaymentSession", "variant": "signature", "kind": 4096, @@ -84145,7 +84312,7 @@ }, "parameters": [ { - "id": 540, + "id": 3181, "name": "id", "variant": "param", "kind": 32768, @@ -84164,7 +84331,7 @@ } }, { - "id": 541, + "id": 3182, "name": "options", "variant": "param", "kind": 32768, @@ -84273,14 +84440,14 @@ ] }, { - "id": 542, + "id": 3183, "name": "useAuthorizePaymentSessionsBatch", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 543, + "id": 3184, "name": "useAuthorizePaymentSessionsBatch", "variant": "signature", "kind": 4096, @@ -84315,7 +84482,7 @@ }, "parameters": [ { - "id": 544, + "id": 3185, "name": "id", "variant": "param", "kind": 32768, @@ -84334,7 +84501,7 @@ } }, { - "id": 545, + "id": 3186, "name": "options", "variant": "param", "kind": 32768, @@ -84453,14 +84620,14 @@ ] }, { - "id": 546, + "id": 3187, "name": "usePaymentCollectionRefreshPaymentSession", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 547, + "id": 3188, "name": "usePaymentCollectionRefreshPaymentSession", "variant": "signature", "kind": 4096, @@ -84504,7 +84671,7 @@ }, "parameters": [ { - "id": 548, + "id": 3189, "name": "id", "variant": "param", "kind": 32768, @@ -84523,7 +84690,7 @@ } }, { - "id": 549, + "id": 3190, "name": "options", "variant": "param", "kind": 32768, @@ -84632,14 +84799,14 @@ ] }, { - "id": 514, + "id": 3155, "name": "usePaymentCollection", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 515, + "id": 3156, "name": "usePaymentCollection", "variant": "signature", "kind": 4096, @@ -84674,7 +84841,7 @@ }, "parameters": [ { - "id": 516, + "id": 3157, "name": "id", "variant": "param", "kind": 32768, @@ -84693,7 +84860,7 @@ } }, { - "id": 517, + "id": 3158, "name": "options", "variant": "param", "kind": 32768, @@ -84702,10 +84869,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -84765,14 +84929,14 @@ { "type": "reflection", "declaration": { - "id": 518, + "id": 3159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 520, + "id": 3161, "name": "response", "variant": "declaration", "kind": 1024, @@ -84791,7 +84955,7 @@ } }, { - "id": 519, + "id": 3160, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -84814,8 +84978,8 @@ { "title": "Properties", "children": [ - 520, - 519 + 3161, + 3160 ] } ] @@ -84824,14 +84988,14 @@ { "type": "reflection", "declaration": { - "id": 521, + "id": 3162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 523, + "id": 3164, "name": "response", "variant": "declaration", "kind": 1024, @@ -84850,7 +85014,7 @@ } }, { - "id": 522, + "id": 3163, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -84873,8 +85037,8 @@ { "title": "Properties", "children": [ - 523, - 522 + 3164, + 3163 ] } ] @@ -84883,14 +85047,14 @@ { "type": "reflection", "declaration": { - "id": 524, + "id": 3165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 526, + "id": 3167, "name": "response", "variant": "declaration", "kind": 1024, @@ -84909,7 +85073,7 @@ } }, { - "id": 525, + "id": 3166, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -84932,8 +85096,8 @@ { "title": "Properties", "children": [ - 526, - 525 + 3167, + 3166 ] } ] @@ -84942,14 +85106,14 @@ { "type": "reflection", "declaration": { - "id": 527, + "id": 3168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 529, + "id": 3170, "name": "response", "variant": "declaration", "kind": 1024, @@ -84968,7 +85132,7 @@ } }, { - "id": 528, + "id": 3169, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -84991,8 +85155,8 @@ { "title": "Properties", "children": [ - 529, - 528 + 3170, + 3169 ] } ] @@ -85008,12 +85172,12 @@ { "title": "Functions", "children": [ - 530, - 534, - 538, - 542, - 546, - 514 + 3171, + 3175, + 3179, + 3183, + 3187, + 3155 ] } ], @@ -85021,17 +85185,17 @@ { "title": "Queries", "children": [ - 514 + 3155 ] }, { "title": "Mutations", "children": [ - 530, - 534, - 538, - 542, - 546 + 3171, + 3175, + 3179, + 3183, + 3187 ] } ] @@ -85066,14 +85230,14 @@ }, "children": [ { - "id": 551, + "id": 3192, "name": "useProductCategories", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 552, + "id": 3193, "name": "useProductCategories", "variant": "signature", "kind": 4096, @@ -85184,7 +85348,7 @@ }, "parameters": [ { - "id": 553, + "id": 3194, "name": "query", "variant": "param", "kind": 32768, @@ -85210,7 +85374,7 @@ } }, { - "id": 554, + "id": 3195, "name": "options", "variant": "param", "kind": 32768, @@ -85219,10 +85383,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -85267,14 +85428,14 @@ { "type": "reflection", "declaration": { - "id": 555, + "id": 3196, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 556, + "id": 3197, "name": "query", "variant": "declaration", "kind": 1024, @@ -85289,7 +85450,7 @@ { "title": "Properties", "children": [ - 556 + 3197 ] } ] @@ -85309,14 +85470,14 @@ { "type": "reflection", "declaration": { - "id": 557, + "id": 3198, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 562, + "id": 3203, "name": "response", "variant": "declaration", "kind": 1024, @@ -85335,7 +85496,7 @@ } }, { - "id": 561, + "id": 3202, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -85357,7 +85518,7 @@ } }, { - "id": 558, + "id": 3199, "name": "limit", "variant": "declaration", "kind": 1024, @@ -85379,7 +85540,7 @@ } }, { - "id": 559, + "id": 3200, "name": "offset", "variant": "declaration", "kind": 1024, @@ -85401,7 +85562,7 @@ } }, { - "id": 560, + "id": 3201, "name": "count", "variant": "declaration", "kind": 1024, @@ -85427,11 +85588,11 @@ { "title": "Properties", "children": [ - 562, - 561, - 558, - 559, - 560 + 3203, + 3202, + 3199, + 3200, + 3201 ] } ] @@ -85440,14 +85601,14 @@ { "type": "reflection", "declaration": { - "id": 563, + "id": 3204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 568, + "id": 3209, "name": "response", "variant": "declaration", "kind": 1024, @@ -85466,7 +85627,7 @@ } }, { - "id": 567, + "id": 3208, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -85488,7 +85649,7 @@ } }, { - "id": 564, + "id": 3205, "name": "limit", "variant": "declaration", "kind": 1024, @@ -85510,7 +85671,7 @@ } }, { - "id": 565, + "id": 3206, "name": "offset", "variant": "declaration", "kind": 1024, @@ -85532,7 +85693,7 @@ } }, { - "id": 566, + "id": 3207, "name": "count", "variant": "declaration", "kind": 1024, @@ -85558,11 +85719,11 @@ { "title": "Properties", "children": [ - 568, - 567, - 564, - 565, - 566 + 3209, + 3208, + 3205, + 3206, + 3207 ] } ] @@ -85571,14 +85732,14 @@ { "type": "reflection", "declaration": { - "id": 569, + "id": 3210, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 574, + "id": 3215, "name": "response", "variant": "declaration", "kind": 1024, @@ -85597,7 +85758,7 @@ } }, { - "id": 573, + "id": 3214, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -85619,7 +85780,7 @@ } }, { - "id": 570, + "id": 3211, "name": "limit", "variant": "declaration", "kind": 1024, @@ -85641,7 +85802,7 @@ } }, { - "id": 571, + "id": 3212, "name": "offset", "variant": "declaration", "kind": 1024, @@ -85663,7 +85824,7 @@ } }, { - "id": 572, + "id": 3213, "name": "count", "variant": "declaration", "kind": 1024, @@ -85689,11 +85850,11 @@ { "title": "Properties", "children": [ - 574, - 573, - 570, - 571, - 572 + 3215, + 3214, + 3211, + 3212, + 3213 ] } ] @@ -85702,14 +85863,14 @@ { "type": "reflection", "declaration": { - "id": 575, + "id": 3216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 580, + "id": 3221, "name": "response", "variant": "declaration", "kind": 1024, @@ -85728,7 +85889,7 @@ } }, { - "id": 579, + "id": 3220, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -85750,7 +85911,7 @@ } }, { - "id": 576, + "id": 3217, "name": "limit", "variant": "declaration", "kind": 1024, @@ -85772,7 +85933,7 @@ } }, { - "id": 577, + "id": 3218, "name": "offset", "variant": "declaration", "kind": 1024, @@ -85794,7 +85955,7 @@ } }, { - "id": 578, + "id": 3219, "name": "count", "variant": "declaration", "kind": 1024, @@ -85820,11 +85981,11 @@ { "title": "Properties", "children": [ - 580, - 579, - 576, - 577, - 578 + 3221, + 3220, + 3217, + 3218, + 3219 ] } ] @@ -85836,14 +85997,14 @@ ] }, { - "id": 581, + "id": 3222, "name": "useProductCategory", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 582, + "id": 3223, "name": "useProductCategory", "variant": "signature", "kind": 4096, @@ -85890,7 +86051,7 @@ }, "parameters": [ { - "id": 583, + "id": 3224, "name": "id", "variant": "param", "kind": 32768, @@ -85909,7 +86070,7 @@ } }, { - "id": 584, + "id": 3225, "name": "query", "variant": "param", "kind": 32768, @@ -85935,7 +86096,7 @@ } }, { - "id": 585, + "id": 3226, "name": "options", "variant": "param", "kind": 32768, @@ -85944,10 +86105,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -86007,14 +86165,14 @@ { "type": "reflection", "declaration": { - "id": 586, + "id": 3227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 588, + "id": 3229, "name": "response", "variant": "declaration", "kind": 1024, @@ -86033,7 +86191,7 @@ } }, { - "id": 587, + "id": 3228, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -86056,8 +86214,8 @@ { "title": "Properties", "children": [ - 588, - 587 + 3229, + 3228 ] } ] @@ -86066,14 +86224,14 @@ { "type": "reflection", "declaration": { - "id": 589, + "id": 3230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 591, + "id": 3232, "name": "response", "variant": "declaration", "kind": 1024, @@ -86092,7 +86250,7 @@ } }, { - "id": 590, + "id": 3231, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -86115,8 +86273,8 @@ { "title": "Properties", "children": [ - 591, - 590 + 3232, + 3231 ] } ] @@ -86125,14 +86283,14 @@ { "type": "reflection", "declaration": { - "id": 592, + "id": 3233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 594, + "id": 3235, "name": "response", "variant": "declaration", "kind": 1024, @@ -86151,7 +86309,7 @@ } }, { - "id": 593, + "id": 3234, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -86174,8 +86332,8 @@ { "title": "Properties", "children": [ - 594, - 593 + 3235, + 3234 ] } ] @@ -86184,14 +86342,14 @@ { "type": "reflection", "declaration": { - "id": 595, + "id": 3236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 597, + "id": 3238, "name": "response", "variant": "declaration", "kind": 1024, @@ -86210,7 +86368,7 @@ } }, { - "id": 596, + "id": 3237, "name": "product_category", "variant": "declaration", "kind": 1024, @@ -86233,8 +86391,8 @@ { "title": "Properties", "children": [ - 597, - 596 + 3238, + 3237 ] } ] @@ -86250,8 +86408,8 @@ { "title": "Functions", "children": [ - 551, - 581 + 3192, + 3222 ] } ], @@ -86259,8 +86417,8 @@ { "title": "Queries", "children": [ - 551, - 581 + 3192, + 3222 ] } ] @@ -86284,14 +86442,14 @@ }, "children": [ { - "id": 599, + "id": 3240, "name": "useProductTags", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 600, + "id": 3241, "name": "useProductTags", "variant": "signature", "kind": 4096, @@ -86386,7 +86544,7 @@ }, "parameters": [ { - "id": 601, + "id": 3242, "name": "query", "variant": "param", "kind": 32768, @@ -86412,7 +86570,7 @@ } }, { - "id": 602, + "id": 3243, "name": "options", "variant": "param", "kind": 32768, @@ -86421,10 +86579,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -86469,14 +86624,14 @@ { "type": "reflection", "declaration": { - "id": 603, + "id": 3244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 604, + "id": 3245, "name": "query", "variant": "declaration", "kind": 1024, @@ -86491,7 +86646,7 @@ { "title": "Properties", "children": [ - 604 + 3245 ] } ] @@ -86511,14 +86666,14 @@ { "type": "reflection", "declaration": { - "id": 605, + "id": 3246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 610, + "id": 3251, "name": "response", "variant": "declaration", "kind": 1024, @@ -86537,7 +86692,7 @@ } }, { - "id": 609, + "id": 3250, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -86559,7 +86714,7 @@ } }, { - "id": 606, + "id": 3247, "name": "limit", "variant": "declaration", "kind": 1024, @@ -86581,7 +86736,7 @@ } }, { - "id": 607, + "id": 3248, "name": "offset", "variant": "declaration", "kind": 1024, @@ -86603,7 +86758,7 @@ } }, { - "id": 608, + "id": 3249, "name": "count", "variant": "declaration", "kind": 1024, @@ -86629,11 +86784,11 @@ { "title": "Properties", "children": [ - 610, - 609, - 606, - 607, - 608 + 3251, + 3250, + 3247, + 3248, + 3249 ] } ] @@ -86642,14 +86797,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 3252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 616, + "id": 3257, "name": "response", "variant": "declaration", "kind": 1024, @@ -86668,7 +86823,7 @@ } }, { - "id": 615, + "id": 3256, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -86690,7 +86845,7 @@ } }, { - "id": 612, + "id": 3253, "name": "limit", "variant": "declaration", "kind": 1024, @@ -86712,7 +86867,7 @@ } }, { - "id": 613, + "id": 3254, "name": "offset", "variant": "declaration", "kind": 1024, @@ -86734,7 +86889,7 @@ } }, { - "id": 614, + "id": 3255, "name": "count", "variant": "declaration", "kind": 1024, @@ -86760,11 +86915,11 @@ { "title": "Properties", "children": [ - 616, - 615, - 612, - 613, - 614 + 3257, + 3256, + 3253, + 3254, + 3255 ] } ] @@ -86773,14 +86928,14 @@ { "type": "reflection", "declaration": { - "id": 617, + "id": 3258, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 622, + "id": 3263, "name": "response", "variant": "declaration", "kind": 1024, @@ -86799,7 +86954,7 @@ } }, { - "id": 621, + "id": 3262, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -86821,7 +86976,7 @@ } }, { - "id": 618, + "id": 3259, "name": "limit", "variant": "declaration", "kind": 1024, @@ -86843,7 +86998,7 @@ } }, { - "id": 619, + "id": 3260, "name": "offset", "variant": "declaration", "kind": 1024, @@ -86865,7 +87020,7 @@ } }, { - "id": 620, + "id": 3261, "name": "count", "variant": "declaration", "kind": 1024, @@ -86891,11 +87046,11 @@ { "title": "Properties", "children": [ - 622, - 621, - 618, - 619, - 620 + 3263, + 3262, + 3259, + 3260, + 3261 ] } ] @@ -86904,14 +87059,14 @@ { "type": "reflection", "declaration": { - "id": 623, + "id": 3264, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 628, + "id": 3269, "name": "response", "variant": "declaration", "kind": 1024, @@ -86930,7 +87085,7 @@ } }, { - "id": 627, + "id": 3268, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -86952,7 +87107,7 @@ } }, { - "id": 624, + "id": 3265, "name": "limit", "variant": "declaration", "kind": 1024, @@ -86974,7 +87129,7 @@ } }, { - "id": 625, + "id": 3266, "name": "offset", "variant": "declaration", "kind": 1024, @@ -86996,7 +87151,7 @@ } }, { - "id": 626, + "id": 3267, "name": "count", "variant": "declaration", "kind": 1024, @@ -87022,11 +87177,11 @@ { "title": "Properties", "children": [ - 628, - 627, - 624, - 625, - 626 + 3269, + 3268, + 3265, + 3266, + 3267 ] } ] @@ -87042,7 +87197,7 @@ { "title": "Functions", "children": [ - 599 + 3240 ] } ], @@ -87050,7 +87205,7 @@ { "title": "Queries", "children": [ - 599 + 3240 ] } ] @@ -87074,14 +87229,14 @@ }, "children": [ { - "id": 630, + "id": 3271, "name": "useProductTypes", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 631, + "id": 3272, "name": "useProductTypes", "variant": "signature", "kind": 4096, @@ -87176,7 +87331,7 @@ }, "parameters": [ { - "id": 632, + "id": 3273, "name": "query", "variant": "param", "kind": 32768, @@ -87202,7 +87357,7 @@ } }, { - "id": 633, + "id": 3274, "name": "options", "variant": "param", "kind": 32768, @@ -87211,10 +87366,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -87259,14 +87411,14 @@ { "type": "reflection", "declaration": { - "id": 634, + "id": 3275, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 635, + "id": 3276, "name": "query", "variant": "declaration", "kind": 1024, @@ -87281,7 +87433,7 @@ { "title": "Properties", "children": [ - 635 + 3276 ] } ] @@ -87301,14 +87453,14 @@ { "type": "reflection", "declaration": { - "id": 636, + "id": 3277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 641, + "id": 3282, "name": "response", "variant": "declaration", "kind": 1024, @@ -87327,7 +87479,7 @@ } }, { - "id": 640, + "id": 3281, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -87349,7 +87501,7 @@ } }, { - "id": 637, + "id": 3278, "name": "limit", "variant": "declaration", "kind": 1024, @@ -87371,7 +87523,7 @@ } }, { - "id": 638, + "id": 3279, "name": "offset", "variant": "declaration", "kind": 1024, @@ -87393,7 +87545,7 @@ } }, { - "id": 639, + "id": 3280, "name": "count", "variant": "declaration", "kind": 1024, @@ -87419,11 +87571,11 @@ { "title": "Properties", "children": [ - 641, - 640, - 637, - 638, - 639 + 3282, + 3281, + 3278, + 3279, + 3280 ] } ] @@ -87432,14 +87584,14 @@ { "type": "reflection", "declaration": { - "id": 642, + "id": 3283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 647, + "id": 3288, "name": "response", "variant": "declaration", "kind": 1024, @@ -87458,7 +87610,7 @@ } }, { - "id": 646, + "id": 3287, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -87480,7 +87632,7 @@ } }, { - "id": 643, + "id": 3284, "name": "limit", "variant": "declaration", "kind": 1024, @@ -87502,7 +87654,7 @@ } }, { - "id": 644, + "id": 3285, "name": "offset", "variant": "declaration", "kind": 1024, @@ -87524,7 +87676,7 @@ } }, { - "id": 645, + "id": 3286, "name": "count", "variant": "declaration", "kind": 1024, @@ -87550,11 +87702,11 @@ { "title": "Properties", "children": [ - 647, - 646, - 643, - 644, - 645 + 3288, + 3287, + 3284, + 3285, + 3286 ] } ] @@ -87563,14 +87715,14 @@ { "type": "reflection", "declaration": { - "id": 648, + "id": 3289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 653, + "id": 3294, "name": "response", "variant": "declaration", "kind": 1024, @@ -87589,7 +87741,7 @@ } }, { - "id": 652, + "id": 3293, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -87611,7 +87763,7 @@ } }, { - "id": 649, + "id": 3290, "name": "limit", "variant": "declaration", "kind": 1024, @@ -87633,7 +87785,7 @@ } }, { - "id": 650, + "id": 3291, "name": "offset", "variant": "declaration", "kind": 1024, @@ -87655,7 +87807,7 @@ } }, { - "id": 651, + "id": 3292, "name": "count", "variant": "declaration", "kind": 1024, @@ -87681,11 +87833,11 @@ { "title": "Properties", "children": [ - 653, - 652, - 649, - 650, - 651 + 3294, + 3293, + 3290, + 3291, + 3292 ] } ] @@ -87694,14 +87846,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 3295, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 659, + "id": 3300, "name": "response", "variant": "declaration", "kind": 1024, @@ -87720,7 +87872,7 @@ } }, { - "id": 658, + "id": 3299, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -87742,7 +87894,7 @@ } }, { - "id": 655, + "id": 3296, "name": "limit", "variant": "declaration", "kind": 1024, @@ -87764,7 +87916,7 @@ } }, { - "id": 656, + "id": 3297, "name": "offset", "variant": "declaration", "kind": 1024, @@ -87786,7 +87938,7 @@ } }, { - "id": 657, + "id": 3298, "name": "count", "variant": "declaration", "kind": 1024, @@ -87812,11 +87964,11 @@ { "title": "Properties", "children": [ - 659, - 658, - 655, - 656, - 657 + 3300, + 3299, + 3296, + 3297, + 3298 ] } ] @@ -87832,7 +87984,7 @@ { "title": "Functions", "children": [ - 630 + 3271 ] } ], @@ -87840,7 +87992,7 @@ { "title": "Queries", "children": [ - 630 + 3271 ] } ] @@ -87864,14 +88016,14 @@ }, "children": [ { - "id": 661, + "id": 3302, "name": "useProducts", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 662, + "id": 3303, "name": "useProducts", "variant": "signature", "kind": 4096, @@ -88014,7 +88166,7 @@ }, "parameters": [ { - "id": 663, + "id": 3304, "name": "query", "variant": "param", "kind": 32768, @@ -88040,7 +88192,7 @@ } }, { - "id": 664, + "id": 3305, "name": "options", "variant": "param", "kind": 32768, @@ -88049,10 +88201,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -88097,14 +88246,14 @@ { "type": "reflection", "declaration": { - "id": 665, + "id": 3306, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 666, + "id": 3307, "name": "query", "variant": "declaration", "kind": 1024, @@ -88133,7 +88282,7 @@ { "title": "Properties", "children": [ - 666 + 3307 ] } ] @@ -88153,14 +88302,14 @@ { "type": "reflection", "declaration": { - "id": 667, + "id": 3308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 672, + "id": 3313, "name": "response", "variant": "declaration", "kind": 1024, @@ -88179,7 +88328,7 @@ } }, { - "id": 671, + "id": 3312, "name": "products", "variant": "declaration", "kind": 1024, @@ -88201,7 +88350,7 @@ } }, { - "id": 668, + "id": 3309, "name": "limit", "variant": "declaration", "kind": 1024, @@ -88223,7 +88372,7 @@ } }, { - "id": 669, + "id": 3310, "name": "offset", "variant": "declaration", "kind": 1024, @@ -88245,7 +88394,7 @@ } }, { - "id": 670, + "id": 3311, "name": "count", "variant": "declaration", "kind": 1024, @@ -88271,11 +88420,11 @@ { "title": "Properties", "children": [ - 672, - 671, - 668, - 669, - 670 + 3313, + 3312, + 3309, + 3310, + 3311 ] } ] @@ -88284,14 +88433,14 @@ { "type": "reflection", "declaration": { - "id": 673, + "id": 3314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 678, + "id": 3319, "name": "response", "variant": "declaration", "kind": 1024, @@ -88310,7 +88459,7 @@ } }, { - "id": 677, + "id": 3318, "name": "products", "variant": "declaration", "kind": 1024, @@ -88332,7 +88481,7 @@ } }, { - "id": 674, + "id": 3315, "name": "limit", "variant": "declaration", "kind": 1024, @@ -88354,7 +88503,7 @@ } }, { - "id": 675, + "id": 3316, "name": "offset", "variant": "declaration", "kind": 1024, @@ -88376,7 +88525,7 @@ } }, { - "id": 676, + "id": 3317, "name": "count", "variant": "declaration", "kind": 1024, @@ -88402,11 +88551,11 @@ { "title": "Properties", "children": [ - 678, - 677, - 674, - 675, - 676 + 3319, + 3318, + 3315, + 3316, + 3317 ] } ] @@ -88415,14 +88564,14 @@ { "type": "reflection", "declaration": { - "id": 679, + "id": 3320, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 684, + "id": 3325, "name": "response", "variant": "declaration", "kind": 1024, @@ -88441,7 +88590,7 @@ } }, { - "id": 683, + "id": 3324, "name": "products", "variant": "declaration", "kind": 1024, @@ -88463,7 +88612,7 @@ } }, { - "id": 680, + "id": 3321, "name": "limit", "variant": "declaration", "kind": 1024, @@ -88485,7 +88634,7 @@ } }, { - "id": 681, + "id": 3322, "name": "offset", "variant": "declaration", "kind": 1024, @@ -88507,7 +88656,7 @@ } }, { - "id": 682, + "id": 3323, "name": "count", "variant": "declaration", "kind": 1024, @@ -88533,11 +88682,11 @@ { "title": "Properties", "children": [ - 684, - 683, - 680, - 681, - 682 + 3325, + 3324, + 3321, + 3322, + 3323 ] } ] @@ -88546,14 +88695,14 @@ { "type": "reflection", "declaration": { - "id": 685, + "id": 3326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 690, + "id": 3331, "name": "response", "variant": "declaration", "kind": 1024, @@ -88572,7 +88721,7 @@ } }, { - "id": 689, + "id": 3330, "name": "products", "variant": "declaration", "kind": 1024, @@ -88594,7 +88743,7 @@ } }, { - "id": 686, + "id": 3327, "name": "limit", "variant": "declaration", "kind": 1024, @@ -88616,7 +88765,7 @@ } }, { - "id": 687, + "id": 3328, "name": "offset", "variant": "declaration", "kind": 1024, @@ -88638,7 +88787,7 @@ } }, { - "id": 688, + "id": 3329, "name": "count", "variant": "declaration", "kind": 1024, @@ -88664,11 +88813,11 @@ { "title": "Properties", "children": [ - 690, - 689, - 686, - 687, - 688 + 3331, + 3330, + 3327, + 3328, + 3329 ] } ] @@ -88680,14 +88829,14 @@ ] }, { - "id": 691, + "id": 3332, "name": "useProduct", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 692, + "id": 3333, "name": "useProduct", "variant": "signature", "kind": 4096, @@ -88762,7 +88911,7 @@ }, "parameters": [ { - "id": 693, + "id": 3334, "name": "id", "variant": "param", "kind": 32768, @@ -88781,7 +88930,7 @@ } }, { - "id": 694, + "id": 3335, "name": "options", "variant": "param", "kind": 32768, @@ -88790,10 +88939,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -88853,14 +88999,14 @@ { "type": "reflection", "declaration": { - "id": 695, + "id": 3336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 697, + "id": 3338, "name": "response", "variant": "declaration", "kind": 1024, @@ -88879,7 +89025,7 @@ } }, { - "id": 696, + "id": 3337, "name": "product", "variant": "declaration", "kind": 1024, @@ -88902,8 +89048,8 @@ { "title": "Properties", "children": [ - 697, - 696 + 3338, + 3337 ] } ] @@ -88912,14 +89058,14 @@ { "type": "reflection", "declaration": { - "id": 698, + "id": 3339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 700, + "id": 3341, "name": "response", "variant": "declaration", "kind": 1024, @@ -88938,7 +89084,7 @@ } }, { - "id": 699, + "id": 3340, "name": "product", "variant": "declaration", "kind": 1024, @@ -88961,8 +89107,8 @@ { "title": "Properties", "children": [ - 700, - 699 + 3341, + 3340 ] } ] @@ -88971,14 +89117,14 @@ { "type": "reflection", "declaration": { - "id": 701, + "id": 3342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 703, + "id": 3344, "name": "response", "variant": "declaration", "kind": 1024, @@ -88997,7 +89143,7 @@ } }, { - "id": 702, + "id": 3343, "name": "product", "variant": "declaration", "kind": 1024, @@ -89020,8 +89166,8 @@ { "title": "Properties", "children": [ - 703, - 702 + 3344, + 3343 ] } ] @@ -89030,14 +89176,14 @@ { "type": "reflection", "declaration": { - "id": 704, + "id": 3345, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 706, + "id": 3347, "name": "response", "variant": "declaration", "kind": 1024, @@ -89056,7 +89202,7 @@ } }, { - "id": 705, + "id": 3346, "name": "product", "variant": "declaration", "kind": 1024, @@ -89079,8 +89225,8 @@ { "title": "Properties", "children": [ - 706, - 705 + 3347, + 3346 ] } ] @@ -89096,8 +89242,8 @@ { "title": "Functions", "children": [ - 661, - 691 + 3302, + 3332 ] } ], @@ -89105,8 +89251,8 @@ { "title": "Queries", "children": [ - 661, - 691 + 3302, + 3332 ] } ] @@ -89130,14 +89276,14 @@ }, "children": [ { - "id": 707, + "id": 3348, "name": "useRegions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 708, + "id": 3349, "name": "useRegions", "variant": "signature", "kind": 4096, @@ -89172,7 +89318,7 @@ }, "parameters": [ { - "id": 709, + "id": 3350, "name": "options", "variant": "param", "kind": 32768, @@ -89181,10 +89327,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -89240,14 +89383,14 @@ { "type": "reflection", "declaration": { - "id": 710, + "id": 3351, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 715, + "id": 3356, "name": "response", "variant": "declaration", "kind": 1024, @@ -89266,7 +89409,7 @@ } }, { - "id": 714, + "id": 3355, "name": "regions", "variant": "declaration", "kind": 1024, @@ -89288,7 +89431,7 @@ } }, { - "id": 711, + "id": 3352, "name": "limit", "variant": "declaration", "kind": 1024, @@ -89296,13 +89439,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 712, + "id": 3353, "name": "offset", "variant": "declaration", "kind": 1024, @@ -89310,13 +89461,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 713, + "id": 3354, "name": "count", "variant": "declaration", "kind": 1024, @@ -89324,6 +89483,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -89334,11 +89501,11 @@ { "title": "Properties", "children": [ - 715, - 714, - 711, - 712, - 713 + 3356, + 3355, + 3352, + 3353, + 3354 ] } ] @@ -89347,14 +89514,14 @@ { "type": "reflection", "declaration": { - "id": 716, + "id": 3357, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 721, + "id": 3362, "name": "response", "variant": "declaration", "kind": 1024, @@ -89373,7 +89540,7 @@ } }, { - "id": 720, + "id": 3361, "name": "regions", "variant": "declaration", "kind": 1024, @@ -89395,7 +89562,7 @@ } }, { - "id": 717, + "id": 3358, "name": "limit", "variant": "declaration", "kind": 1024, @@ -89403,13 +89570,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 718, + "id": 3359, "name": "offset", "variant": "declaration", "kind": 1024, @@ -89417,13 +89592,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 719, + "id": 3360, "name": "count", "variant": "declaration", "kind": 1024, @@ -89431,6 +89614,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -89441,11 +89632,11 @@ { "title": "Properties", "children": [ - 721, - 720, - 717, - 718, - 719 + 3362, + 3361, + 3358, + 3359, + 3360 ] } ] @@ -89454,14 +89645,14 @@ { "type": "reflection", "declaration": { - "id": 722, + "id": 3363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 727, + "id": 3368, "name": "response", "variant": "declaration", "kind": 1024, @@ -89480,7 +89671,7 @@ } }, { - "id": 726, + "id": 3367, "name": "regions", "variant": "declaration", "kind": 1024, @@ -89502,7 +89693,7 @@ } }, { - "id": 723, + "id": 3364, "name": "limit", "variant": "declaration", "kind": 1024, @@ -89510,13 +89701,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 724, + "id": 3365, "name": "offset", "variant": "declaration", "kind": 1024, @@ -89524,13 +89723,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 725, + "id": 3366, "name": "count", "variant": "declaration", "kind": 1024, @@ -89538,6 +89745,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -89548,11 +89763,11 @@ { "title": "Properties", "children": [ - 727, - 726, - 723, - 724, - 725 + 3368, + 3367, + 3364, + 3365, + 3366 ] } ] @@ -89561,14 +89776,14 @@ { "type": "reflection", "declaration": { - "id": 728, + "id": 3369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 733, + "id": 3374, "name": "response", "variant": "declaration", "kind": 1024, @@ -89587,7 +89802,7 @@ } }, { - "id": 732, + "id": 3373, "name": "regions", "variant": "declaration", "kind": 1024, @@ -89609,7 +89824,7 @@ } }, { - "id": 729, + "id": 3370, "name": "limit", "variant": "declaration", "kind": 1024, @@ -89617,13 +89832,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The limit applied on the retrieved items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 730, + "id": 3371, "name": "offset", "variant": "declaration", "kind": 1024, @@ -89631,13 +89854,21 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before retrieving the list of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" } }, { - "id": 731, + "id": 3372, "name": "count", "variant": "declaration", "kind": 1024, @@ -89645,6 +89876,14 @@ "isOptional": true, "isReadonly": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total count of items." + } + ] + }, "type": { "type": "intrinsic", "name": "number" @@ -89655,11 +89894,11 @@ { "title": "Properties", "children": [ - 733, - 732, - 729, - 730, - 731 + 3374, + 3373, + 3370, + 3371, + 3372 ] } ] @@ -89671,14 +89910,14 @@ ] }, { - "id": 734, + "id": 3375, "name": "useRegion", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 735, + "id": 3376, "name": "useRegion", "variant": "signature", "kind": 4096, @@ -89713,7 +89952,7 @@ }, "parameters": [ { - "id": 736, + "id": 3377, "name": "id", "variant": "param", "kind": 32768, @@ -89732,7 +89971,7 @@ } }, { - "id": 737, + "id": 3378, "name": "options", "variant": "param", "kind": 32768, @@ -89741,10 +89980,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -89804,14 +90040,14 @@ { "type": "reflection", "declaration": { - "id": 738, + "id": 3379, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 740, + "id": 3381, "name": "response", "variant": "declaration", "kind": 1024, @@ -89830,7 +90066,7 @@ } }, { - "id": 739, + "id": 3380, "name": "region", "variant": "declaration", "kind": 1024, @@ -89853,8 +90089,8 @@ { "title": "Properties", "children": [ - 740, - 739 + 3381, + 3380 ] } ] @@ -89863,14 +90099,14 @@ { "type": "reflection", "declaration": { - "id": 741, + "id": 3382, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 743, + "id": 3384, "name": "response", "variant": "declaration", "kind": 1024, @@ -89889,7 +90125,7 @@ } }, { - "id": 742, + "id": 3383, "name": "region", "variant": "declaration", "kind": 1024, @@ -89912,8 +90148,8 @@ { "title": "Properties", "children": [ - 743, - 742 + 3384, + 3383 ] } ] @@ -89922,14 +90158,14 @@ { "type": "reflection", "declaration": { - "id": 744, + "id": 3385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 746, + "id": 3387, "name": "response", "variant": "declaration", "kind": 1024, @@ -89948,7 +90184,7 @@ } }, { - "id": 745, + "id": 3386, "name": "region", "variant": "declaration", "kind": 1024, @@ -89971,8 +90207,8 @@ { "title": "Properties", "children": [ - 746, - 745 + 3387, + 3386 ] } ] @@ -89981,14 +90217,14 @@ { "type": "reflection", "declaration": { - "id": 747, + "id": 3388, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 749, + "id": 3390, "name": "response", "variant": "declaration", "kind": 1024, @@ -90007,7 +90243,7 @@ } }, { - "id": 748, + "id": 3389, "name": "region", "variant": "declaration", "kind": 1024, @@ -90030,8 +90266,8 @@ { "title": "Properties", "children": [ - 749, - 748 + 3390, + 3389 ] } ] @@ -90047,8 +90283,8 @@ { "title": "Functions", "children": [ - 707, - 734 + 3348, + 3375 ] } ], @@ -90056,8 +90292,8 @@ { "title": "Queries", "children": [ - 707, - 734 + 3348, + 3375 ] } ] @@ -90081,14 +90317,14 @@ }, "children": [ { - "id": 750, + "id": 3391, "name": "useReturnReasons", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 751, + "id": 3392, "name": "useReturnReasons", "variant": "signature", "kind": 4096, @@ -90123,7 +90359,7 @@ }, "parameters": [ { - "id": 752, + "id": 3393, "name": "options", "variant": "param", "kind": 32768, @@ -90132,10 +90368,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -90191,14 +90424,14 @@ { "type": "reflection", "declaration": { - "id": 753, + "id": 3394, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 755, + "id": 3396, "name": "response", "variant": "declaration", "kind": 1024, @@ -90217,7 +90450,7 @@ } }, { - "id": 754, + "id": 3395, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -90243,8 +90476,8 @@ { "title": "Properties", "children": [ - 755, - 754 + 3396, + 3395 ] } ] @@ -90253,14 +90486,14 @@ { "type": "reflection", "declaration": { - "id": 756, + "id": 3397, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 758, + "id": 3399, "name": "response", "variant": "declaration", "kind": 1024, @@ -90279,7 +90512,7 @@ } }, { - "id": 757, + "id": 3398, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -90305,8 +90538,8 @@ { "title": "Properties", "children": [ - 758, - 757 + 3399, + 3398 ] } ] @@ -90315,14 +90548,14 @@ { "type": "reflection", "declaration": { - "id": 759, + "id": 3400, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 761, + "id": 3402, "name": "response", "variant": "declaration", "kind": 1024, @@ -90341,7 +90574,7 @@ } }, { - "id": 760, + "id": 3401, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -90367,8 +90600,8 @@ { "title": "Properties", "children": [ - 761, - 760 + 3402, + 3401 ] } ] @@ -90377,14 +90610,14 @@ { "type": "reflection", "declaration": { - "id": 762, + "id": 3403, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 764, + "id": 3405, "name": "response", "variant": "declaration", "kind": 1024, @@ -90403,7 +90636,7 @@ } }, { - "id": 763, + "id": 3404, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -90429,8 +90662,8 @@ { "title": "Properties", "children": [ - 764, - 763 + 3405, + 3404 ] } ] @@ -90442,14 +90675,14 @@ ] }, { - "id": 765, + "id": 3406, "name": "useReturnReason", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 766, + "id": 3407, "name": "useReturnReason", "variant": "signature", "kind": 4096, @@ -90484,7 +90717,7 @@ }, "parameters": [ { - "id": 767, + "id": 3408, "name": "id", "variant": "param", "kind": 32768, @@ -90503,7 +90736,7 @@ } }, { - "id": 768, + "id": 3409, "name": "options", "variant": "param", "kind": 32768, @@ -90512,10 +90745,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -90575,14 +90805,14 @@ { "type": "reflection", "declaration": { - "id": 769, + "id": 3410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 771, + "id": 3412, "name": "response", "variant": "declaration", "kind": 1024, @@ -90601,7 +90831,7 @@ } }, { - "id": 770, + "id": 3411, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -90624,8 +90854,8 @@ { "title": "Properties", "children": [ - 771, - 770 + 3412, + 3411 ] } ] @@ -90634,14 +90864,14 @@ { "type": "reflection", "declaration": { - "id": 772, + "id": 3413, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 774, + "id": 3415, "name": "response", "variant": "declaration", "kind": 1024, @@ -90660,7 +90890,7 @@ } }, { - "id": 773, + "id": 3414, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -90683,8 +90913,8 @@ { "title": "Properties", "children": [ - 774, - 773 + 3415, + 3414 ] } ] @@ -90693,14 +90923,14 @@ { "type": "reflection", "declaration": { - "id": 775, + "id": 3416, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 777, + "id": 3418, "name": "response", "variant": "declaration", "kind": 1024, @@ -90719,7 +90949,7 @@ } }, { - "id": 776, + "id": 3417, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -90742,8 +90972,8 @@ { "title": "Properties", "children": [ - 777, - 776 + 3418, + 3417 ] } ] @@ -90752,14 +90982,14 @@ { "type": "reflection", "declaration": { - "id": 778, + "id": 3419, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 780, + "id": 3421, "name": "response", "variant": "declaration", "kind": 1024, @@ -90778,7 +91008,7 @@ } }, { - "id": 779, + "id": 3420, "name": "return_reason", "variant": "declaration", "kind": 1024, @@ -90801,8 +91031,8 @@ { "title": "Properties", "children": [ - 780, - 779 + 3421, + 3420 ] } ] @@ -90818,8 +91048,8 @@ { "title": "Functions", "children": [ - 750, - 765 + 3391, + 3406 ] } ], @@ -90827,8 +91057,8 @@ { "title": "Queries", "children": [ - 750, - 765 + 3391, + 3406 ] } ] @@ -90852,14 +91082,14 @@ }, "children": [ { - "id": 781, + "id": 3422, "name": "useCreateReturn", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 782, + "id": 3423, "name": "useCreateReturn", "variant": "signature", "kind": 4096, @@ -90894,7 +91124,7 @@ }, "parameters": [ { - "id": 783, + "id": 3424, "name": "options", "variant": "param", "kind": 32768, @@ -91006,7 +91236,7 @@ { "title": "Functions", "children": [ - 781 + 3422 ] } ], @@ -91014,7 +91244,7 @@ { "title": "Mutations", "children": [ - 781 + 3422 ] } ] @@ -91038,14 +91268,14 @@ }, "children": [ { - "id": 784, + "id": 3425, "name": "useShippingOptions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 785, + "id": 3426, "name": "useShippingOptions", "variant": "signature", "kind": 4096, @@ -91088,7 +91318,7 @@ }, "parameters": [ { - "id": 786, + "id": 3427, "name": "query", "variant": "param", "kind": 32768, @@ -91114,7 +91344,7 @@ } }, { - "id": 787, + "id": 3428, "name": "options", "variant": "param", "kind": 32768, @@ -91123,10 +91353,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -91171,14 +91398,14 @@ { "type": "reflection", "declaration": { - "id": 788, + "id": 3429, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 789, + "id": 3430, "name": "query", "variant": "declaration", "kind": 1024, @@ -91193,7 +91420,7 @@ { "title": "Properties", "children": [ - 789 + 3430 ] } ] @@ -91213,14 +91440,14 @@ { "type": "reflection", "declaration": { - "id": 790, + "id": 3431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 792, + "id": 3433, "name": "response", "variant": "declaration", "kind": 1024, @@ -91239,7 +91466,7 @@ } }, { - "id": 791, + "id": 3432, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91265,8 +91492,8 @@ { "title": "Properties", "children": [ - 792, - 791 + 3433, + 3432 ] } ] @@ -91275,14 +91502,14 @@ { "type": "reflection", "declaration": { - "id": 793, + "id": 3434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 795, + "id": 3436, "name": "response", "variant": "declaration", "kind": 1024, @@ -91301,7 +91528,7 @@ } }, { - "id": 794, + "id": 3435, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91327,8 +91554,8 @@ { "title": "Properties", "children": [ - 795, - 794 + 3436, + 3435 ] } ] @@ -91337,14 +91564,14 @@ { "type": "reflection", "declaration": { - "id": 796, + "id": 3437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 798, + "id": 3439, "name": "response", "variant": "declaration", "kind": 1024, @@ -91363,7 +91590,7 @@ } }, { - "id": 797, + "id": 3438, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91389,8 +91616,8 @@ { "title": "Properties", "children": [ - 798, - 797 + 3439, + 3438 ] } ] @@ -91399,14 +91626,14 @@ { "type": "reflection", "declaration": { - "id": 799, + "id": 3440, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 801, + "id": 3442, "name": "response", "variant": "declaration", "kind": 1024, @@ -91425,7 +91652,7 @@ } }, { - "id": 800, + "id": 3441, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91451,8 +91678,8 @@ { "title": "Properties", "children": [ - 801, - 800 + 3442, + 3441 ] } ] @@ -91464,14 +91691,14 @@ ] }, { - "id": 802, + "id": 3443, "name": "useCartShippingOptions", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 803, + "id": 3444, "name": "useCartShippingOptions", "variant": "signature", "kind": 4096, @@ -91506,7 +91733,7 @@ }, "parameters": [ { - "id": 804, + "id": 3445, "name": "cartId", "variant": "param", "kind": 32768, @@ -91525,7 +91752,7 @@ } }, { - "id": 805, + "id": 3446, "name": "options", "variant": "param", "kind": 32768, @@ -91534,10 +91761,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -91601,14 +91825,14 @@ { "type": "reflection", "declaration": { - "id": 806, + "id": 3447, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 808, + "id": 3449, "name": "response", "variant": "declaration", "kind": 1024, @@ -91627,7 +91851,7 @@ } }, { - "id": 807, + "id": 3448, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91653,8 +91877,8 @@ { "title": "Properties", "children": [ - 808, - 807 + 3449, + 3448 ] } ] @@ -91663,14 +91887,14 @@ { "type": "reflection", "declaration": { - "id": 809, + "id": 3450, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 811, + "id": 3452, "name": "response", "variant": "declaration", "kind": 1024, @@ -91689,7 +91913,7 @@ } }, { - "id": 810, + "id": 3451, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91715,8 +91939,8 @@ { "title": "Properties", "children": [ - 811, - 810 + 3452, + 3451 ] } ] @@ -91725,14 +91949,14 @@ { "type": "reflection", "declaration": { - "id": 812, + "id": 3453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 814, + "id": 3455, "name": "response", "variant": "declaration", "kind": 1024, @@ -91751,7 +91975,7 @@ } }, { - "id": 813, + "id": 3454, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91777,8 +92001,8 @@ { "title": "Properties", "children": [ - 814, - 813 + 3455, + 3454 ] } ] @@ -91787,14 +92011,14 @@ { "type": "reflection", "declaration": { - "id": 815, + "id": 3456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 817, + "id": 3458, "name": "response", "variant": "declaration", "kind": 1024, @@ -91813,7 +92037,7 @@ } }, { - "id": 816, + "id": 3457, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -91839,8 +92063,8 @@ { "title": "Properties", "children": [ - 817, - 816 + 3458, + 3457 ] } ] @@ -91856,8 +92080,8 @@ { "title": "Functions", "children": [ - 784, - 802 + 3425, + 3443 ] } ], @@ -91865,8 +92089,8 @@ { "title": "Queries", "children": [ - 784, - 802 + 3425, + 3443 ] } ] @@ -91890,14 +92114,14 @@ }, "children": [ { - "id": 834, + "id": 3475, "name": "useCreateSwap", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 835, + "id": 3476, "name": "useCreateSwap", "variant": "signature", "kind": 4096, @@ -91912,7 +92136,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useCompleteCart", - "target": 203 + "target": 2844 }, { "kind": "text", @@ -91958,7 +92182,7 @@ }, "parameters": [ { - "id": 836, + "id": 3477, "name": "options", "variant": "param", "kind": 32768, @@ -92066,14 +92290,14 @@ ] }, { - "id": 818, + "id": 3459, "name": "useCartSwap", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 819, + "id": 3460, "name": "useCartSwap", "variant": "signature", "kind": 4096, @@ -92108,7 +92332,7 @@ }, "parameters": [ { - "id": 820, + "id": 3461, "name": "cartId", "variant": "param", "kind": 32768, @@ -92127,7 +92351,7 @@ } }, { - "id": 821, + "id": 3462, "name": "options", "variant": "param", "kind": 32768, @@ -92136,10 +92360,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "UseQueryOptionsWrapper" - }, + "target": 3493, "typeArguments": [ { "type": "reference", @@ -92203,14 +92424,14 @@ { "type": "reflection", "declaration": { - "id": 822, + "id": 3463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 824, + "id": 3465, "name": "response", "variant": "declaration", "kind": 1024, @@ -92229,7 +92450,7 @@ } }, { - "id": 823, + "id": 3464, "name": "swap", "variant": "declaration", "kind": 1024, @@ -92252,8 +92473,8 @@ { "title": "Properties", "children": [ - 824, - 823 + 3465, + 3464 ] } ] @@ -92262,14 +92483,14 @@ { "type": "reflection", "declaration": { - "id": 825, + "id": 3466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 827, + "id": 3468, "name": "response", "variant": "declaration", "kind": 1024, @@ -92288,7 +92509,7 @@ } }, { - "id": 826, + "id": 3467, "name": "swap", "variant": "declaration", "kind": 1024, @@ -92311,8 +92532,8 @@ { "title": "Properties", "children": [ - 827, - 826 + 3468, + 3467 ] } ] @@ -92321,14 +92542,14 @@ { "type": "reflection", "declaration": { - "id": 828, + "id": 3469, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 830, + "id": 3471, "name": "response", "variant": "declaration", "kind": 1024, @@ -92347,7 +92568,7 @@ } }, { - "id": 829, + "id": 3470, "name": "swap", "variant": "declaration", "kind": 1024, @@ -92370,8 +92591,8 @@ { "title": "Properties", "children": [ - 830, - 829 + 3471, + 3470 ] } ] @@ -92380,14 +92601,14 @@ { "type": "reflection", "declaration": { - "id": 831, + "id": 3472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 833, + "id": 3474, "name": "response", "variant": "declaration", "kind": 1024, @@ -92406,7 +92627,7 @@ } }, { - "id": 832, + "id": 3473, "name": "swap", "variant": "declaration", "kind": 1024, @@ -92429,8 +92650,8 @@ { "title": "Properties", "children": [ - 833, - 832 + 3474, + 3473 ] } ] @@ -92446,8 +92667,8 @@ { "title": "Functions", "children": [ - 834, - 818 + 3475, + 3459 ] } ], @@ -92455,13 +92676,13 @@ { "title": "Queries", "children": [ - 818 + 3459 ] }, { "title": "Mutations", "children": [ - 834 + 3475 ] } ] @@ -92708,7 +92929,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useSetPaymentSession", - "target": 225, + "target": 2866, "tsLinkText": "" }, { @@ -92787,7 +93008,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useCreateCart", - "target": 196, + "target": 2837, "tsLinkText": "" }, { @@ -92875,7 +93096,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useCreatePaymentSession", - "target": 207, + "target": 2848, "tsLinkText": "" }, { @@ -92949,7 +93170,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useCompleteCart", - "target": 203, + "target": 2844, "tsLinkText": "" }, { @@ -93023,7 +93244,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useUpdateCart", - "target": 199, + "target": 2840, "tsLinkText": "" }, { @@ -93102,7 +93323,7 @@ "kind": "inline-tag", "tag": "@link", "text": "useAddShippingMethodToCart", - "target": 229, + "target": 2870, "tsLinkText": "" }, { @@ -93505,7 +93726,9 @@ "name": "medusaClient", "variant": "declaration", "kind": 1024, - "flags": {}, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { @@ -93526,7 +93749,7 @@ }, { "kind": "text", - "text": ", " + "text": ", \n" }, { "kind": "code", @@ -93721,7 +93944,7 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } @@ -93831,7 +94054,7 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" }, @@ -93984,7 +94207,7 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } @@ -94858,7 +95081,7 @@ ] }, { - "id": 3377, + "id": 178, "name": "FormatVariantPriceParams", "variant": "declaration", "kind": 256, @@ -94873,7 +95096,7 @@ }, "children": [ { - "id": 3378, + "id": 179, "name": "variant", "variant": "declaration", "kind": 1024, @@ -94888,13 +95111,13 @@ }, "type": { "type": "reference", - "target": 3417, + "target": 218, "name": "ProductVariantInfo", "package": "medusa-react" } }, { - "id": 3379, + "id": 180, "name": "region", "variant": "declaration", "kind": 1024, @@ -94909,13 +95132,13 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } }, { - "id": 3380, + "id": 181, "name": "includeTaxes", "variant": "declaration", "kind": 1024, @@ -94947,7 +95170,7 @@ } }, { - "id": 3381, + "id": 182, "name": "minimumFractionDigits", "variant": "declaration", "kind": 1024, @@ -94976,7 +95199,7 @@ } }, { - "id": 3382, + "id": 183, "name": "maximumFractionDigits", "variant": "declaration", "kind": 1024, @@ -95005,7 +95228,7 @@ } }, { - "id": 3383, + "id": 184, "name": "locale", "variant": "declaration", "kind": 1024, @@ -95046,18 +95269,18 @@ { "title": "Properties", "children": [ - 3378, - 3379, - 3380, - 3381, - 3382, - 3383 + 179, + 180, + 181, + 182, + 183, + 184 ] } ] }, { - "id": 3387, + "id": 188, "name": "ComputeVariantPriceParams", "variant": "declaration", "kind": 256, @@ -95072,7 +95295,7 @@ }, "children": [ { - "id": 3388, + "id": 189, "name": "variant", "variant": "declaration", "kind": 1024, @@ -95087,13 +95310,13 @@ }, "type": { "type": "reference", - "target": 3417, + "target": 218, "name": "ProductVariantInfo", "package": "medusa-react" } }, { - "id": 3389, + "id": 190, "name": "region", "variant": "declaration", "kind": 1024, @@ -95108,13 +95331,13 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } }, { - "id": 3390, + "id": 191, "name": "includeTaxes", "variant": "declaration", "kind": 1024, @@ -95150,15 +95373,15 @@ { "title": "Properties", "children": [ - 3388, - 3389, - 3390 + 189, + 190, + 191 ] } ] }, { - "id": 3398, + "id": 199, "name": "ComputeAmountParams", "variant": "declaration", "kind": 2097152, @@ -95174,14 +95397,14 @@ "type": { "type": "reflection", "declaration": { - "id": 3399, + "id": 200, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3400, + "id": 201, "name": "amount", "variant": "declaration", "kind": 1024, @@ -95200,7 +95423,7 @@ } }, { - "id": 3401, + "id": 202, "name": "region", "variant": "declaration", "kind": 1024, @@ -95215,13 +95438,13 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } }, { - "id": 3402, + "id": 203, "name": "includeTaxes", "variant": "declaration", "kind": 1024, @@ -95257,9 +95480,9 @@ { "title": "Properties", "children": [ - 3400, - 3401, - 3402 + 201, + 202, + 203 ] } ] @@ -95267,7 +95490,7 @@ } }, { - "id": 3406, + "id": 207, "name": "FormatAmountParams", "variant": "declaration", "kind": 2097152, @@ -95283,14 +95506,14 @@ "type": { "type": "reflection", "declaration": { - "id": 3407, + "id": 208, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3408, + "id": 209, "name": "amount", "variant": "declaration", "kind": 1024, @@ -95309,7 +95532,7 @@ } }, { - "id": 3409, + "id": 210, "name": "region", "variant": "declaration", "kind": 1024, @@ -95324,13 +95547,13 @@ }, "type": { "type": "reference", - "target": 3418, + "target": 219, "name": "RegionInfo", "package": "medusa-react" } }, { - "id": 3410, + "id": 211, "name": "includeTaxes", "variant": "declaration", "kind": 1024, @@ -95362,7 +95585,7 @@ } }, { - "id": 3411, + "id": 212, "name": "minimumFractionDigits", "variant": "declaration", "kind": 1024, @@ -95391,7 +95614,7 @@ } }, { - "id": 3412, + "id": 213, "name": "maximumFractionDigits", "variant": "declaration", "kind": 1024, @@ -95420,7 +95643,7 @@ } }, { - "id": 3413, + "id": 214, "name": "locale", "variant": "declaration", "kind": 1024, @@ -95461,12 +95684,12 @@ { "title": "Properties", "children": [ - 3408, - 3409, - 3410, - 3411, - 3412, - 3413 + 209, + 210, + 211, + 212, + 213, + 214 ] } ] @@ -95474,7 +95697,7 @@ } }, { - "id": 837, + "id": 220, "name": "adminAuthKeys", "variant": "declaration", "kind": 32, @@ -95483,10 +95706,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -95507,14 +95727,14 @@ "defaultValue": "..." }, { - "id": 913, + "id": 296, "name": "useAdminConfirmBatchJob", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 914, + "id": 297, "name": "useAdminConfirmBatchJob", "variant": "signature", "kind": 4096, @@ -95556,7 +95776,7 @@ }, "parameters": [ { - "id": 915, + "id": 298, "name": "id", "variant": "param", "kind": 32768, @@ -95575,7 +95795,7 @@ } }, { - "id": 916, + "id": 299, "name": "options", "variant": "param", "kind": 32768, @@ -95684,7 +95904,7 @@ ] }, { - "id": 859, + "id": 242, "name": "adminBatchJobsKeys", "variant": "declaration", "kind": 32, @@ -95693,10 +95913,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -95717,7 +95934,7 @@ "defaultValue": "..." }, { - "id": 921, + "id": 304, "name": "AdminUpdateClaimReq", "variant": "declaration", "kind": 2097152, @@ -95737,14 +95954,14 @@ { "type": "reflection", "declaration": { - "id": 922, + "id": 305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 923, + "id": 306, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -95767,7 +95984,7 @@ { "title": "Properties", "children": [ - 923 + 306 ] } ] @@ -95777,7 +95994,7 @@ } }, { - "id": 932, + "id": 315, "name": "AdminFulfillClaimReq", "variant": "declaration", "kind": 2097152, @@ -95805,14 +96022,14 @@ { "type": "reflection", "declaration": { - "id": 933, + "id": 316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 934, + "id": 317, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -95835,7 +96052,7 @@ { "title": "Properties", "children": [ - 934 + 317 ] } ] @@ -95845,7 +96062,7 @@ } }, { - "id": 939, + "id": 322, "name": "AdminCancelClaimFulfillmentReq", "variant": "declaration", "kind": 2097152, @@ -95861,14 +96078,14 @@ "type": { "type": "reflection", "declaration": { - "id": 940, + "id": 323, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 941, + "id": 324, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -95887,7 +96104,7 @@ } }, { - "id": 942, + "id": 325, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -95910,8 +96127,8 @@ { "title": "Properties", "children": [ - 941, - 942 + 324, + 325 ] } ] @@ -95919,7 +96136,7 @@ } }, { - "id": 955, + "id": 338, "name": "adminCollectionKeys", "variant": "declaration", "kind": 32, @@ -95928,10 +96145,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -95952,7 +96166,7 @@ "defaultValue": "..." }, { - "id": 1025, + "id": 408, "name": "adminCurrenciesKeys", "variant": "declaration", "kind": 32, @@ -95961,10 +96175,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -95985,7 +96196,7 @@ "defaultValue": "..." }, { - "id": 1219, + "id": 610, "name": "adminCustomerKeys", "variant": "declaration", "kind": 32, @@ -95994,10 +96205,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96018,7 +96226,7 @@ "defaultValue": "..." }, { - "id": 1273, + "id": 664, "name": "adminDiscountKeys", "variant": "declaration", "kind": 32, @@ -96028,28 +96236,28 @@ "type": { "type": "reflection", "declaration": { - "id": 1274, + "id": 665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1275, + "id": 666, "name": "detailCondition", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1276, + "id": 667, "name": "detailCondition", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1277, + "id": 668, "name": "id", "variant": "param", "kind": 32768, @@ -96060,7 +96268,7 @@ } }, { - "id": 1278, + "id": 669, "name": "query", "variant": "param", "kind": 32768, @@ -96106,7 +96314,7 @@ ] }, { - "id": 1279, + "id": 670, "name": "all", "variant": "declaration", "kind": 1024, @@ -96122,7 +96330,7 @@ } }, { - "id": 1280, + "id": 671, "name": "lists", "variant": "declaration", "kind": 1024, @@ -96130,14 +96338,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1281, + "id": 672, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1282, + "id": 673, "name": "__type", "variant": "signature", "kind": 4096, @@ -96161,7 +96369,7 @@ } }, { - "id": 1283, + "id": 674, "name": "list", "variant": "declaration", "kind": 1024, @@ -96169,21 +96377,21 @@ "type": { "type": "reflection", "declaration": { - "id": 1284, + "id": 675, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1285, + "id": 676, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1286, + "id": 677, "name": "query", "variant": "param", "kind": 32768, @@ -96210,14 +96418,14 @@ { "type": "reflection", "declaration": { - "id": 1287, + "id": 678, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1288, + "id": 679, "name": "query", "variant": "declaration", "kind": 1024, @@ -96232,7 +96440,7 @@ { "title": "Properties", "children": [ - 1288 + 679 ] } ] @@ -96246,7 +96454,7 @@ } }, { - "id": 1289, + "id": 680, "name": "details", "variant": "declaration", "kind": 1024, @@ -96254,14 +96462,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1290, + "id": 681, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1291, + "id": 682, "name": "__type", "variant": "signature", "kind": 4096, @@ -96285,7 +96493,7 @@ } }, { - "id": 1292, + "id": 683, "name": "detail", "variant": "declaration", "kind": 1024, @@ -96293,21 +96501,21 @@ "type": { "type": "reflection", "declaration": { - "id": 1293, + "id": 684, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1294, + "id": 685, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1295, + "id": 686, "name": "id", "variant": "param", "kind": 32768, @@ -96345,17 +96553,17 @@ { "title": "Properties", "children": [ - 1279, - 1280, - 1283, - 1289, - 1292 + 670, + 671, + 674, + 680, + 683 ] }, { "title": "Methods", "children": [ - 1275 + 666 ] } ] @@ -96364,7 +96572,7 @@ "defaultValue": "..." }, { - "id": 1498, + "id": 889, "name": "AdminDraftOrderUpdateLineItemReq", "variant": "declaration", "kind": 2097152, @@ -96392,14 +96600,14 @@ { "type": "reflection", "declaration": { - "id": 1499, + "id": 890, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1500, + "id": 891, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -96422,7 +96630,7 @@ { "title": "Properties", "children": [ - 1500 + 891 ] } ] @@ -96432,7 +96640,7 @@ } }, { - "id": 1428, + "id": 819, "name": "adminDraftOrderKeys", "variant": "declaration", "kind": 32, @@ -96441,10 +96649,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96465,7 +96670,7 @@ "defaultValue": "..." }, { - "id": 1505, + "id": 896, "name": "adminGiftCardKeys", "variant": "declaration", "kind": 32, @@ -96474,10 +96679,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96498,7 +96700,7 @@ "defaultValue": "..." }, { - "id": 1651, + "id": 1042, "name": "AdminUpdateLocationLevelReq", "variant": "declaration", "kind": 2097152, @@ -96518,14 +96720,14 @@ { "type": "reflection", "declaration": { - "id": 1652, + "id": 1043, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1653, + "id": 1044, "name": "stockLocationId", "variant": "declaration", "kind": 1024, @@ -96548,7 +96750,7 @@ { "title": "Properties", "children": [ - 1653 + 1044 ] } ] @@ -96558,7 +96760,7 @@ } }, { - "id": 1563, + "id": 954, "name": "adminInventoryItemsKeys", "variant": "declaration", "kind": 32, @@ -96567,10 +96769,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96591,21 +96790,21 @@ "defaultValue": "..." }, { - "id": 1689, + "id": 1080, "name": "useAdminCreateInvite", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 1690, + "id": 1081, "name": "useAdminCreateInvite", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1691, + "id": 1082, "name": "options", "variant": "param", "kind": 32768, @@ -96714,7 +96913,7 @@ ] }, { - "id": 1666, + "id": 1057, "name": "adminInviteKeys", "variant": "declaration", "kind": 32, @@ -96723,10 +96922,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96747,7 +96943,7 @@ "defaultValue": "..." }, { - "id": 1696, + "id": 1087, "name": "adminNoteKeys", "variant": "declaration", "kind": 32, @@ -96756,10 +96952,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96780,7 +96973,7 @@ "defaultValue": "..." }, { - "id": 1754, + "id": 1145, "name": "adminNotificationKeys", "variant": "declaration", "kind": 32, @@ -96789,10 +96982,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96813,7 +97003,7 @@ "defaultValue": "..." }, { - "id": 1789, + "id": 1180, "name": "adminOrderEditsKeys", "variant": "declaration", "kind": 32, @@ -96822,10 +97012,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -96846,7 +97033,7 @@ "defaultValue": "..." }, { - "id": 1879, + "id": 1270, "name": "adminOrderKeys", "variant": "declaration", "kind": 32, @@ -96856,28 +97043,28 @@ "type": { "type": "reflection", "declaration": { - "id": 1880, + "id": 1271, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1881, + "id": 1272, "name": "detailOrder", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 1882, + "id": 1273, "name": "detailOrder", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1883, + "id": 1274, "name": "id", "variant": "param", "kind": 32768, @@ -96888,7 +97075,7 @@ } }, { - "id": 1884, + "id": 1275, "name": "query", "variant": "param", "kind": 32768, @@ -96918,14 +97105,14 @@ { "type": "reflection", "declaration": { - "id": 1885, + "id": 1276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1886, + "id": 1277, "name": "expand", "variant": "declaration", "kind": 1024, @@ -96935,8 +97122,15 @@ "comment": { "summary": [ { - "kind": "text", - "text": "Comma-separated relations that should be expanded in the returned data." + "kind": "inline-tag", + "tag": "@inheritDoc", + "text": "RequestQueryFields.expand" + } + ], + "blockTags": [ + { + "tag": "@deprecated", + "content": [] } ] }, @@ -96946,7 +97140,7 @@ } }, { - "id": 1887, + "id": 1278, "name": "fields", "variant": "declaration", "kind": 1024, @@ -96956,8 +97150,9 @@ "comment": { "summary": [ { - "kind": "text", - "text": "Comma-separated fields that should be included in the returned data." + "kind": "inline-tag", + "tag": "@inheritDoc", + "text": "RequestQueryFields.fields" } ] }, @@ -96971,8 +97166,8 @@ { "title": "Properties", "children": [ - 1886, - 1887 + 1277, + 1278 ] } ] @@ -96985,7 +97180,7 @@ ] }, { - "id": 1888, + "id": 1279, "name": "all", "variant": "declaration", "kind": 1024, @@ -97001,7 +97196,7 @@ } }, { - "id": 1889, + "id": 1280, "name": "lists", "variant": "declaration", "kind": 1024, @@ -97009,14 +97204,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1890, + "id": 1281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1891, + "id": 1282, "name": "__type", "variant": "signature", "kind": 4096, @@ -97040,7 +97235,7 @@ } }, { - "id": 1892, + "id": 1283, "name": "list", "variant": "declaration", "kind": 1024, @@ -97048,21 +97243,21 @@ "type": { "type": "reflection", "declaration": { - "id": 1893, + "id": 1284, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1894, + "id": 1285, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1895, + "id": 1286, "name": "query", "variant": "param", "kind": 32768, @@ -97089,14 +97284,14 @@ { "type": "reflection", "declaration": { - "id": 1896, + "id": 1287, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1897, + "id": 1288, "name": "query", "variant": "declaration", "kind": 1024, @@ -97111,7 +97306,7 @@ { "title": "Properties", "children": [ - 1897 + 1288 ] } ] @@ -97125,7 +97320,7 @@ } }, { - "id": 1898, + "id": 1289, "name": "details", "variant": "declaration", "kind": 1024, @@ -97133,14 +97328,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1899, + "id": 1290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1900, + "id": 1291, "name": "__type", "variant": "signature", "kind": 4096, @@ -97164,7 +97359,7 @@ } }, { - "id": 1901, + "id": 1292, "name": "detail", "variant": "declaration", "kind": 1024, @@ -97172,21 +97367,21 @@ "type": { "type": "reflection", "declaration": { - "id": 1902, + "id": 1293, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 1903, + "id": 1294, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 1904, + "id": 1295, "name": "id", "variant": "param", "kind": 32768, @@ -97224,17 +97419,17 @@ { "title": "Properties", "children": [ - 1888, - 1889, - 1892, - 1898, - 1901 + 1279, + 1280, + 1283, + 1289, + 1292 ] }, { "title": "Methods", "children": [ - 1881 + 1272 ] } ] @@ -97243,7 +97438,7 @@ "defaultValue": "..." }, { - "id": 1999, + "id": 1390, "name": "adminPaymentCollectionQueryKeys", "variant": "declaration", "kind": 32, @@ -97252,10 +97447,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -97276,7 +97468,7 @@ "defaultValue": "..." }, { - "id": 2028, + "id": 1419, "name": "adminPaymentQueryKeys", "variant": "declaration", "kind": 32, @@ -97285,10 +97477,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -97309,7 +97498,7 @@ "defaultValue": "..." }, { - "id": 2053, + "id": 1444, "name": "adminPriceListKeys", "variant": "declaration", "kind": 32, @@ -97319,28 +97508,28 @@ "type": { "type": "reflection", "declaration": { - "id": 2054, + "id": 1445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2055, + "id": 1446, "name": "detailProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 2056, + "id": 1447, "name": "detailProducts", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2057, + "id": 1448, "name": "id", "variant": "param", "kind": 32768, @@ -97351,7 +97540,7 @@ } }, { - "id": 2058, + "id": 1449, "name": "query", "variant": "param", "kind": 32768, @@ -97397,7 +97586,7 @@ ] }, { - "id": 2059, + "id": 1450, "name": "all", "variant": "declaration", "kind": 1024, @@ -97413,7 +97602,7 @@ } }, { - "id": 2060, + "id": 1451, "name": "lists", "variant": "declaration", "kind": 1024, @@ -97421,14 +97610,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2061, + "id": 1452, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2062, + "id": 1453, "name": "__type", "variant": "signature", "kind": 4096, @@ -97452,7 +97641,7 @@ } }, { - "id": 2063, + "id": 1454, "name": "list", "variant": "declaration", "kind": 1024, @@ -97460,21 +97649,21 @@ "type": { "type": "reflection", "declaration": { - "id": 2064, + "id": 1455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2065, + "id": 1456, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2066, + "id": 1457, "name": "query", "variant": "param", "kind": 32768, @@ -97501,14 +97690,14 @@ { "type": "reflection", "declaration": { - "id": 2067, + "id": 1458, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2068, + "id": 1459, "name": "query", "variant": "declaration", "kind": 1024, @@ -97523,7 +97712,7 @@ { "title": "Properties", "children": [ - 2068 + 1459 ] } ] @@ -97537,7 +97726,7 @@ } }, { - "id": 2069, + "id": 1460, "name": "details", "variant": "declaration", "kind": 1024, @@ -97545,14 +97734,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2070, + "id": 1461, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2071, + "id": 1462, "name": "__type", "variant": "signature", "kind": 4096, @@ -97576,7 +97765,7 @@ } }, { - "id": 2072, + "id": 1463, "name": "detail", "variant": "declaration", "kind": 1024, @@ -97584,21 +97773,21 @@ "type": { "type": "reflection", "declaration": { - "id": 2073, + "id": 1464, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2074, + "id": 1465, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2075, + "id": 1466, "name": "id", "variant": "param", "kind": 32768, @@ -97636,17 +97825,17 @@ { "title": "Properties", "children": [ - 2059, - 2060, - 2063, - 2069, - 2072 + 1450, + 1451, + 1454, + 1460, + 1463 ] }, { "title": "Methods", "children": [ - 2055 + 1446 ] } ] @@ -97655,7 +97844,7 @@ "defaultValue": "..." }, { - "id": 2184, + "id": 1575, "name": "adminProductCategoryKeys", "variant": "declaration", "kind": 32, @@ -97664,10 +97853,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -97688,7 +97874,7 @@ "defaultValue": "..." }, { - "id": 2251, + "id": 1642, "name": "adminProductTagKeys", "variant": "declaration", "kind": 32, @@ -97697,10 +97883,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -97721,7 +97904,7 @@ "defaultValue": "..." }, { - "id": 2282, + "id": 1673, "name": "adminProductTypeKeys", "variant": "declaration", "kind": 32, @@ -97730,10 +97913,7 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", @@ -97754,7 +97934,7 @@ "defaultValue": "..." }, { - "id": 2399, + "id": 1841, "name": "AdminUpdateVariantReq", "variant": "declaration", "kind": 2097152, @@ -97774,14 +97954,14 @@ { "type": "reflection", "declaration": { - "id": 2400, + "id": 1842, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2401, + "id": 1843, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -97804,7 +97984,7 @@ { "title": "Properties", "children": [ - 2401 + 1843 ] } ] @@ -97814,7 +97994,7 @@ } }, { - "id": 2414, + "id": 1856, "name": "AdminUpdateProductOptionReq", "variant": "declaration", "kind": 2097152, @@ -97834,14 +98014,14 @@ { "type": "reflection", "declaration": { - "id": 2415, + "id": 1857, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2416, + "id": 1858, "name": "option_id", "variant": "declaration", "kind": 1024, @@ -97864,7 +98044,7 @@ { "title": "Properties", "children": [ - 2416 + 1858 ] } ] @@ -97874,71 +98054,38 @@ } }, { - "id": 2313, + "id": 1704, "name": "adminProductKeys", "variant": "declaration", "kind": 32, "flags": { "isConst": true }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_products" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2425, - "name": "adminPublishableApiKeysKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, "type": { "type": "reflection", "declaration": { - "id": 2426, + "id": 1705, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2427, - "name": "detailSalesChannels", + "id": 1706, + "name": "detailVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 2428, - "name": "detailSalesChannels", + "id": 1707, + "name": "detailVariants", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2429, + "id": 1708, "name": "id", "variant": "param", "kind": 32768, @@ -97949,7 +98096,7 @@ } }, { - "id": 2430, + "id": 1709, "name": "query", "variant": "param", "kind": 32768, @@ -97970,7 +98117,7 @@ "elements": [ { "type": "literal", - "value": "admin_publishable_api_keys" + "value": "admin_products" }, { "type": "literal", @@ -97982,7 +98129,7 @@ }, { "type": "literal", - "value": "sales_channels" + "value": "variants" }, { "type": "intrinsic", @@ -97995,7 +98142,7 @@ ] }, { - "id": 2431, + "id": 1710, "name": "all", "variant": "declaration", "kind": 1024, @@ -98005,13 +98152,13 @@ "elements": [ { "type": "literal", - "value": "admin_publishable_api_keys" + "value": "admin_products" } ] } }, { - "id": 2432, + "id": 1711, "name": "lists", "variant": "declaration", "kind": 1024, @@ -98019,14 +98166,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2433, + "id": 1712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2434, + "id": 1713, "name": "__type", "variant": "signature", "kind": 4096, @@ -98036,7 +98183,7 @@ "elements": [ { "type": "literal", - "value": "admin_publishable_api_keys" + "value": "admin_products" }, { "type": "literal", @@ -98050,7 +98197,7 @@ } }, { - "id": 2435, + "id": 1714, "name": "list", "variant": "declaration", "kind": 1024, @@ -98058,21 +98205,21 @@ "type": { "type": "reflection", "declaration": { - "id": 2436, + "id": 1715, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2437, + "id": 1716, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2438, + "id": 1717, "name": "query", "variant": "param", "kind": 32768, @@ -98090,7 +98237,7 @@ "elements": [ { "type": "literal", - "value": "admin_publishable_api_keys" + "value": "admin_products" }, { "type": "literal", @@ -98099,14 +98246,14 @@ { "type": "reflection", "declaration": { - "id": 2439, + "id": 1718, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2440, + "id": 1719, "name": "query", "variant": "declaration", "kind": 1024, @@ -98121,7 +98268,7 @@ { "title": "Properties", "children": [ - 2440 + 1719 ] } ] @@ -98135,7 +98282,7 @@ } }, { - "id": 2441, + "id": 1720, "name": "details", "variant": "declaration", "kind": 1024, @@ -98143,14 +98290,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2442, + "id": 1721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2443, + "id": 1722, "name": "__type", "variant": "signature", "kind": 4096, @@ -98160,7 +98307,7 @@ "elements": [ { "type": "literal", - "value": "admin_publishable_api_keys" + "value": "admin_products" }, { "type": "literal", @@ -98174,7 +98321,7 @@ } }, { - "id": 2444, + "id": 1723, "name": "detail", "variant": "declaration", "kind": 1024, @@ -98182,21 +98329,21 @@ "type": { "type": "reflection", "declaration": { - "id": 2445, + "id": 1724, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 2446, + "id": 1725, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2447, + "id": 1726, "name": "id", "variant": "param", "kind": 32768, @@ -98212,7 +98359,7 @@ "elements": [ { "type": "literal", - "value": "admin_publishable_api_keys" + "value": "admin_products" }, { "type": "literal", @@ -98234,17 +98381,17 @@ { "title": "Properties", "children": [ - 2431, - 2432, - 2435, - 2441, - 2444 + 1710, + 1711, + 1714, + 1720, + 1723 ] }, { "title": "Methods", "children": [ - 2427 + 1706 ] } ] @@ -98253,456 +98400,30 @@ "defaultValue": "..." }, { - "id": 2534, - "name": "adminRegionKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_regions" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2643, - "name": "adminReservationsKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_reservations" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2690, - "name": "adminReturnReasonKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_return_reasons" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2733, - "name": "adminReturnKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_returns" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2769, - "name": "adminSalesChannelsKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_sales_channels" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2853, - "name": "adminShippingOptionKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_shipping_options" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2911, - "name": "adminShippingProfileKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_shippingProfiles" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 2954, - "name": "adminStockLocationsKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_stock_locations" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 3012, - "name": "adminStoreKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_store" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 3122, - "name": "AdminFulfillSwapReq", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/fulfill-swap.d.ts", - "qualifiedName": "AdminPostOrdersOrderSwapsSwapFulfillmentsReq" - }, - "name": "AdminPostOrdersOrderSwapsSwapFulfillmentsReq", - "package": "@medusajs/medusa" - }, - { - "type": "reflection", - "declaration": { - "id": 3123, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 3124, - "name": "swap_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The swap's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3124 - ] - } - ] - } - } - ] - } - }, - { - "id": 3129, - "name": "AdminCreateSwapShipmentReq", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/create-swap-shipment.d.ts", - "qualifiedName": "AdminPostOrdersOrderSwapsSwapShipmentsReq" - }, - "name": "AdminPostOrdersOrderSwapsSwapShipmentsReq", - "package": "@medusajs/medusa" - }, - { - "type": "reflection", - "declaration": { - "id": 3130, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 3131, - "name": "swap_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The swap's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3131 - ] - } - ] - } - } - ] - } - }, - { - "id": 3140, - "name": "AdminCancelSwapFulfillmentReq", + "id": 1774, + "name": "useAdminProductVariants", "variant": "declaration", - "kind": 2097152, + "kind": 64, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The details of the swap's fulfillment to cancel." - } - ] - }, - "type": { - "type": "reflection", - "declaration": { - "id": 3141, - "name": "__type", - "variant": "declaration", - "kind": 65536, + "signatures": [ + { + "id": 1775, + "name": "useAdminProductVariants", + "variant": "signature", + "kind": 4096, "flags": {}, - "children": [ + "parameters": [ { - "id": 3142, - "name": "swap_id", - "variant": "declaration", - "kind": 1024, + "id": 1776, + "name": "id", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The swap's ID." + "text": "The product's ID." } ] }, @@ -98712,588 +98433,729 @@ } }, { - "id": 3143, - "name": "fulfillment_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, + "id": 1777, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { "kind": "text", - "text": "The fulfillment's ID." + "text": "Configurations to apply on the retrieved product variants." } ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/list-variants.d.ts", + "qualifiedName": "AdminGetProductsVariantsParams" + }, + "name": "AdminGetProductsVariantsParams", + "package": "@medusajs/medusa" } - } - ], - "groups": [ + }, { - "title": "Properties", - "children": [ - 3142, - 3143 - ] - } - ] - } - } - }, - { - "id": 3067, - "name": "adminSwapKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_swaps" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 3154, - "name": "adminTaxRateKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_tax_rates" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 3249, - "name": "adminUserKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_users" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 3313, - "name": "adminVariantKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "admin_variants" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 195, - "name": "CreateCartReq", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The details of the cart to create." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/create-cart.d.ts", - "qualifiedName": "StorePostCartReq" - }, - "name": "StorePostCartReq", - "package": "@medusajs/medusa" - }, - { - "type": "intrinsic", - "name": "undefined" - } - ] - } - }, - { - "id": 211, - "name": "UpdatePaymentSessionReq", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The details of the payment session to update." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/update-payment-session.d.ts", - "qualifiedName": "StorePostCartsCartPaymentSessionUpdateReq" - }, - "name": "StorePostCartsCartPaymentSessionUpdateReq", - "package": "@medusajs/medusa" - }, - { - "type": "reflection", - "declaration": { - "id": 212, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 213, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ + "id": 1778, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 3493, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "Response" + }, + "typeArguments": [ { - "kind": "text", - "text": "The payment provider's identifier." + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "AdminProductsListVariantsRes" + }, + "name": "AdminProductsListVariantsRes", + "package": "@medusajs/medusa" } - ] + ], + "name": "Response", + "package": "@medusajs/medusa-js" }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 213 - ] - } - ] - } - } - ] - } - }, - { - "id": 218, - "name": "RefreshPaymentSessionMutationData", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The details of the payment session to refresh." - } - ] - }, - "type": { - "type": "reflection", - "declaration": { - "id": 219, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 220, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ { - "kind": "text", - "text": "The payment provider's identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 220 - ] - } - ] - } - } - }, - { - "id": 233, - "name": "DeletePaymentSessionMutationData", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The details of the payment session to delete." - } - ] - }, - "type": { - "type": "reflection", - "declaration": { - "id": 234, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 235, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Error" + }, + "name": "Error", + "package": "typescript" + }, { - "kind": "text", - "text": "The payment provider's identifier." + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "admin_products" + }, + { + "type": "literal", + "value": "detail" + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "literal", + "value": "variants" + }, + { + "type": "intrinsic", + "name": "any" + } + ] + } } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" + ], + "name": "UseQueryOptionsWrapper", + "package": "medusa-react" } } ], - "groups": [ - { - "title": "Properties", - "children": [ - 235 - ] - } - ] - } - } - }, - { - "id": 178, - "name": "cartKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "carts" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 243, - "name": "collectionKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, - "typeArguments": [ - { - "type": "literal", - "value": "collections" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "TQueryKey", - "package": "medusa-react" - }, - "defaultValue": "..." - }, - { - "id": 359, - "name": "UpdateMeReq", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/update-customer.d.ts", - "qualifiedName": "StorePostCustomersCustomerReq" - }, - "name": "StorePostCustomersCustomerReq", - "package": "@medusajs/medusa" - }, - { - "type": "reflection", - "declaration": { - "id": 360, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 361, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The customer's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 361 - ] - } - ] - } - } - ] - } - }, - { - "id": 290, - "name": "customerKeys", - "variant": "declaration", - "kind": 32, - "flags": { - "isConst": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 291, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 292, - "name": "orders", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { + "type": { + "type": "union", + "types": [ + { "type": "reflection", "declaration": { - "id": 293, + "id": 1779, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, - "signatures": [ + "children": [ { - "id": 294, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 295, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" + "id": 1784, + "name": "response", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "HTTPResponse" + }, + "name": "HTTPResponse", + "package": "@medusajs/medusa-js" + } + }, + { + "id": 1783, + "name": "variants", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/models/product-variant.d.ts", + "qualifiedName": "ProductVariant" + }, + "name": "ProductVariant", + "package": "@medusajs/medusa" + } + } + }, + { + "id": 1780, + "name": "limit", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum number of items that can be returned in the list." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1781, + "name": "offset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before the returned items in the list." } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1782, + "name": "count", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total number of items available." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1784, + 1783, + 1780, + 1781, + 1782 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 1785, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 1790, + "name": "response", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "HTTPResponse" + }, + "name": "HTTPResponse", + "package": "@medusajs/medusa-js" + } + }, + { + "id": 1789, + "name": "variants", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/models/product-variant.d.ts", + "qualifiedName": "ProductVariant" + }, + "name": "ProductVariant", + "package": "@medusajs/medusa" } - ], + } + }, + { + "id": 1786, + "name": "limit", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum number of items that can be returned in the list." + } + ] + }, "type": { - "type": "typeOperator", - "operator": "readonly", + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1787, + "name": "offset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before the returned items in the list." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1788, + "name": "count", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total number of items available." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1790, + 1789, + 1786, + 1787, + 1788 + ] + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 1791, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 1796, + "name": "response", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "reference", "target": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "customers" - }, - { - "type": "literal", - "value": "detail" - }, - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "literal", - "value": "orders" - } - ] + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "HTTPResponse" + }, + "name": "HTTPResponse", + "package": "@medusajs/medusa-js" + } + }, + { + "id": 1795, + "name": "variants", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/models/product-variant.d.ts", + "qualifiedName": "ProductVariant" + }, + "name": "ProductVariant", + "package": "@medusajs/medusa" } } + }, + { + "id": 1792, + "name": "limit", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum number of items that can be returned in the list." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1793, + "name": "offset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before the returned items in the list." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1794, + "name": "count", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total number of items available." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1796, + 1795, + 1792, + 1793, + 1794 + ] } ] } }, - "defaultValue": "..." + { + "type": "reflection", + "declaration": { + "id": 1797, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 1802, + "name": "response", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "HTTPResponse" + }, + "name": "HTTPResponse", + "package": "@medusajs/medusa-js" + } + }, + { + "id": 1801, + "name": "variants", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/models/product-variant.d.ts", + "qualifiedName": "ProductVariant" + }, + "name": "ProductVariant", + "package": "@medusajs/medusa" + } + } + }, + { + "id": 1798, + "name": "limit", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The maximum number of items that can be returned in the list." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1799, + "name": "offset", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The number of items skipped before the returned items in the list." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1800, + "name": "count", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isReadonly": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The total number of items available." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "number" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1802, + 1801, + 1798, + 1799, + 1800 + ] + } + ] + } + } + ] + } + } + ] + }, + { + "id": 1867, + "name": "adminPublishableApiKeysKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 1868, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 1869, + "name": "detailSalesChannels", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 1870, + "name": "detailSalesChannels", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 1871, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1872, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "any" + } + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "admin_publishable_api_keys" + }, + { + "type": "literal", + "value": "detail" + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "literal", + "value": "sales_channels" + }, + { + "type": "intrinsic", + "name": "any" + } + ] + } + } + } + ] }, { - "id": 296, + "id": 1873, "name": "all", "variant": "declaration", "kind": 1024, @@ -99303,13 +99165,13 @@ "elements": [ { "type": "literal", - "value": "customers" + "value": "admin_publishable_api_keys" } ] } }, { - "id": 297, + "id": 1874, "name": "lists", "variant": "declaration", "kind": 1024, @@ -99317,14 +99179,14 @@ "type": { "type": "reflection", "declaration": { - "id": 298, + "id": 1875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 299, + "id": 1876, "name": "__type", "variant": "signature", "kind": 4096, @@ -99334,7 +99196,7 @@ "elements": [ { "type": "literal", - "value": "customers" + "value": "admin_publishable_api_keys" }, { "type": "literal", @@ -99348,7 +99210,7 @@ } }, { - "id": 300, + "id": 1877, "name": "list", "variant": "declaration", "kind": 1024, @@ -99356,21 +99218,21 @@ "type": { "type": "reflection", "declaration": { - "id": 301, + "id": 1878, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 302, + "id": 1879, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 303, + "id": 1880, "name": "query", "variant": "param", "kind": 32768, @@ -99388,7 +99250,7 @@ "elements": [ { "type": "literal", - "value": "customers" + "value": "admin_publishable_api_keys" }, { "type": "literal", @@ -99397,14 +99259,14 @@ { "type": "reflection", "declaration": { - "id": 304, + "id": 1881, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 305, + "id": 1882, "name": "query", "variant": "declaration", "kind": 1024, @@ -99419,7 +99281,7 @@ { "title": "Properties", "children": [ - 305 + 1882 ] } ] @@ -99433,7 +99295,7 @@ } }, { - "id": 306, + "id": 1883, "name": "details", "variant": "declaration", "kind": 1024, @@ -99441,14 +99303,14 @@ "type": { "type": "reflection", "declaration": { - "id": 307, + "id": 1884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 308, + "id": 1885, "name": "__type", "variant": "signature", "kind": 4096, @@ -99458,7 +99320,7 @@ "elements": [ { "type": "literal", - "value": "customers" + "value": "admin_publishable_api_keys" }, { "type": "literal", @@ -99472,7 +99334,7 @@ } }, { - "id": 309, + "id": 1886, "name": "detail", "variant": "declaration", "kind": 1024, @@ -99480,21 +99342,21 @@ "type": { "type": "reflection", "declaration": { - "id": 310, + "id": 1887, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 311, + "id": 1888, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 312, + "id": 1889, "name": "id", "variant": "param", "kind": 32768, @@ -99510,7 +99372,7 @@ "elements": [ { "type": "literal", - "value": "customers" + "value": "admin_publishable_api_keys" }, { "type": "literal", @@ -99532,12 +99394,17 @@ { "title": "Properties", "children": [ - 292, - 296, - 297, - 300, - 306, - 309 + 1873, + 1874, + 1877, + 1883, + 1886 + ] + }, + { + "title": "Methods", + "children": [ + 1869 ] } ] @@ -99546,8 +99413,8 @@ "defaultValue": "..." }, { - "id": 365, - "name": "giftCardKeys", + "id": 1976, + "name": "adminRegionKeys", "variant": "declaration", "kind": 32, "flags": { @@ -99555,14 +99422,11 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "gift_cards" + "value": "admin_regions" }, { "type": "intrinsic", @@ -99579,68 +99443,8 @@ "defaultValue": "..." }, { - "id": 386, - "name": "UpdateLineItemReq", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/update-line-item.d.ts", - "qualifiedName": "StorePostCartsCartLineItemsItemReq" - }, - "name": "StorePostCartsCartLineItemsItemReq", - "package": "@medusajs/medusa" - }, - { - "type": "reflection", - "declaration": { - "id": 387, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 388, - "name": "lineId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The line item's ID." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 388 - ] - } - ] - } - } - ] - } - }, - { - "id": 401, - "name": "orderEditQueryKeys", + "id": 2085, + "name": "adminReservationsKeys", "variant": "declaration", "kind": 32, "flags": { @@ -99648,14 +99452,11 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "orderEdit" + "value": "admin_reservations" }, { "type": "intrinsic", @@ -99672,362 +99473,38 @@ "defaultValue": "..." }, { - "id": 426, - "name": "orderKeys", + "id": 2132, + "name": "adminReturnReasonKeys", "variant": "declaration", "kind": 32, "flags": { "isConst": true }, "type": { - "type": "reflection", - "declaration": { - "id": 427, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 428, - "name": "cart", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 429, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 430, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 431, - "name": "cartId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "orders" - }, - { - "type": "literal", - "value": "detail" - }, - { - "type": "literal", - "value": "cart" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - } - } - ] - } - }, - "defaultValue": "..." - }, - { - "id": 432, - "name": "all", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "orders" - } - ] - } - }, - { - "id": 433, - "name": "lists", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 434, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 435, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "orders" - }, - { - "type": "literal", - "value": "list" - } - ] - } - } - ] - } - } - }, - { - "id": 436, - "name": "list", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 437, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 438, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 439, - "name": "query", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/lookup-order.d.ts", - "qualifiedName": "StoreGetOrdersParams" - }, - "name": "StoreGetOrdersParams", - "package": "@medusajs/medusa" - } - } - ], - "type": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "orders" - }, - { - "type": "literal", - "value": "list" - }, - { - "type": "reflection", - "declaration": { - "id": 440, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 441, - "name": "query", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/lookup-order.d.ts", - "qualifiedName": "StoreGetOrdersParams" - }, - "name": "StoreGetOrdersParams", - "package": "@medusajs/medusa" - } - ] - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 441 - ] - } - ] - } - } - ] - } - } - ] - } - } - }, - { - "id": 442, - "name": "details", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 443, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 444, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "orders" - }, - { - "type": "literal", - "value": "detail" - } - ] - } - } - ] - } - } - }, - { - "id": 445, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 446, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 447, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 448, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "tuple", - "elements": [ - { - "type": "literal", - "value": "orders" - }, - { - "type": "literal", - "value": "detail" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - } - ] - } - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 428, - 432, - 433, - 436, - 442, - 445 - ] - } - ] - } + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "admin_return_reasons" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" }, "defaultValue": "..." }, { - "id": 513, - "name": "paymentCollectionQueryKeys", + "id": 2175, + "name": "adminReturnKeys", "variant": "declaration", "kind": 32, "flags": { @@ -100035,14 +99512,11 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "paymentCollection" + "value": "admin_returns" }, { "type": "intrinsic", @@ -100059,8 +99533,8 @@ "defaultValue": "..." }, { - "id": 550, - "name": "storeProductCategoryKeys", + "id": 2211, + "name": "adminSalesChannelsKeys", "variant": "declaration", "kind": 32, "flags": { @@ -100068,14 +99542,11 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "product_categories" + "value": "admin_sales_channels" }, { "type": "intrinsic", @@ -100092,8 +99563,8 @@ "defaultValue": "..." }, { - "id": 598, - "name": "productTagKeys", + "id": 2295, + "name": "adminShippingOptionKeys", "variant": "declaration", "kind": 32, "flags": { @@ -100101,14 +99572,11 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "product_tags" + "value": "admin_shipping_options" }, { "type": "intrinsic", @@ -100125,8 +99593,8 @@ "defaultValue": "..." }, { - "id": 629, - "name": "productTypeKeys", + "id": 2353, + "name": "adminShippingProfileKeys", "variant": "declaration", "kind": 32, "flags": { @@ -100134,14 +99602,11 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "product_types" + "value": "admin_shippingProfiles" }, { "type": "intrinsic", @@ -100158,8 +99623,8 @@ "defaultValue": "..." }, { - "id": 660, - "name": "productKeys", + "id": 2396, + "name": "adminStockLocationsKeys", "variant": "declaration", "kind": 32, "flags": { @@ -100167,23 +99632,15 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "TQueryKey" - }, + "target": 3499, "typeArguments": [ { "type": "literal", - "value": "products" + "value": "admin_stock_locations" }, { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/list-products.d.ts", - "qualifiedName": "StoreGetProductsParams" - }, - "name": "StoreGetProductsParams", - "package": "@medusajs/medusa" + "type": "intrinsic", + "name": "any" }, { "type": "intrinsic", @@ -100196,13426 +99653,16280 @@ "defaultValue": "..." }, { - "id": 3418, - "name": "RegionInfo", + "id": 2454, + "name": "adminStoreKeys", "variant": "declaration", - "kind": 2097152, - "flags": {}, + "kind": 32, + "flags": { + "isConst": true + }, "type": { "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Pick" - }, + "target": 3499, "typeArguments": [ + { + "type": "literal", + "value": "admin_store" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 2564, + "name": "AdminFulfillSwapReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "intersection", + "types": [ { "type": "reference", "target": { - "sourceFileName": "../../../packages/medusa/dist/models/region.d.ts", - "qualifiedName": "Region" + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/fulfill-swap.d.ts", + "qualifiedName": "AdminPostOrdersOrderSwapsSwapFulfillmentsReq" }, - "name": "Region", + "name": "AdminPostOrdersOrderSwapsSwapFulfillmentsReq", "package": "@medusajs/medusa" }, { - "type": "union", - "types": [ - { - "type": "literal", - "value": "currency_code" - }, - { - "type": "literal", - "value": "tax_code" - }, - { - "type": "literal", - "value": "tax_rate" - } - ] + "type": "reflection", + "declaration": { + "id": 2565, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2566, + "name": "swap_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The swap's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2566 + ] + } + ] + } } - ], - "name": "Pick", - "package": "typescript" + ] } }, - { - "id": 3417, - "name": "ProductVariantInfo", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Pick" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "ProductVariant" - }, - "name": "ProductVariant", - "package": "medusa-react" - }, - { - "type": "literal", - "value": "prices" - } - ], - "name": "Pick", - "package": "typescript" - } - } - ], - "groups": [ - { - "title": "Namespaces", - "children": [ - 1, - 5, - 6 - ] + { + "id": 2571, + "name": "AdminCreateSwapShipmentReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/create-swap-shipment.d.ts", + "qualifiedName": "AdminPostOrdersOrderSwapsSwapShipmentsReq" + }, + "name": "AdminPostOrdersOrderSwapsSwapShipmentsReq", + "package": "@medusajs/medusa" + }, + { + "type": "reflection", + "declaration": { + "id": 2572, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2573, + "name": "swap_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The swap's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2573 + ] + } + ] + } + } + ] + } + }, + { + "id": 2582, + "name": "AdminCancelSwapFulfillmentReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The details of the swap's fulfillment to cancel." + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 2583, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2584, + "name": "swap_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The swap's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2585, + "name": "fulfillment_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The fulfillment's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2584, + 2585 + ] + } + ] + } + } + }, + { + "id": 2509, + "name": "adminSwapKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "admin_swaps" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 2596, + "name": "adminTaxRateKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "admin_tax_rates" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 2691, + "name": "adminUserKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "admin_users" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 2755, + "name": "adminVariantKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "admin_variants" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 2836, + "name": "CreateCartReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The details of the cart to create." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/create-cart.d.ts", + "qualifiedName": "StorePostCartReq" + }, + "name": "StorePostCartReq", + "package": "@medusajs/medusa" + }, + { + "type": "intrinsic", + "name": "undefined" + } + ] + } + }, + { + "id": 2852, + "name": "UpdatePaymentSessionReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The details of the payment session to update." + } + ] + }, + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/update-payment-session.d.ts", + "qualifiedName": "StorePostCartsCartPaymentSessionUpdateReq" + }, + "name": "StorePostCartsCartPaymentSessionUpdateReq", + "package": "@medusajs/medusa" + }, + { + "type": "reflection", + "declaration": { + "id": 2853, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2854, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The payment provider's identifier." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2854 + ] + } + ] + } + } + ] + } + }, + { + "id": 2859, + "name": "RefreshPaymentSessionMutationData", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The details of the payment session to refresh." + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 2860, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2861, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The payment provider's identifier." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2861 + ] + } + ] + } + } + }, + { + "id": 2874, + "name": "DeletePaymentSessionMutationData", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The details of the payment session to delete." + } + ] + }, + "type": { + "type": "reflection", + "declaration": { + "id": 2875, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2876, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The payment provider's identifier." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2876 + ] + } + ] + } + } + }, + { + "id": 2819, + "name": "cartKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "carts" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 2884, + "name": "collectionKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "collections" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3000, + "name": "UpdateMeReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/update-customer.d.ts", + "qualifiedName": "StorePostCustomersCustomerReq" + }, + "name": "StorePostCustomersCustomerReq", + "package": "@medusajs/medusa" + }, + { + "type": "reflection", + "declaration": { + "id": 3001, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3002, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The customer's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3002 + ] + } + ] + } + } + ] + } + }, + { + "id": 2931, + "name": "customerKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 2932, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2933, + "name": "orders", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 2934, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 2935, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 2936, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "customers" + }, + { + "type": "literal", + "value": "detail" + }, + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "literal", + "value": "orders" + } + ] + } + } + } + ] + } + }, + "defaultValue": "..." + }, + { + "id": 2937, + "name": "all", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "customers" + } + ] + } + }, + { + "id": 2938, + "name": "lists", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 2939, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 2940, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "customers" + }, + { + "type": "literal", + "value": "list" + } + ] + } + } + ] + } + } + }, + { + "id": 2941, + "name": "list", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 2942, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 2943, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 2944, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "any" + } + } + ], + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "customers" + }, + { + "type": "literal", + "value": "list" + }, + { + "type": "reflection", + "declaration": { + "id": 2945, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2946, + "name": "query", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "any" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2946 + ] + } + ] + } + } + ] + } + } + ] + } + } + }, + { + "id": 2947, + "name": "details", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 2948, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 2949, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "customers" + }, + { + "type": "literal", + "value": "detail" + } + ] + } + } + ] + } + } + }, + { + "id": 2950, + "name": "detail", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 2951, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 2952, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 2953, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "customers" + }, + { + "type": "literal", + "value": "detail" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2933, + 2937, + 2938, + 2941, + 2947, + 2950 + ] + } + ] + } + }, + "defaultValue": "..." + }, + { + "id": 3006, + "name": "giftCardKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "gift_cards" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3027, + "name": "UpdateLineItemReq", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/update-line-item.d.ts", + "qualifiedName": "StorePostCartsCartLineItemsItemReq" + }, + "name": "StorePostCartsCartLineItemsItemReq", + "package": "@medusajs/medusa" + }, + { + "type": "reflection", + "declaration": { + "id": 3028, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3029, + "name": "lineId", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The line item's ID." + } + ] + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3029 + ] + } + ] + } + } + ] + } + }, + { + "id": 3042, + "name": "orderEditQueryKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "orderEdit" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3067, + "name": "orderKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reflection", + "declaration": { + "id": 3068, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3069, + "name": "cart", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3070, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3071, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3072, + "name": "cartId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "orders" + }, + { + "type": "literal", + "value": "detail" + }, + { + "type": "literal", + "value": "cart" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + } + } + ] + } + }, + "defaultValue": "..." + }, + { + "id": 3073, + "name": "all", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "orders" + } + ] + } + }, + { + "id": 3074, + "name": "lists", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3075, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3076, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "orders" + }, + { + "type": "literal", + "value": "list" + } + ] + } + } + ] + } + } + }, + { + "id": 3077, + "name": "list", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3078, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3079, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3080, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/lookup-order.d.ts", + "qualifiedName": "StoreGetOrdersParams" + }, + "name": "StoreGetOrdersParams", + "package": "@medusajs/medusa" + } + } + ], + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "orders" + }, + { + "type": "literal", + "value": "list" + }, + { + "type": "reflection", + "declaration": { + "id": 3081, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3082, + "name": "query", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/lookup-order.d.ts", + "qualifiedName": "StoreGetOrdersParams" + }, + "name": "StoreGetOrdersParams", + "package": "@medusajs/medusa" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3082 + ] + } + ] + } + } + ] + } + } + ] + } + } + }, + { + "id": 3083, + "name": "details", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3084, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3085, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "orders" + }, + { + "type": "literal", + "value": "detail" + } + ] + } + } + ] + } + } + }, + { + "id": 3086, + "name": "detail", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3087, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3088, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3089, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "tuple", + "elements": [ + { + "type": "literal", + "value": "orders" + }, + { + "type": "literal", + "value": "detail" + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3069, + 3073, + 3074, + 3077, + 3083, + 3086 + ] + } + ] + } + }, + "defaultValue": "..." + }, + { + "id": 3154, + "name": "paymentCollectionQueryKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "paymentCollection" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3191, + "name": "storeProductCategoryKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "product_categories" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3239, + "name": "productTagKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "product_tags" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3270, + "name": "productTypeKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "product_types" + }, + { + "type": "intrinsic", + "name": "any" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3301, + "name": "productKeys", + "variant": "declaration", + "kind": 32, + "flags": { + "isConst": true + }, + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "literal", + "value": "products" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/list-products.d.ts", + "qualifiedName": "StoreGetProductsParams" + }, + "name": "StoreGetProductsParams", + "package": "@medusajs/medusa" + }, + { + "type": "intrinsic", + "name": "string" + } + ], + "name": "TQueryKey", + "package": "medusa-react" + }, + "defaultValue": "..." + }, + { + "id": 3478, + "name": "queryKeysFactory", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + { + "id": 3479, + "name": "queryKeysFactory", + "variant": "signature", + "kind": 4096, + "flags": {}, + "typeParameter": [ + { + "id": 3480, + "name": "T", + "variant": "typeParam", + "kind": 131072, + "flags": {} + }, + { + "id": 3481, + "name": "TListQueryType", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "intrinsic", + "name": "any" + } + }, + { + "id": 3482, + "name": "TDetailQueryType", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "intrinsic", + "name": "string" + } + } + ], + "parameters": [ + { + "id": 3483, + "name": "globalKey", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 3480, + "name": "T", + "package": "medusa-react", + "refersToTypeParameter": true + } + } + ], + "type": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "reference", + "target": 3480, + "name": "T", + "package": "medusa-react", + "refersToTypeParameter": true + }, + { + "type": "reference", + "target": 3481, + "name": "TListQueryType", + "package": "medusa-react", + "refersToTypeParameter": true + }, + { + "type": "reference", + "target": 3482, + "name": "TDetailQueryType", + "package": "medusa-react", + "refersToTypeParameter": true + } + ], + "name": "TQueryKey", + "package": "medusa-react" + } + } + ] + }, + { + "id": 3484, + "name": "useLocalStorage", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + { + "id": 3485, + "name": "useLocalStorage", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3486, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3487, + "name": "initialState", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "typeOperator", + "operator": "readonly", + "target": { + "type": "tuple", + "elements": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reflection", + "declaration": { + "id": 3488, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3489, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3490, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + }, + { + "type": "reflection", + "declaration": { + "id": 3491, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3492, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + } + ] + } + } + } + ] + }, + { + "id": 3493, + "name": "UseQueryOptionsWrapper", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "typeParameters": [ + { + "id": 3494, + "name": "TQueryFn", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "intrinsic", + "name": "unknown" + } + }, + { + "id": 3495, + "name": "E", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Error" + }, + "name": "Error", + "package": "typescript" + } + }, + { + "id": 3496, + "name": "TQueryKey", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../node_modules/@tanstack/query-core/build/lib/types.d.ts", + "qualifiedName": "QueryKey" + }, + "name": "QueryKey", + "package": "@tanstack/query-core" + }, + "default": { + "type": "reference", + "target": { + "sourceFileName": "../../../node_modules/@tanstack/query-core/build/lib/types.d.ts", + "qualifiedName": "QueryKey" + }, + "name": "QueryKey", + "package": "@tanstack/query-core" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Omit" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-react/node_modules/@tanstack/react-query/build/lib/types.d.ts", + "qualifiedName": "UseQueryOptions" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3494, + "name": "TQueryFn", + "package": "medusa-react", + "refersToTypeParameter": true + }, + { + "type": "reference", + "target": 3495, + "name": "E", + "package": "medusa-react", + "refersToTypeParameter": true + }, + { + "type": "reference", + "target": 3494, + "name": "TQueryFn", + "package": "medusa-react", + "refersToTypeParameter": true + }, + { + "type": "reference", + "target": 3496, + "name": "TQueryKey", + "package": "medusa-react", + "refersToTypeParameter": true + } + ], + "name": "UseQueryOptions", + "package": "@tanstack/react-query" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "queryKey" + }, + { + "type": "literal", + "value": "queryFn" + }, + { + "type": "literal", + "value": "select" + }, + { + "type": "literal", + "value": "refetchInterval" + } + ] + } + ], + "name": "Omit", + "package": "typescript" + } + }, + { + "id": 219, + "name": "RegionInfo", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/models/region.d.ts", + "qualifiedName": "Region" + }, + "name": "Region", + "package": "@medusajs/medusa" + }, + { + "type": "union", + "types": [ + { + "type": "literal", + "value": "currency_code" + }, + { + "type": "literal", + "value": "tax_code" + }, + { + "type": "literal", + "value": "tax_rate" + } + ] + } + ], + "name": "Pick", + "package": "typescript" + } + }, + { + "id": 3497, + "name": "ProductVariant", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "ConvertDateToString" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Omit" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/models/product-variant.d.ts", + "qualifiedName": "ProductVariant" + }, + "name": "ProductVariantEntity", + "package": "@medusajs/medusa", + "qualifiedName": "ProductVariant" + }, + { + "type": "literal", + "value": "beforeInsert" + } + ], + "name": "Omit", + "package": "typescript" + } + ], + "name": "ConvertDateToString", + "package": "medusa-react" + } + }, + { + "id": 218, + "name": "ProductVariantInfo", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3497, + "name": "ProductVariant", + "package": "medusa-react" + }, + { + "type": "literal", + "value": "prices" + } + ], + "name": "Pick", + "package": "typescript" + } + }, + { + "id": 3498, + "name": "Cart", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "cart" + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", + "qualifiedName": "StoreCartsRes" + }, + "name": "StoreCartsRes", + "package": "@medusajs/medusa" + } + } + }, + { + "id": 3499, + "name": "TQueryKey", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "typeParameters": [ + { + "id": 3518, + "name": "TKey", + "variant": "typeParam", + "kind": 131072, + "flags": {} + }, + { + "id": 3519, + "name": "TListQuery", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "intrinsic", + "name": "any" + } + }, + { + "id": 3520, + "name": "TDetailQuery", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3500, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3501, + "name": "all", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "reference", + "target": 3518, + "name": "TKey", + "package": "medusa-react", + "refersToTypeParameter": true + } + ] + } + }, + { + "id": 3502, + "name": "lists", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3503, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3504, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "rest", + "elementType": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "all" + }, + "objectType": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "reference", + "target": 3518, + "name": "TKey", + "package": "medusa-react", + "refersToTypeParameter": true + } + ], + "name": "TQueryKey", + "package": "medusa-react" + } + } + }, + { + "type": "literal", + "value": "list" + } + ] + } + } + ] + } + } + }, + { + "id": 3505, + "name": "list", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3506, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3507, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3510, + "name": "query", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 3519, + "name": "TListQuery", + "package": "medusa-react", + "refersToTypeParameter": true + } + } + ], + "type": { + "type": "tuple", + "elements": [ + { + "type": "rest", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "ReturnType" + }, + "typeArguments": [ + { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "lists" + }, + "objectType": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "reference", + "target": 3518, + "name": "TKey", + "package": "medusa-react", + "refersToTypeParameter": true + } + ], + "name": "TQueryKey", + "package": "medusa-react" + } + } + ], + "name": "ReturnType", + "package": "typescript" + } + }, + { + "type": "reflection", + "declaration": { + "id": 3508, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3509, + "name": "query", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 3519, + "name": "TListQuery", + "package": "medusa-react", + "refersToTypeParameter": true + }, + { + "type": "intrinsic", + "name": "undefined" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3509 + ] + } + ] + } + } + ] + } + } + ] + } + } + }, + { + "id": 3511, + "name": "details", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3512, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3513, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "tuple", + "elements": [ + { + "type": "rest", + "elementType": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "all" + }, + "objectType": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "reference", + "target": 3518, + "name": "TKey", + "package": "medusa-react", + "refersToTypeParameter": true + } + ], + "name": "TQueryKey", + "package": "medusa-react" + } + } + }, + { + "type": "literal", + "value": "detail" + } + ] + } + } + ] + } + } + }, + { + "id": 3514, + "name": "detail", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reflection", + "declaration": { + "id": 3515, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "signatures": [ + { + "id": 3516, + "name": "__type", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 3517, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 3520, + "name": "TDetailQuery", + "package": "medusa-react", + "refersToTypeParameter": true + } + } + ], + "type": { + "type": "tuple", + "elements": [ + { + "type": "rest", + "elementType": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "ReturnType" + }, + "typeArguments": [ + { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "details" + }, + "objectType": { + "type": "reference", + "target": 3499, + "typeArguments": [ + { + "type": "reference", + "target": 3518, + "name": "TKey", + "package": "medusa-react", + "refersToTypeParameter": true + } + ], + "name": "TQueryKey", + "package": "medusa-react" + } + } + ], + "name": "ReturnType", + "package": "typescript" + } + }, + { + "type": "reference", + "target": 3520, + "name": "TDetailQuery", + "package": "medusa-react", + "refersToTypeParameter": true + } + ] + } + } + ] + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3501, + 3502, + 3505, + 3511, + 3514 + ] + } + ] + } + } + } + ], + "groups": [ + { + "title": "Namespaces", + "children": [ + 1, + 5, + 6 + ] + }, + { + "title": "Interfaces", + "children": [ + 157, + 172, + 65, + 69, + 81, + 85, + 90, + 149, + 178, + 188 + ] + }, + { + "title": "Type Aliases", + "children": [ + 199, + 207, + 304, + 315, + 322, + 889, + 1042, + 1841, + 1856, + 2564, + 2571, + 2582, + 2836, + 2852, + 2859, + 2874, + 3000, + 3027, + 3493, + 219, + 3497, + 218, + 3498, + 3499 + ] + }, + { + "title": "Variables", + "children": [ + 220, + 242, + 338, + 408, + 610, + 664, + 819, + 896, + 954, + 1057, + 1087, + 1145, + 1180, + 1270, + 1390, + 1419, + 1444, + 1575, + 1642, + 1673, + 1704, + 1867, + 1976, + 2085, + 2132, + 2175, + 2211, + 2295, + 2353, + 2396, + 2454, + 2509, + 2596, + 2691, + 2755, + 2819, + 2884, + 2931, + 3006, + 3042, + 3067, + 3154, + 3191, + 3239, + 3270, + 3301 + ] + }, + { + "title": "Functions", + "children": [ + 296, + 1080, + 1774, + 3478, + 3484 + ] + } + ], + "packageName": "medusa-react", + "symbolIdMap": { + "0": { + "sourceFileName": "../../../packages/medusa-react/src/index.ts", + "qualifiedName": "" + }, + "65": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaContextState" + }, + "66": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaContextState.client" + }, + "67": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "useMedusa" + }, + "68": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "useMedusa" + }, + "69": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps" + }, + "70": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.baseUrl" + }, + "71": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.queryClientProviderProps" + }, + "73": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.apiKey" + }, + "74": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.publishableApiKey" + }, + "75": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.maxRetries" + }, + "76": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.customHeaders" + }, + "77": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProviderProps.medusaClient" + }, + "78": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProvider" + }, + "79": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "MedusaProvider" + }, + "80": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", + "qualifiedName": "__0" + }, + "81": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "Item" + }, + "82": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "Item.variant" + }, + "83": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "Item.quantity" + }, + "84": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "Item.total" + }, + "85": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState" + }, + "86": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.region" + }, + "87": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.items" + }, + "88": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.totalItems" + }, + "89": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.total" + }, + "90": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState" + }, + "91": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.setRegion" + }, + "92": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "93": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "94": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "region" + }, + "95": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.addItem" + }, + "96": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "97": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "98": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "item" + }, + "99": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.removeItem" + }, + "100": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "101": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "102": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "id" + }, + "103": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.updateItem" + }, + "104": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "105": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "106": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "id" + }, + "107": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "item" + }, + "108": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.setItems" + }, + "109": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "110": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "111": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "items" + }, + "112": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.updateItemQuantity" + }, + "113": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "114": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "115": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "id" + }, + "116": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "quantity" + }, + "117": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.incrementItemQuantity" + }, + "118": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "119": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "120": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "id" + }, + "121": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.decrementItemQuantity" + }, + "122": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "123": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "124": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "id" + }, + "125": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.getItem" + }, + "126": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "127": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "128": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "id" + }, + "129": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartContextState.clearItems" + }, + "130": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "131": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__type" + }, + "132": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.region" + }, + "133": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.items" + }, + "134": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.totalItems" + }, + "135": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartState.total" + }, + "149": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartProviderProps" + }, + "151": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartProviderProps.initialState" + }, + "152": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartProvider" + }, + "153": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "SessionCartProvider" + }, + "154": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "__0" + }, + "155": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "useSessionCart" + }, + "156": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "qualifiedName": "useSessionCart" + }, + "157": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext" + }, + "158": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.setCart" + }, + "159": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "__type" + }, + "160": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "__type" + }, + "161": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "cart" + }, + "162": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.pay" + }, + "163": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.createCart" + }, + "164": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.startCheckout" + }, + "165": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.completeCheckout" + }, + "166": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.updateCart" + }, + "167": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.addShippingMethod" + }, + "168": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartContext.totalItems" + }, + "169": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartState.cart" + }, + "170": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "useCart" + }, + "171": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "useCart" + }, + "172": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartProps" + }, + "174": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartProps.initialState" + }, + "175": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartProvider" + }, + "176": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "CartProvider" + }, + "177": { + "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", + "qualifiedName": "__0" + }, + "178": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "FormatVariantPriceParams" + }, + "179": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.variant" + }, + "180": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.region" + }, + "181": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.includeTaxes" + }, + "182": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.minimumFractionDigits" + }, + "183": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.maximumFractionDigits" + }, + "184": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.locale" + }, + "185": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "formatVariantPrice" + }, + "186": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "formatVariantPrice" + }, + "187": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__0" + }, + "188": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "ComputeVariantPriceParams" + }, + "189": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.variant" + }, + "190": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.region" + }, + "191": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.includeTaxes" + }, + "192": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "computeVariantPrice" + }, + "193": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "computeVariantPrice" + }, + "194": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__0" + }, + "195": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "getVariantPrice" + }, + "196": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "getVariantPrice" + }, + "197": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "variant" + }, + "198": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "region" + }, + "199": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "ComputeAmountParams" + }, + "200": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type" + }, + "201": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.amount" + }, + "202": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.region" + }, + "203": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.includeTaxes" + }, + "204": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "computeAmount" + }, + "205": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "computeAmount" + }, + "206": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__0" + }, + "207": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "FormatAmountParams" + }, + "208": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type" + }, + "209": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.amount" + }, + "210": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.region" + }, + "211": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.includeTaxes" + }, + "212": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.minimumFractionDigits" + }, + "213": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.maximumFractionDigits" + }, + "214": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__type.locale" + }, + "215": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "formatAmount" + }, + "216": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "formatAmount" + }, + "217": { + "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "qualifiedName": "__0" + }, + "218": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "ProductVariantInfo" + }, + "219": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "RegionInfo" + }, + "220": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "adminAuthKeys" + }, + "221": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "useAdminGetSession" + }, + "222": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "useAdminGetSession" + }, + "223": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "options" + }, + "224": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "__object" + }, + "225": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", + "qualifiedName": "user" + }, + "226": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "227": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "__object" + }, + "228": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", + "qualifiedName": "user" + }, + "229": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "230": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "__object" + }, + "231": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", + "qualifiedName": "user" + }, + "232": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "233": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "qualifiedName": "__object" + }, + "234": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", + "qualifiedName": "user" + }, + "235": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "236": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "qualifiedName": "useAdminLogin" + }, + "237": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "qualifiedName": "useAdminLogin" + }, + "238": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "qualifiedName": "options" + }, + "239": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "qualifiedName": "useAdminDeleteSession" + }, + "240": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "qualifiedName": "useAdminDeleteSession" + }, + "241": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "qualifiedName": "options" + }, + "242": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "adminBatchJobsKeys" + }, + "243": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "useAdminBatchJobs" + }, + "244": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "useAdminBatchJobs" + }, + "245": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "query" + }, + "246": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "options" + }, + "247": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "248": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "249": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "250": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "251": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "252": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "253": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_jobs" + }, + "254": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "255": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "256": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "257": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "258": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "259": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_jobs" + }, + "260": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "261": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "262": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "263": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "264": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "265": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_jobs" + }, + "266": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "267": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "268": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "269": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "270": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "271": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_jobs" + }, + "272": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "273": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "useAdminBatchJob" + }, + "274": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "useAdminBatchJob" + }, + "275": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "id" + }, + "276": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "options" + }, + "277": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "278": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_job" + }, + "279": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "280": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "281": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_job" + }, + "282": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "283": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "284": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_job" + }, + "285": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "286": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "qualifiedName": "__object" + }, + "287": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", + "qualifiedName": "batch_job" + }, + "288": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "289": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "useAdminCreateBatchJob" + }, + "290": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "useAdminCreateBatchJob" + }, + "291": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "options" + }, + "292": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "useAdminCancelBatchJob" + }, + "293": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "useAdminCancelBatchJob" + }, + "294": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "id" + }, + "295": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "options" + }, + "296": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "useAdminConfirmBatchJob" + }, + "297": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "useAdminConfirmBatchJob" + }, + "298": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "id" + }, + "299": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "qualifiedName": "options" + }, + "300": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCreateClaim" + }, + "301": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCreateClaim" + }, + "302": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "orderId" + }, + "303": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "options" + }, + "304": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "AdminUpdateClaimReq" + }, + "305": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type" + }, + "306": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type.claim_id" + }, + "307": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminUpdateClaim" + }, + "308": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminUpdateClaim" + }, + "309": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "orderId" + }, + "310": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "options" + }, + "311": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCancelClaim" + }, + "312": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCancelClaim" + }, + "313": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "orderId" + }, + "314": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "options" + }, + "315": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "AdminFulfillClaimReq" + }, + "316": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type" + }, + "317": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type.claim_id" + }, + "318": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminFulfillClaim" + }, + "319": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminFulfillClaim" + }, + "320": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "orderId" + }, + "321": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "options" + }, + "322": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "AdminCancelClaimFulfillmentReq" + }, + "323": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type" + }, + "324": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type.claim_id" + }, + "325": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type.fulfillment_id" + }, + "326": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCancelClaimFulfillment" + }, + "327": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCancelClaimFulfillment" + }, + "328": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "orderId" + }, + "329": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "options" + }, + "330": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCreateClaimShipment" + }, + "331": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "useAdminCreateClaimShipment" + }, + "332": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "orderId" + }, + "333": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "options" + }, + "334": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type" + }, + "335": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type.claim_id" + }, + "336": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type" + }, + "337": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "qualifiedName": "__type.claim_id" + }, + "338": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "adminCollectionKeys" + }, + "339": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "useAdminCollections" + }, + "340": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "useAdminCollections" + }, + "341": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "query" + }, + "342": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "options" + }, + "343": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "344": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "345": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "346": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "347": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "348": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "349": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collections" + }, + "350": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "351": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "352": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "353": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "354": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "355": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collections" + }, + "356": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "357": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "358": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "359": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "360": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "361": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collections" + }, + "362": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "363": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "364": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "365": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "366": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "367": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collections" + }, + "368": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "369": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "useAdminCollection" + }, + "370": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "useAdminCollection" + }, + "371": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "id" + }, + "372": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "options" + }, + "373": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "374": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collection" + }, + "375": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "376": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "377": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collection" + }, + "378": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "379": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "380": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collection" + }, + "381": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "382": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "qualifiedName": "__object" + }, + "383": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", + "qualifiedName": "collection" + }, + "384": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "385": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminCreateCollection" + }, + "386": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminCreateCollection" + }, + "387": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "options" + }, + "388": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminUpdateCollection" + }, + "389": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminUpdateCollection" + }, + "390": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "id" + }, + "391": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "options" + }, + "392": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminDeleteCollection" + }, + "393": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminDeleteCollection" + }, + "394": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "id" + }, + "395": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "options" + }, + "396": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminAddProductsToCollection" + }, + "397": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminAddProductsToCollection" + }, + "398": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "id" + }, + "399": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "options" + }, + "400": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminRemoveProductsFromCollection" + }, + "401": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "useAdminRemoveProductsFromCollection" + }, + "402": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "id" + }, + "403": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "qualifiedName": "options" + }, + "404": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", + "qualifiedName": "useAdminUpdateCurrency" + }, + "405": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", + "qualifiedName": "useAdminUpdateCurrency" + }, + "406": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", + "qualifiedName": "code" + }, + "407": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", + "qualifiedName": "options" + }, + "408": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "adminCurrenciesKeys" + }, + "409": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "useAdminCurrencies" + }, + "410": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "useAdminCurrencies" + }, + "411": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "query" + }, + "412": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "options" + }, + "413": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "414": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "415": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "__object" + }, + "416": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "417": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "418": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "419": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", + "qualifiedName": "currencies" + }, + "420": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "421": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "__object" + }, + "422": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "423": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "424": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "425": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", + "qualifiedName": "currencies" + }, + "426": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "427": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "__object" + }, + "428": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "429": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "430": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "431": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", + "qualifiedName": "currencies" + }, + "432": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "433": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "qualifiedName": "__object" + }, + "434": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "435": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "436": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "437": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", + "qualifiedName": "currencies" + }, + "438": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "439": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "useAdminCustomDelete" + }, + "440": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "useAdminCustomDelete" + }, + "441": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "TResponse" + }, + "442": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "path" + }, + "443": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "queryKey" + }, + "444": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "relatedDomains" + }, + "445": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "options" + }, + "446": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "useAdminCustomPost" + }, + "447": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "useAdminCustomPost" + }, + "448": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "TPayload" + }, + "449": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "TResponse" + }, + "450": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "path" + }, + "451": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "queryKey" + }, + "452": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "relatedDomains" + }, + "453": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "qualifiedName": "options" + }, + "454": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "useAdminCustomQuery" + }, + "455": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "useAdminCustomQuery" + }, + "456": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "TQuery" + }, + "457": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "TResponse" + }, + "458": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "path" + }, + "459": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "queryKey" + }, + "460": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "query" + }, + "461": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "options" + }, + "462": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object" + }, + "463": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object.data" + }, + "464": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object" + }, + "465": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object.data" + }, + "466": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object" + }, + "467": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object.data" + }, + "468": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object" + }, + "469": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "qualifiedName": "__object.data" + }, + "504": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "useAdminCustomerGroup" + }, + "505": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "useAdminCustomerGroup" + }, + "506": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "id" + }, + "507": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "query" + }, + "508": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "options" + }, + "509": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "510": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_group" + }, + "511": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "512": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "513": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_group" + }, + "514": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "515": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "516": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_group" + }, + "517": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "518": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "519": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_group" + }, + "520": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "521": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "useAdminCustomerGroups" + }, + "522": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "useAdminCustomerGroups" + }, + "523": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "query" + }, + "524": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "options" + }, + "525": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "526": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "527": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "528": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "529": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "530": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "531": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_groups" + }, + "532": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "533": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "534": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "535": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "536": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "537": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_groups" + }, + "538": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "539": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "540": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "541": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "542": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "543": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_groups" + }, + "544": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "545": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "546": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "547": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "548": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "549": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", + "qualifiedName": "customer_groups" + }, + "550": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "551": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "useAdminCustomerGroupCustomers" + }, + "552": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "useAdminCustomerGroupCustomers" + }, + "553": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "id" + }, + "554": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "query" + }, + "555": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "options" + }, + "556": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "557": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", + "qualifiedName": "limit" + }, + "558": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", + "qualifiedName": "offset" + }, + "559": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", + "qualifiedName": "expand" + }, + "560": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", + "qualifiedName": "fields" + }, + "561": { + "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", + "qualifiedName": "q" + }, + "562": { + "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", + "qualifiedName": "has_account" + }, + "563": { + "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", + "qualifiedName": "groups" + }, + "564": { + "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", + "qualifiedName": "order" + }, + "565": { + "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", + "qualifiedName": "created_at" + }, + "566": { + "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", + "qualifiedName": "updated_at" + }, + "567": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "568": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "569": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "570": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "571": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" + }, + "572": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "573": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "574": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "575": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "576": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "577": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" + }, + "578": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "579": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "580": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "581": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "582": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "583": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" + }, + "584": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "585": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "qualifiedName": "__object" + }, + "586": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "587": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "588": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "589": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" + }, + "590": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "591": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminCreateCustomerGroup" + }, + "592": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminCreateCustomerGroup" + }, + "593": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "options" + }, + "594": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminUpdateCustomerGroup" + }, + "595": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminUpdateCustomerGroup" + }, + "596": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "id" + }, + "597": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "options" + }, + "598": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminDeleteCustomerGroup" + }, + "599": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminDeleteCustomerGroup" + }, + "600": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "id" + }, + "601": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "options" + }, + "602": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminAddCustomersToCustomerGroup" + }, + "603": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminAddCustomersToCustomerGroup" + }, + "604": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "id" + }, + "605": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "options" + }, + "606": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminRemoveCustomersFromCustomerGroup" + }, + "607": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "useAdminRemoveCustomersFromCustomerGroup" + }, + "608": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "id" + }, + "609": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "qualifiedName": "options" + }, + "610": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "adminCustomerKeys" + }, + "611": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "useAdminCustomers" + }, + "612": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "useAdminCustomers" + }, + "613": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "query" + }, + "614": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "options" }, - { - "title": "Interfaces", - "children": [ - 157, - 172, - 65, - 69, - 81, - 85, - 90, - 149, - 3377, - 3387 - ] + "615": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - { - "title": "Type Aliases", - "children": [ - 3398, - 3406, - 921, - 932, - 939, - 1498, - 1651, - 2399, - 2414, - 3122, - 3129, - 3140, - 195, - 211, - 218, - 233, - 359, - 386, - 3418, - 3417 - ] + "616": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - { - "title": "Variables", - "children": [ - 837, - 859, - 955, - 1025, - 1219, - 1273, - 1428, - 1505, - 1563, - 1666, - 1696, - 1754, - 1789, - 1879, - 1999, - 2028, - 2053, - 2184, - 2251, - 2282, - 2313, - 2425, - 2534, - 2643, - 2690, - 2733, - 2769, - 2853, - 2911, - 2954, - 3012, - 3067, - 3154, - 3249, - 3313, - 178, - 243, - 290, - 365, - 401, - 426, - 513, - 550, - 598, - 629, - 660 - ] + "617": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - { - "title": "Functions", - "children": [ - 913, - 1689 - ] - } - ], - "packageName": "medusa-react", - "symbolIdMap": { - "0": { - "sourceFileName": "../../../packages/medusa-react/src/index.ts", - "qualifiedName": "" + "618": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "65": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaContextState" + "619": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "66": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaContextState.client" + "620": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "67": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "useMedusa" + "621": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" }, - "68": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "useMedusa" + "622": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "69": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps" + "623": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "70": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.baseUrl" + "624": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "71": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.queryClientProviderProps" + "625": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "73": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.apiKey" + "626": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "74": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.publishableApiKey" + "627": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" }, - "75": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.maxRetries" + "628": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "76": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.customHeaders" + "629": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "77": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProviderProps.medusaClient" + "630": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "78": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProvider" + "631": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "79": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "MedusaProvider" + "632": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "80": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/medusa.tsx", - "qualifiedName": "__0" + "633": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" }, - "81": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "Item" + "634": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "82": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "Item.variant" + "635": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "83": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "Item.quantity" + "636": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "84": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "Item.total" + "637": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "85": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState" + "638": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "86": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.region" + "639": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customers" }, - "87": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.items" + "640": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "88": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.totalItems" + "641": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "useAdminCustomer" }, - "89": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.total" + "642": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "useAdminCustomer" }, - "90": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState" + "643": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "id" }, - "91": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.setRegion" + "644": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "options" }, - "92": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "645": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "93": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "646": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customer" }, - "94": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "region" + "647": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "95": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.addItem" + "648": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "96": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "649": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customer" }, - "97": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "650": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "98": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "item" + "651": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "99": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.removeItem" + "652": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customer" }, - "100": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "653": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "101": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "654": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "qualifiedName": "__object" }, - "102": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "655": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", + "qualifiedName": "customer" + }, + "656": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "657": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", + "qualifiedName": "useAdminCreateCustomer" + }, + "658": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", + "qualifiedName": "useAdminCreateCustomer" + }, + "659": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", + "qualifiedName": "options" + }, + "660": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", + "qualifiedName": "useAdminUpdateCustomer" + }, + "661": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", + "qualifiedName": "useAdminUpdateCustomer" + }, + "662": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", "qualifiedName": "id" }, - "103": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.updateItem" + "663": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", + "qualifiedName": "options" }, - "104": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "664": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "adminDiscountKeys" }, - "105": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "665": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "106": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "666": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object.detailCondition" + }, + "667": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object.detailCondition" + }, + "668": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", "qualifiedName": "id" }, - "107": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "item" + "669": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "query" }, - "108": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.setItems" + "670": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" }, - "109": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "671": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" }, - "110": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "672": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "111": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "items" + "673": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "112": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.updateItemQuantity" + "674": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "113": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "675": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "114": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "676": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "115": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "id" + "677": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "116": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "quantity" + "678": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "117": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.incrementItemQuantity" + "679": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "118": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "680": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "119": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "681": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "120": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "id" + "682": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "121": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.decrementItemQuantity" + "683": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "122": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "684": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "123": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "685": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "124": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "686": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "id" }, - "125": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.getItem" + "687": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminDiscounts" }, - "126": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "688": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminDiscounts" }, - "127": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", + "689": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "query" + }, + "690": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "options" + }, + "691": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "128": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "id" + "692": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "693": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" + }, + "694": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" + }, + "695": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "696": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "697": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discounts" }, - "129": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartContextState.clearItems" + "698": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "130": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "699": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "131": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__type" + "700": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "132": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.region" + "701": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "133": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.items" + "702": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "134": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.totalItems" + "703": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discounts" }, - "135": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartState.total" + "704": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "149": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartProviderProps" + "705": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "151": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartProviderProps.initialState" + "706": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "152": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartProvider" + "707": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "153": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "SessionCartProvider" + "708": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "154": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "__0" + "709": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discounts" }, - "155": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "useSessionCart" + "710": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "156": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/session-cart.tsx", - "qualifiedName": "useSessionCart" + "711": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "157": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext" + "712": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "158": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.setCart" + "713": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "159": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "__type" + "714": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "160": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "__type" + "715": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discounts" }, - "161": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "cart" + "716": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "162": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.pay" + "717": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminDiscount" }, - "163": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.createCart" + "718": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminDiscount" }, - "164": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.startCheckout" + "719": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "id" }, - "165": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.completeCheckout" + "720": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "query" }, - "166": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.updateCart" + "721": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "options" }, - "167": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.addShippingMethod" + "722": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "168": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartContext.totalItems" + "723": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "169": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartState.cart" + "724": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "170": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "useCart" + "725": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "171": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "useCart" + "726": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "172": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartProps" + "727": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "174": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartProps.initialState" + "728": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "175": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartProvider" + "729": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "176": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "CartProvider" + "730": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "177": { - "sourceFileName": "../../../packages/medusa-react/src/contexts/cart.tsx", - "qualifiedName": "__0" + "731": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "178": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", - "qualifiedName": "cartKeys" + "732": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "179": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", - "qualifiedName": "useGetCart" + "733": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "180": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", - "qualifiedName": "useGetCart" + "734": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminGetDiscountByCode" }, - "181": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", - "qualifiedName": "id" + "735": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminGetDiscountByCode" }, - "182": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "736": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "code" + }, + "737": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", "qualifiedName": "options" }, - "183": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "738": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", "qualifiedName": "__object" }, - "184": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", - "qualifiedName": "cart" + "739": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "185": { + "740": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "186": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "741": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", "qualifiedName": "__object" }, - "187": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", - "qualifiedName": "cart" + "742": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "188": { + "743": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "189": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "744": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", "qualifiedName": "__object" }, - "190": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", - "qualifiedName": "cart" + "745": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "191": { + "746": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "192": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "747": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", "qualifiedName": "__object" }, - "193": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", - "qualifiedName": "cart" + "748": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount" }, - "194": { + "749": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "195": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "CreateCartReq" + "750": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminGetDiscountCondition" }, - "196": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useCreateCart" + "751": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "useAdminGetDiscountCondition" }, - "197": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useCreateCart" + "752": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "id" }, - "198": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "options" + "753": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "conditionId" }, - "199": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useUpdateCart" + "754": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "query" }, - "200": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useUpdateCart" + "755": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "options" }, - "201": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "756": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "202": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "options" + "757": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount_condition" }, - "203": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useCompleteCart" + "758": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "204": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useCompleteCart" + "759": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "205": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "760": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount_condition" }, - "206": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "options" + "761": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "207": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useCreatePaymentSession" + "762": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "208": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useCreatePaymentSession" + "763": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount_condition" }, - "209": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "764": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "210": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "options" + "765": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "qualifiedName": "__object" }, - "211": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "UpdatePaymentSessionReq" + "766": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", + "qualifiedName": "discount_condition" }, - "212": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "__type" + "767": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "213": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "__type.provider_id" + "768": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminAddDiscountConditionResourceBatch" }, - "214": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useUpdatePaymentSession" + "769": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminAddDiscountConditionResourceBatch" }, - "215": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useUpdatePaymentSession" + "770": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "discountId" }, - "216": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "771": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "conditionId" }, - "217": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "772": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "query" + }, + "773": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "options" }, - "218": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "RefreshPaymentSessionMutationData" + "774": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDeleteDiscountConditionResourceBatch" }, - "219": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "__type" + "775": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDeleteDiscountConditionResourceBatch" }, - "220": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "__type.provider_id" + "776": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "discountId" }, - "221": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useRefreshPaymentSession" + "777": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "conditionId" }, - "222": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useRefreshPaymentSession" + "778": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "options" }, - "223": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "779": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminCreateDiscount" }, - "224": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "780": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminCreateDiscount" + }, + "781": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "options" }, - "225": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useSetPaymentSession" + "782": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminUpdateDiscount" }, - "226": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useSetPaymentSession" + "783": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminUpdateDiscount" }, - "227": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "784": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "id" }, - "228": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "785": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "options" }, - "229": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useAddShippingMethodToCart" + "786": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDeleteDiscount" }, - "230": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useAddShippingMethodToCart" + "787": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDeleteDiscount" }, - "231": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "788": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "id" }, - "232": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "789": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "options" }, - "233": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "DeletePaymentSessionMutationData" + "790": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountAddRegion" }, - "234": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "__type" + "791": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountAddRegion" }, - "235": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "__type.provider_id" + "792": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "id" }, - "236": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useDeletePaymentSession" + "793": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "options" }, - "237": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useDeletePaymentSession" + "794": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountRemoveRegion" }, - "238": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "cartId" + "795": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountRemoveRegion" }, - "239": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "796": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "id" + }, + "797": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "options" }, - "240": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useStartCheckout" + "798": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminCreateDynamicDiscountCode" }, - "241": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "useStartCheckout" + "799": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminCreateDynamicDiscountCode" }, - "242": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", - "qualifiedName": "options" + "800": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "id" }, - "243": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "collectionKeys" + "801": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "options" }, - "244": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "useCollection" + "802": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDeleteDynamicDiscountCode" }, - "245": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "useCollection" + "803": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDeleteDynamicDiscountCode" }, - "246": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "804": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "id" }, - "247": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "805": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", "qualifiedName": "options" }, - "248": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "__object" + "806": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountCreateCondition" }, - "249": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collection" + "807": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountCreateCondition" }, - "250": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "808": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "discountId" }, - "251": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "__object" + "809": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "options" }, - "252": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collection" + "810": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountUpdateCondition" }, - "253": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "811": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountUpdateCondition" }, - "254": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "__object" + "812": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "discountId" }, - "255": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collection" + "813": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "conditionId" }, - "256": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "814": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "options" }, - "257": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "__object" + "815": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountRemoveCondition" }, - "258": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collection" + "816": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "useAdminDiscountRemoveCondition" }, - "259": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "817": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "discountId" }, - "260": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "useCollections" + "818": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "qualifiedName": "options" }, - "261": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", - "qualifiedName": "useCollections" + "819": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "adminDraftOrderKeys" }, - "262": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "820": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "useAdminDraftOrders" + }, + "821": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "useAdminDraftOrders" + }, + "822": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "query" }, - "263": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "823": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "options" }, - "264": { + "824": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "265": { + "825": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "266": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "826": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "__object" }, - "267": { + "827": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "268": { + "828": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "269": { + "829": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "270": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collections" + "830": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_orders" }, - "271": { + "831": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "272": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "832": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "__object" }, - "273": { + "833": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "274": { + "834": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "275": { + "835": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "276": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collections" + "836": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_orders" }, - "277": { + "837": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "278": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "838": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "__object" }, - "279": { + "839": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "280": { + "840": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "281": { + "841": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "282": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collections" + "842": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_orders" }, - "283": { + "843": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "284": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "844": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "__object" }, - "285": { + "845": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "286": { + "846": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "287": { + "847": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "288": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", - "qualifiedName": "collections" + "848": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_orders" }, - "289": { + "849": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "290": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "customerKeys" + "850": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "useAdminDraftOrder" }, - "291": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "851": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "useAdminDraftOrder" + }, + "852": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "id" + }, + "853": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "options" + }, + "854": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", "qualifiedName": "__object" }, - "292": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__object.orders" + "855": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_order" }, - "293": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__function" + "856": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "294": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__function" + "857": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "__object" }, - "295": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "id" + "858": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_order" }, - "296": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.all" + "859": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "297": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.lists" + "860": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "__object" }, - "298": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "861": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_order" }, - "299": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "862": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "300": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.list" + "863": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "qualifiedName": "__object" }, - "301": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "864": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", + "qualifiedName": "draft_order" }, - "302": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "865": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "303": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "query" + "866": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminCreateDraftOrder" }, - "304": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "867": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminCreateDraftOrder" }, - "305": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "868": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "options" }, - "306": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.details" + "869": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminUpdateDraftOrder" }, - "307": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "870": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminUpdateDraftOrder" }, - "308": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "871": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "id" }, - "309": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.detail" + "872": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "options" }, - "310": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "873": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDeleteDraftOrder" }, - "311": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "874": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDeleteDraftOrder" }, - "312": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "875": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", "qualifiedName": "id" }, - "313": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "useMeCustomer" + "876": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "options" }, - "314": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "useMeCustomer" + "877": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderRegisterPayment" }, - "315": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "878": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderRegisterPayment" + }, + "879": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "id" + }, + "880": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", "qualifiedName": "options" }, - "316": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__object" + "881": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderAddLineItem" }, - "317": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "customer" + "882": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderAddLineItem" }, - "318": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "883": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "id" }, - "319": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__object" + "884": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "options" }, - "320": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "customer" + "885": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderRemoveLineItem" }, - "321": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "886": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderRemoveLineItem" }, - "322": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__object" + "887": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "id" }, - "323": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "customer" + "888": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "options" }, - "324": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "889": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "AdminDraftOrderUpdateLineItemReq" }, - "325": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "__object" + "890": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "__type" }, - "326": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "customer" + "891": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "__type.item_id" + }, + "892": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderUpdateLineItem" + }, + "893": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "useAdminDraftOrderUpdateLineItem" + }, + "894": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "id" }, - "327": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "895": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "qualifiedName": "options" }, - "328": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "useCustomerOrders" + "896": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "qualifiedName": "adminGiftCardKeys" }, - "329": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", - "qualifiedName": "useCustomerOrders" + "897": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "qualifiedName": "useAdminGiftCards" }, - "330": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "898": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "qualifiedName": "useAdminGiftCards" + }, + "899": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "query" }, - "331": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "900": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "options" }, - "332": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "901": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "902": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "903": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "333": { + "904": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "334": { + "905": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "335": { + "906": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "336": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "orders" + "907": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", + "qualifiedName": "gift_cards" }, - "337": { + "908": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "338": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "909": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "339": { + "910": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "340": { + "911": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "341": { + "912": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "342": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "orders" + "913": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", + "qualifiedName": "gift_cards" }, - "343": { + "914": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "344": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "915": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "345": { + "916": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "346": { + "917": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "347": { + "918": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "348": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "orders" + "919": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", + "qualifiedName": "gift_cards" }, - "349": { + "920": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "350": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "921": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "351": { + "922": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "352": { + "923": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "353": { + "924": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "354": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", - "qualifiedName": "orders" + "925": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", + "qualifiedName": "gift_cards" }, - "355": { + "926": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "356": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "useCreateCustomer" - }, - "357": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "useCreateCustomer" - }, - "358": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "options" - }, - "359": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "UpdateMeReq" - }, - "360": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "__type" - }, - "361": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "__type.id" - }, - "362": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "useUpdateMe" - }, - "363": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "useUpdateMe" - }, - "364": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", - "qualifiedName": "options" - }, - "365": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", - "qualifiedName": "giftCardKeys" - }, - "366": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", - "qualifiedName": "useGiftCard" + "927": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "qualifiedName": "useAdminGiftCard" }, - "367": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", - "qualifiedName": "useGiftCard" + "928": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "qualifiedName": "useAdminGiftCard" }, - "368": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "929": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "id" }, - "369": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "930": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "options" }, - "370": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "931": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "371": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "932": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", "qualifiedName": "gift_card" }, - "372": { + "933": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "373": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "934": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "374": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "935": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", "qualifiedName": "gift_card" }, - "375": { + "936": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "376": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "937": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "377": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "938": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", "qualifiedName": "gift_card" }, - "378": { + "939": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "379": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "940": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", "qualifiedName": "__object" }, - "380": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "941": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", "qualifiedName": "gift_card" }, - "381": { + "942": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "382": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "useCreateLineItem" - }, - "383": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "useCreateLineItem" - }, - "384": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "cartId" - }, - "385": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "options" - }, - "386": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "UpdateLineItemReq" - }, - "387": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "__type" - }, - "388": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "__type.lineId" - }, - "389": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "useUpdateLineItem" - }, - "390": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "useUpdateLineItem" - }, - "391": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "cartId" - }, - "392": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "options" - }, - "393": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "useDeleteLineItem" - }, - "394": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "useDeleteLineItem" - }, - "395": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "cartId" - }, - "396": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "options" - }, - "397": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "__type" - }, - "398": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "__type.lineId" - }, - "399": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "__type" - }, - "400": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", - "qualifiedName": "__type.lineId" - }, - "401": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "orderEditQueryKeys" - }, - "402": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "useOrderEdit" - }, - "403": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "useOrderEdit" + "943": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "qualifiedName": "useAdminCreateGiftCard" }, - "404": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "id" + "944": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "qualifiedName": "useAdminCreateGiftCard" }, - "405": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", + "945": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", "qualifiedName": "options" }, - "406": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "__object" - }, - "407": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", - "qualifiedName": "order_edit" - }, - "408": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "409": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "__object" - }, - "410": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", - "qualifiedName": "order_edit" - }, - "411": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "412": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "__object" - }, - "413": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", - "qualifiedName": "order_edit" - }, - "414": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "415": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", - "qualifiedName": "__object" - }, - "416": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", - "qualifiedName": "order_edit" - }, - "417": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "418": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", - "qualifiedName": "useDeclineOrderEdit" + "946": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "qualifiedName": "useAdminUpdateGiftCard" }, - "419": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", - "qualifiedName": "useDeclineOrderEdit" + "947": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "qualifiedName": "useAdminUpdateGiftCard" }, - "420": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "948": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", "qualifiedName": "id" }, - "421": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "949": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", "qualifiedName": "options" }, - "422": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", - "qualifiedName": "useCompleteOrderEdit" + "950": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "qualifiedName": "useAdminDeleteGiftCard" }, - "423": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", - "qualifiedName": "useCompleteOrderEdit" + "951": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "qualifiedName": "useAdminDeleteGiftCard" }, - "424": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "952": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", "qualifiedName": "id" }, - "425": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "953": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", "qualifiedName": "options" }, - "426": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "orderKeys" - }, - "427": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "__object" - }, - "428": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "__object.cart" - }, - "429": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "__function" - }, - "430": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "__function" - }, - "431": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "cartId" - }, - "432": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.all" - }, - "433": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.lists" - }, - "434": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "435": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "436": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.list" + "954": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "adminInventoryItemsKeys" }, - "437": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "955": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "useAdminInventoryItems" }, - "438": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "956": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "useAdminInventoryItems" }, - "439": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "957": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "query" }, - "440": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "441": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "442": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.details" - }, - "443": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "444": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "445": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.detail" - }, - "446": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "958": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "options" }, - "447": { + "959": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "448": { + "960": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "id" - }, - "449": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "useOrder" - }, - "450": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "useOrder" - }, - "451": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "id" - }, - "452": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "options" + "qualifiedName": "__type.query" }, - "453": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "961": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "454": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "962": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "455": { + "963": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "964": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "965": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_items" + }, + "966": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "456": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "967": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "457": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "968": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "458": { + "969": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "970": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "971": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_items" + }, + "972": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "459": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "973": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "460": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "974": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "461": { + "975": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "976": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "977": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_items" + }, + "978": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "462": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "979": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "463": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "980": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "464": { + "981": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "982": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "983": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_items" + }, + "984": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "465": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "useCartOrder" + "985": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "useAdminInventoryItem" }, - "466": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "useCartOrder" + "986": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "useAdminInventoryItem" }, - "467": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "cartId" + "987": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "inventoryItemId" }, - "468": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "988": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "query" + }, + "989": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "options" }, - "469": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "990": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "470": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "991": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" }, - "471": { + "992": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "472": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "993": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "473": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "994": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" }, - "474": { + "995": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "475": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "996": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "476": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "997": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" }, - "477": { + "998": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "478": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "999": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "479": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "1000": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" }, - "480": { + "1001": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "481": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "useOrders" + "1002": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "useAdminInventoryItemLocationLevels" }, - "482": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "useOrders" + "1003": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "useAdminInventoryItemLocationLevels" }, - "483": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "1004": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "inventoryItemId" + }, + "1005": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "query" }, - "484": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "1006": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "options" }, - "485": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "1007": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "qualifiedName": "__object" }, - "486": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "1008": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" }, - "487": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", - "qualifiedName": "__object" + "1009": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type" }, - "488": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "1010": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.id" + }, + "1011": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.location_levels" }, - "489": { + "1012": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "490": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "1013": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "491": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "1014": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" + }, + "1015": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type" + }, + "1016": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.id" + }, + "1017": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.location_levels" }, - "492": { + "1018": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "493": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "1019": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "494": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "1020": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" + }, + "1021": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type" + }, + "1022": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.id" + }, + "1023": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.location_levels" }, - "495": { + "1024": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "496": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "1025": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", "qualifiedName": "__object" }, - "497": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", - "qualifiedName": "order" + "1026": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "inventory_item" + }, + "1027": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type" + }, + "1028": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.id" + }, + "1029": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", + "qualifiedName": "__type.location_levels" }, - "498": { + "1030": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "499": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", - "qualifiedName": "useRequestOrderAccess" + "1031": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminCreateInventoryItem" }, - "500": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", - "qualifiedName": "useRequestOrderAccess" + "1032": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminCreateInventoryItem" }, - "501": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "1033": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", "qualifiedName": "options" }, - "502": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type" + "1034": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminUpdateInventoryItem" }, - "503": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type.response" + "1035": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminUpdateInventoryItem" }, - "504": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type" + "1036": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "inventoryItemId" }, - "505": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type.response" + "1037": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "options" }, - "506": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", - "qualifiedName": "useGrantOrderAccess" + "1038": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminDeleteInventoryItem" }, - "507": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", - "qualifiedName": "useGrantOrderAccess" + "1039": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminDeleteInventoryItem" }, - "508": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "1040": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "inventoryItemId" + }, + "1041": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", "qualifiedName": "options" }, - "509": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "1042": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "AdminUpdateLocationLevelReq" + }, + "1043": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", "qualifiedName": "__type" }, - "510": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type.response" + "1044": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "__type.stockLocationId" }, - "511": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type" + "1045": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminUpdateLocationLevel" }, - "512": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "__type.response" + "1046": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminUpdateLocationLevel" }, - "513": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", - "qualifiedName": "paymentCollectionQueryKeys" + "1047": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "inventoryItemId" }, - "514": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", - "qualifiedName": "usePaymentCollection" + "1048": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "options" }, - "515": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", - "qualifiedName": "usePaymentCollection" + "1049": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminDeleteLocationLevel" }, - "516": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", - "qualifiedName": "id" + "1050": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminDeleteLocationLevel" }, - "517": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "1051": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "inventoryItemId" + }, + "1052": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", "qualifiedName": "options" }, - "518": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", - "qualifiedName": "__object" + "1053": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminCreateLocationLevel" }, - "519": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "1054": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "useAdminCreateLocationLevel" }, - "520": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1055": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "inventoryItemId" }, - "521": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "1056": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "qualifiedName": "options" + }, + "1057": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", + "qualifiedName": "adminInviteKeys" + }, + "1058": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", + "qualifiedName": "useAdminInvites" + }, + "1059": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", + "qualifiedName": "useAdminInvites" + }, + "1060": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", + "qualifiedName": "options" + }, + "1061": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", "qualifiedName": "__object" }, - "522": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "1062": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", + "qualifiedName": "invites" }, - "523": { + "1063": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "524": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "1064": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", "qualifiedName": "__object" }, - "525": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "1065": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", + "qualifiedName": "invites" }, - "526": { + "1066": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "527": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "1067": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", "qualifiedName": "__object" }, - "528": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "1068": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", + "qualifiedName": "invites" }, - "529": { + "1069": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "530": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useManageMultiplePaymentSessions" - }, - "531": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useManageMultiplePaymentSessions" - }, - "532": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "id" + "1070": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", + "qualifiedName": "__object" }, - "533": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "options" + "1071": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", + "qualifiedName": "invites" }, - "534": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useManagePaymentSession" + "1072": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "535": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useManagePaymentSession" + "1073": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminAcceptInvite" }, - "536": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "id" + "1074": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminAcceptInvite" }, - "537": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "1075": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", "qualifiedName": "options" }, - "538": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useAuthorizePaymentSession" + "1076": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminResendInvite" }, - "539": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useAuthorizePaymentSession" + "1077": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminResendInvite" }, - "540": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "1078": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", "qualifiedName": "id" }, - "541": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "1079": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", "qualifiedName": "options" }, - "542": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useAuthorizePaymentSessionsBatch" - }, - "543": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "useAuthorizePaymentSessionsBatch" + "1080": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminCreateInvite" }, - "544": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "id" + "1081": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminCreateInvite" }, - "545": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "1082": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", "qualifiedName": "options" }, - "546": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "usePaymentCollectionRefreshPaymentSession" + "1083": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminDeleteInvite" }, - "547": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", - "qualifiedName": "usePaymentCollectionRefreshPaymentSession" + "1084": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "qualifiedName": "useAdminDeleteInvite" }, - "548": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "1085": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", "qualifiedName": "id" }, - "549": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "1086": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", "qualifiedName": "options" }, - "550": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", - "qualifiedName": "storeProductCategoryKeys" + "1087": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "qualifiedName": "adminNoteKeys" }, - "551": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", - "qualifiedName": "useProductCategories" + "1088": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "qualifiedName": "useAdminNotes" }, - "552": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", - "qualifiedName": "useProductCategories" + "1089": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "qualifiedName": "useAdminNotes" }, - "553": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1090": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "query" }, - "554": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1091": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "options" }, - "555": { + "1092": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "556": { + "1093": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "557": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1094": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "558": { + "1095": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "559": { + "1096": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "560": { + "1097": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "561": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "1098": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "notes" }, - "562": { + "1099": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "563": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1100": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "564": { + "1101": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "565": { + "1102": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "566": { + "1103": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "567": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "1104": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "notes" }, - "568": { + "1105": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "569": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1106": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "570": { + "1107": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "571": { + "1108": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "572": { + "1109": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "573": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "1110": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "notes" }, - "574": { + "1111": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "575": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1112": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "576": { + "1113": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "577": { + "1114": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "578": { + "1115": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "579": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "1116": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "notes" }, - "580": { + "1117": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "581": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", - "qualifiedName": "useProductCategory" + "1118": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "qualifiedName": "useAdminNote" }, - "582": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", - "qualifiedName": "useProductCategory" + "1119": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "qualifiedName": "useAdminNote" }, - "583": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1120": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "id" }, - "584": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", - "qualifiedName": "query" - }, - "585": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1121": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "options" }, - "586": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1122": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "587": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_category" + "1123": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "note" }, - "588": { + "1124": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "589": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1125": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "590": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_category" + "1126": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "note" }, - "591": { + "1127": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "592": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1128": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "593": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_category" + "1129": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "note" }, - "594": { + "1130": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "595": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "1131": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", "qualifiedName": "__object" }, - "596": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", - "qualifiedName": "product_category" + "1132": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", + "qualifiedName": "note" }, - "597": { + "1133": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "598": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", - "qualifiedName": "productTagKeys" + "1134": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "useAdminCreateNote" }, - "599": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", - "qualifiedName": "useProductTags" + "1135": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "useAdminCreateNote" }, - "600": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", - "qualifiedName": "useProductTags" + "1136": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "options" }, - "601": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "1137": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "useAdminUpdateNote" + }, + "1138": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "useAdminUpdateNote" + }, + "1139": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "id" + }, + "1140": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "options" + }, + "1141": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "useAdminDeleteNote" + }, + "1142": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "useAdminDeleteNote" + }, + "1143": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "id" + }, + "1144": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", + "qualifiedName": "options" + }, + "1145": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", + "qualifiedName": "adminNotificationKeys" + }, + "1146": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", + "qualifiedName": "useAdminNotifications" + }, + "1147": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", + "qualifiedName": "useAdminNotifications" + }, + "1148": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", "qualifiedName": "query" }, - "602": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "1149": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", "qualifiedName": "options" }, - "603": { + "1150": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "604": { + "1151": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "605": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "1152": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", "qualifiedName": "__object" }, - "606": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1153": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "607": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1154": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "608": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1155": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "609": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "1156": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", + "qualifiedName": "notifications" }, - "610": { + "1157": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "611": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "1158": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", "qualifiedName": "__object" }, - "612": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1159": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "613": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1160": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "614": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1161": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "615": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "1162": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", + "qualifiedName": "notifications" }, - "616": { + "1163": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "617": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "1164": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", "qualifiedName": "__object" }, - "618": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1165": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "619": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1166": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "620": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1167": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "621": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "1168": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", + "qualifiedName": "notifications" }, - "622": { + "1169": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "623": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "1170": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", "qualifiedName": "__object" }, - "624": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1171": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "625": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1172": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "626": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "1173": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "627": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "1174": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", + "qualifiedName": "notifications" }, - "628": { + "1175": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "629": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", - "qualifiedName": "productTypeKeys" - }, - "630": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", - "qualifiedName": "useProductTypes" + "1176": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", + "qualifiedName": "useAdminResendNotification" }, - "631": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", - "qualifiedName": "useProductTypes" + "1177": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", + "qualifiedName": "useAdminResendNotification" }, - "632": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", - "qualifiedName": "query" + "1178": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", + "qualifiedName": "id" }, - "633": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "1179": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", "qualifiedName": "options" }, - "634": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "1180": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "adminOrderEditsKeys" }, - "635": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "1181": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "useAdminOrderEdit" }, - "636": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", - "qualifiedName": "__object" + "1182": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "useAdminOrderEdit" }, - "637": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1183": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "id" }, - "638": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1184": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "query" }, - "639": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1185": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "options" }, - "640": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", - "qualifiedName": "product_types" + "1186": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "__object" }, - "641": { + "1187": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edit" + }, + "1188": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "642": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "1189": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "643": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "644": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "645": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "646": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", - "qualifiedName": "product_types" + "1190": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "647": { + "1191": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "648": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "1192": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "649": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "650": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "651": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "652": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", - "qualifiedName": "product_types" + "1193": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "653": { + "1194": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "654": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "1195": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "655": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "656": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "657": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "658": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", - "qualifiedName": "product_types" + "1196": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "659": { + "1197": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "660": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "productKeys" - }, - "661": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "useProducts" + "1198": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "useAdminOrderEdits" }, - "662": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "useProducts" + "1199": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "qualifiedName": "useAdminOrderEdits" }, - "663": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1200": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "query" }, - "664": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1201": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "options" }, - "665": { + "1202": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "666": { + "1203": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "667": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1204": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "668": { + "1205": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "669": { + "1206": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "670": { + "1207": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "671": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "products" + "1208": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edits" }, - "672": { + "1209": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "673": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1210": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "674": { + "1211": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "675": { + "1212": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "676": { + "1213": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "677": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "products" + "1214": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edits" }, - "678": { + "1215": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "679": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1216": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "680": { + "1217": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "681": { + "1218": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "682": { + "1219": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "683": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "products" + "1220": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edits" }, - "684": { + "1221": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "685": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1222": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", "qualifiedName": "__object" }, - "686": { + "1223": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "687": { + "1224": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "688": { + "1225": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "689": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "products" + "1226": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", + "qualifiedName": "order_edits" }, - "690": { + "1227": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "691": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "useProduct" - }, - "692": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "useProduct" + "1228": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminCreateOrderEdit" }, - "693": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "id" + "1229": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminCreateOrderEdit" }, - "694": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "1230": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", "qualifiedName": "options" }, - "695": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "__object" - }, - "696": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "product" - }, - "697": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "698": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "__object" - }, - "699": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "product" - }, - "700": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "701": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "__object" - }, - "702": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "product" - }, - "703": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "704": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", - "qualifiedName": "__object" - }, - "705": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", - "qualifiedName": "product" - }, - "706": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1231": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminDeleteOrderEdit" }, - "707": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "useRegions" + "1232": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminDeleteOrderEdit" }, - "708": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "useRegions" + "1233": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "id" }, - "709": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "1234": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", "qualifiedName": "options" }, - "710": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" - }, - "711": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "712": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "713": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "714": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "regions" - }, - "715": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1235": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminDeleteOrderEditItemChange" }, - "716": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" + "1236": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminDeleteOrderEditItemChange" }, - "717": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "1237": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "orderEditId" }, - "718": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "1238": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "itemChangeId" }, - "719": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "1239": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "options" }, - "720": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "regions" + "1240": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminOrderEditUpdateLineItem" }, - "721": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1241": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminOrderEditUpdateLineItem" }, - "722": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" + "1242": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "orderEditId" }, - "723": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "1243": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "itemId" }, - "724": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "1244": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "options" }, - "725": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "1245": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminOrderEditDeleteLineItem" }, - "726": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "regions" + "1246": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminOrderEditDeleteLineItem" }, - "727": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1247": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "orderEditId" }, - "728": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" + "1248": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "itemId" }, - "729": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "1249": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "options" }, - "730": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "1250": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminUpdateOrderEdit" }, - "731": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "1251": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminUpdateOrderEdit" }, - "732": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "regions" + "1252": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "id" }, - "733": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1253": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "options" }, - "734": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "useRegion" + "1254": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminOrderEditAddLineItem" }, - "735": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "useRegion" + "1255": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminOrderEditAddLineItem" }, - "736": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "1256": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", "qualifiedName": "id" }, - "737": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "1257": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", "qualifiedName": "options" }, - "738": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" - }, - "739": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "region" - }, - "740": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "741": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" + "1258": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminRequestOrderEditConfirmation" }, - "742": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "region" + "1259": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminRequestOrderEditConfirmation" }, - "743": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1260": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "id" }, - "744": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" + "1261": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "options" }, - "745": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "region" + "1262": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminCancelOrderEdit" }, - "746": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1263": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminCancelOrderEdit" }, - "747": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", - "qualifiedName": "__object" + "1264": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "id" }, - "748": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", - "qualifiedName": "region" + "1265": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "options" }, - "749": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1266": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminConfirmOrderEdit" }, - "750": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "useReturnReasons" + "1267": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "useAdminConfirmOrderEdit" }, - "751": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "useReturnReasons" + "1268": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "qualifiedName": "id" }, - "752": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "1269": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", "qualifiedName": "options" }, - "753": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "__object" - }, - "754": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" - }, - "755": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1270": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "adminOrderKeys" }, - "756": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "1271": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "757": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" - }, - "758": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1272": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "__object.detailOrder" }, - "759": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "__object" + "1273": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "__object.detailOrder" }, - "760": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" + "1274": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "id" }, - "761": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1275": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "query" }, - "762": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "1276": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "763": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" - }, - "764": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "765": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "useReturnReason" + "1277": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "FindParams.expand" }, - "766": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "useReturnReason" + "1278": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "FindParams.fields" }, - "767": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "id" + "1279": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" }, - "768": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "options" + "1280": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" }, - "769": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "__object" + "1281": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "770": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "1282": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "771": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1283": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "772": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "__object" + "1284": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "773": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "1285": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "774": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1286": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "775": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "__object" + "1287": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "776": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "1288": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "777": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1289": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "778": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", - "qualifiedName": "__object" + "1290": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "779": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "1291": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "780": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1292": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "781": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/returns/mutations.ts", - "qualifiedName": "useCreateReturn" + "1293": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "782": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/returns/mutations.ts", - "qualifiedName": "useCreateReturn" + "1294": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "783": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/returns/mutations.ts", - "qualifiedName": "options" + "1295": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "id" }, - "784": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "useShippingOptions" + "1296": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "useAdminOrders" }, - "785": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "useShippingOptions" + "1297": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "useAdminOrders" }, - "786": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "1298": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "query" }, - "787": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "1299": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "options" }, - "788": { + "1300": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "789": { + "1301": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "790": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "1302": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "791": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1303": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "792": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1304": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "793": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "__object" + "1305": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "794": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1306": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "orders" }, - "795": { + "1307": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "796": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "1308": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "797": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1309": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "798": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1310": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "799": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "__object" + "1311": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "800": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1312": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "orders" }, - "801": { + "1313": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "802": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "useCartShippingOptions" - }, - "803": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "useCartShippingOptions" - }, - "804": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "cartId" - }, - "805": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "options" - }, - "806": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "1314": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "807": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1315": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "808": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1316": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "809": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "__object" + "1317": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "810": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1318": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "orders" }, - "811": { + "1319": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "812": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "1320": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "813": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1321": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "814": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1322": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "815": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", - "qualifiedName": "__object" + "1323": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "816": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "1324": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "orders" }, - "817": { + "1325": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "818": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", - "qualifiedName": "useCartSwap" + "1326": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "useAdminOrder" }, - "819": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", - "qualifiedName": "useCartSwap" + "1327": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "useAdminOrder" }, - "820": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", - "qualifiedName": "cartId" + "1328": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "id" }, - "821": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "1329": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "qualifiedName": "query" + }, + "1330": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "options" }, - "822": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "1331": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "823": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", - "qualifiedName": "swap" + "1332": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "FindParams.expand" }, - "824": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1333": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "FindParams.fields" }, - "825": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "1334": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "826": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", - "qualifiedName": "swap" + "1335": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "order" }, - "827": { + "1336": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "828": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "1337": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "829": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", - "qualifiedName": "swap" + "1338": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "order" }, - "830": { + "1339": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "831": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "1340": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "832": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", - "qualifiedName": "swap" + "1341": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "order" }, - "833": { + "1342": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "834": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/mutations.ts", - "qualifiedName": "useCreateSwap" - }, - "835": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/mutations.ts", - "qualifiedName": "useCreateSwap" - }, - "836": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/mutations.ts", - "qualifiedName": "options" - }, - "837": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "adminAuthKeys" - }, - "838": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "useAdminGetSession" - }, - "839": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "useAdminGetSession" - }, - "840": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "options" - }, - "841": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", + "1343": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", "qualifiedName": "__object" }, - "842": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", - "qualifiedName": "user" + "1344": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", + "qualifiedName": "order" }, - "843": { + "1345": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "844": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "__object" + "1346": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminUpdateOrder" }, - "845": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", - "qualifiedName": "user" + "1347": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminUpdateOrder" }, - "846": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1348": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "id" }, - "847": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "__object" + "1349": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "848": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", - "qualifiedName": "user" + "1350": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCancelOrder" }, - "849": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1351": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCancelOrder" }, - "850": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/queries.ts", - "qualifiedName": "__object" + "1352": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "id" }, - "851": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/auth/index.d.ts", - "qualifiedName": "user" + "1353": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "852": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1354": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCompleteOrder" }, - "853": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", - "qualifiedName": "useAdminLogin" + "1355": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCompleteOrder" }, - "854": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", - "qualifiedName": "useAdminLogin" + "1356": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "id" }, - "855": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", + "1357": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", "qualifiedName": "options" }, - "856": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", - "qualifiedName": "useAdminDeleteSession" + "1358": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCapturePayment" }, - "857": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", - "qualifiedName": "useAdminDeleteSession" + "1359": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCapturePayment" }, - "858": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/auth/mutations.ts", - "qualifiedName": "options" + "1360": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "id" }, - "859": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "adminBatchJobsKeys" + "1361": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "860": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "useAdminBatchJobs" + "1362": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminRefundPayment" }, - "861": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "useAdminBatchJobs" + "1363": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminRefundPayment" }, - "862": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "query" + "1364": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "id" }, - "863": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1365": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", "qualifiedName": "options" }, - "864": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "865": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "866": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "__object" + "1366": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCreateFulfillment" }, - "867": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1367": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCreateFulfillment" }, - "868": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1368": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "orderId" }, - "869": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1369": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "870": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_jobs" + "1370": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCancelFulfillment" }, - "871": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1371": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCancelFulfillment" }, - "872": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "__object" + "1372": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "orderId" }, - "873": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1373": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "874": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1374": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCreateShipment" }, - "875": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1375": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminCreateShipment" }, - "876": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_jobs" + "1376": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "orderId" }, - "877": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1377": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "878": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "__object" + "1378": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminRequestReturn" }, - "879": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1379": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminRequestReturn" }, - "880": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1380": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "orderId" }, - "881": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1381": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "882": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_jobs" + "1382": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminAddShippingMethod" }, - "883": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1383": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminAddShippingMethod" }, - "884": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "__object" + "1384": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "orderId" }, - "885": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1385": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "886": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1386": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminArchiveOrder" }, - "887": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1387": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "useAdminArchiveOrder" }, - "888": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_jobs" + "1388": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "id" }, - "889": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1389": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "qualifiedName": "options" }, - "890": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "useAdminBatchJob" + "1390": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", + "qualifiedName": "adminPaymentCollectionQueryKeys" }, - "891": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", - "qualifiedName": "useAdminBatchJob" + "1391": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", + "qualifiedName": "useAdminPaymentCollection" }, - "892": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1392": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", + "qualifiedName": "useAdminPaymentCollection" + }, + "1393": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", "qualifiedName": "id" }, - "893": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1394": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", "qualifiedName": "options" }, - "894": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1395": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", "qualifiedName": "__object" }, - "895": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_job" + "1396": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "896": { + "1397": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "897": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1398": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", "qualifiedName": "__object" }, - "898": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_job" + "1399": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "899": { + "1400": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "900": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1401": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", "qualifiedName": "__object" }, - "901": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_job" + "1402": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "902": { + "1403": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "903": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/queries.ts", + "1404": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", "qualifiedName": "__object" }, - "904": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/batch/index.d.ts", - "qualifiedName": "batch_job" + "1405": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "905": { + "1406": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "906": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", - "qualifiedName": "useAdminCreateBatchJob" + "1407": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "useAdminDeletePaymentCollection" }, - "907": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", - "qualifiedName": "useAdminCreateBatchJob" + "1408": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "useAdminDeletePaymentCollection" }, - "908": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "1409": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "id" + }, + "1410": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", "qualifiedName": "options" }, - "909": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", - "qualifiedName": "useAdminCancelBatchJob" + "1411": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "useAdminUpdatePaymentCollection" }, - "910": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", - "qualifiedName": "useAdminCancelBatchJob" + "1412": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "useAdminUpdatePaymentCollection" }, - "911": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "1413": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", "qualifiedName": "id" }, - "912": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "1414": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", "qualifiedName": "options" }, - "913": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", - "qualifiedName": "useAdminConfirmBatchJob" + "1415": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "useAdminMarkPaymentCollectionAsAuthorized" }, - "914": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", - "qualifiedName": "useAdminConfirmBatchJob" + "1416": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", + "qualifiedName": "useAdminMarkPaymentCollectionAsAuthorized" }, - "915": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "1417": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", "qualifiedName": "id" }, - "916": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/batch-jobs/mutations.ts", + "1418": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", "qualifiedName": "options" }, - "917": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCreateClaim" + "1419": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "adminPaymentQueryKeys" }, - "918": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCreateClaim" + "1420": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "useAdminPayment" }, - "919": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "orderId" + "1421": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "useAdminPayment" }, - "920": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "1422": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "id" + }, + "1423": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", "qualifiedName": "options" }, - "921": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "AdminUpdateClaimReq" + "1424": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "__object" }, - "922": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type" + "1425": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", + "qualifiedName": "payment" }, - "923": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type.claim_id" + "1426": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "924": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminUpdateClaim" + "1427": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "__object" }, - "925": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminUpdateClaim" + "1428": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", + "qualifiedName": "payment" }, - "926": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "orderId" + "1429": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "927": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "1430": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "__object" + }, + "1431": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", + "qualifiedName": "payment" + }, + "1432": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "1433": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "qualifiedName": "__object" + }, + "1434": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", + "qualifiedName": "payment" + }, + "1435": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "1436": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "qualifiedName": "useAdminPaymentsCapturePayment" + }, + "1437": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "qualifiedName": "useAdminPaymentsCapturePayment" + }, + "1438": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "qualifiedName": "id" + }, + "1439": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", "qualifiedName": "options" }, - "928": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCancelClaim" + "1440": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "qualifiedName": "useAdminPaymentsRefundPayment" }, - "929": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCancelClaim" + "1441": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "qualifiedName": "useAdminPaymentsRefundPayment" }, - "930": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "orderId" + "1442": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "qualifiedName": "id" }, - "931": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "1443": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", "qualifiedName": "options" }, - "932": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "AdminFulfillClaimReq" + "1444": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "adminPriceListKeys" }, - "933": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type" + "1445": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object" }, - "934": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type.claim_id" + "1446": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object.detailProducts" }, - "935": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminFulfillClaim" + "1447": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object.detailProducts" }, - "936": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminFulfillClaim" + "1448": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "id" }, - "937": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "orderId" + "1449": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "query" }, - "938": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "options" + "1450": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" }, - "939": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "AdminCancelClaimFulfillmentReq" + "1451": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" }, - "940": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "1452": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "941": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type.claim_id" - }, - "942": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type.fulfillment_id" + "1453": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "943": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCancelClaimFulfillment" + "1454": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "944": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCancelClaimFulfillment" + "1455": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "945": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "orderId" + "1456": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "946": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "options" + "1457": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "947": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCreateClaimShipment" + "1458": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "948": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "useAdminCreateClaimShipment" + "1459": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "949": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "orderId" + "1460": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "950": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "options" + "1461": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "951": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "1462": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "952": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type.claim_id" + "1463": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "953": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", + "1464": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "954": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/claims/mutations.ts", - "qualifiedName": "__type.claim_id" + "1465": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "955": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "adminCollectionKeys" + "1466": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "id" }, - "956": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "useAdminCollections" + "1467": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "useAdminPriceLists" }, - "957": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "useAdminCollections" + "1468": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "useAdminPriceLists" }, - "958": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "1469": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "query" }, - "959": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "1470": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "options" }, - "960": { + "1471": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "961": { + "1472": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "962": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "1473": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "963": { + "1474": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "964": { + "1475": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "965": { + "1476": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "966": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collections" + "1477": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_lists" }, - "967": { + "1478": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "968": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "1479": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "969": { + "1480": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "970": { + "1481": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "971": { + "1482": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "972": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collections" + "1483": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_lists" }, - "973": { + "1484": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "974": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "1485": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "975": { + "1486": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "976": { + "1487": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "977": { + "1488": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "978": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collections" + "1489": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_lists" }, - "979": { + "1490": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "980": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", + "1491": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "981": { + "1492": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "982": { + "1493": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "983": { + "1494": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "984": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collections" - }, - "985": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "986": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "useAdminCollection" - }, - "987": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "useAdminCollection" - }, - "988": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "id" - }, - "989": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "options" - }, - "990": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "__object" - }, - "991": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collection" - }, - "992": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "993": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "__object" - }, - "994": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collection" - }, - "995": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "996": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "__object" - }, - "997": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collection" - }, - "998": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "999": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/queries.ts", - "qualifiedName": "__object" - }, - "1000": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/collections/index.d.ts", - "qualifiedName": "collection" + "1495": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_lists" }, - "1001": { + "1496": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1002": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminCreateCollection" - }, - "1003": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminCreateCollection" - }, - "1004": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "options" - }, - "1005": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminUpdateCollection" - }, - "1006": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminUpdateCollection" - }, - "1007": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "id" - }, - "1008": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "options" - }, - "1009": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminDeleteCollection" - }, - "1010": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminDeleteCollection" - }, - "1011": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "id" - }, - "1012": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "options" - }, - "1013": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminAddProductsToCollection" - }, - "1014": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminAddProductsToCollection" - }, - "1015": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "id" - }, - "1016": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "options" - }, - "1017": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminRemoveProductsFromCollection" + "1497": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "useAdminPriceListProducts" }, - "1018": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "useAdminRemoveProductsFromCollection" + "1498": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "useAdminPriceListProducts" }, - "1019": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", + "1499": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "id" }, - "1020": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/collections/mutations.ts", - "qualifiedName": "options" - }, - "1021": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", - "qualifiedName": "useAdminUpdateCurrency" - }, - "1022": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", - "qualifiedName": "useAdminUpdateCurrency" - }, - "1023": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", - "qualifiedName": "code" - }, - "1024": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/mutations.ts", - "qualifiedName": "options" - }, - "1025": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", - "qualifiedName": "adminCurrenciesKeys" - }, - "1026": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", - "qualifiedName": "useAdminCurrencies" - }, - "1027": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", - "qualifiedName": "useAdminCurrencies" - }, - "1028": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "1500": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "query" }, - "1029": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "1501": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "options" }, - "1030": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "1031": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "1032": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "1502": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "1033": { + "1503": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1034": { + "1504": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1035": { + "1505": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1036": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", - "qualifiedName": "currencies" + "1506": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1037": { + "1507": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1038": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "1508": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "1039": { + "1509": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1040": { + "1510": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1041": { + "1511": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1042": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", - "qualifiedName": "currencies" + "1512": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1043": { + "1513": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1044": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "1514": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "1045": { + "1515": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1046": { + "1516": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1047": { + "1517": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1048": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", - "qualifiedName": "currencies" + "1518": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1049": { + "1519": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1050": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/currencies/queries.ts", + "1520": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", "qualifiedName": "__object" }, - "1051": { + "1521": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1052": { + "1522": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1053": { + "1523": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1054": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/currencies/index.d.ts", - "qualifiedName": "currencies" + "1524": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1055": { + "1525": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1056": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "useAdminCustomDelete" + "1526": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "useAdminPriceList" }, - "1057": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "useAdminCustomDelete" + "1527": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "useAdminPriceList" }, - "1058": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "TResponse" + "1528": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "id" }, - "1059": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "path" + "1529": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "options" }, - "1060": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "queryKey" + "1530": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object" }, - "1061": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "relatedDomains" + "1531": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_list" }, - "1062": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "options" + "1532": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1063": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "useAdminCustomPost" + "1533": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object" }, - "1064": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "useAdminCustomPost" + "1534": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_list" }, - "1065": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "TPayload" + "1535": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1066": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "TResponse" + "1536": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object" }, - "1067": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "path" + "1537": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_list" }, - "1068": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "queryKey" + "1538": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1069": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", - "qualifiedName": "relatedDomains" + "1539": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "qualifiedName": "__object" }, - "1070": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/mutations.ts", + "1540": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", + "qualifiedName": "price_list" + }, + "1541": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "1542": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminCreatePriceList" + }, + "1543": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminCreatePriceList" + }, + "1544": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", "qualifiedName": "options" }, - "1071": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "useAdminCustomQuery" + "1545": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminUpdatePriceList" }, - "1072": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "useAdminCustomQuery" + "1546": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminUpdatePriceList" }, - "1073": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "TQuery" + "1547": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "id" }, - "1074": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "TResponse" + "1548": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "options" }, - "1075": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "path" + "1549": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceList" }, - "1076": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "queryKey" + "1550": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceList" }, - "1077": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "query" + "1551": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "id" }, - "1078": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", + "1552": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", "qualifiedName": "options" }, - "1079": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object" + "1553": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminCreatePriceListPrices" }, - "1080": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object.data" + "1554": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminCreatePriceListPrices" }, - "1081": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object" + "1555": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "id" }, - "1082": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object.data" + "1556": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "options" }, - "1083": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object" + "1557": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListPrices" }, - "1084": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object.data" + "1558": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListPrices" }, - "1085": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object" + "1559": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "id" }, - "1086": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/custom/queries.ts", - "qualifiedName": "__object.data" + "1560": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "options" }, - "1117": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "useAdminCustomerGroup" + "1561": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListProductsPrices" }, - "1118": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "useAdminCustomerGroup" + "1562": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListProductsPrices" }, - "1119": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1563": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", "qualifiedName": "id" }, - "1120": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "query" - }, - "1121": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1564": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", "qualifiedName": "options" }, - "1122": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "__object" - }, - "1123": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_group" + "1565": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListProductPrices" }, - "1124": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1566": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListProductPrices" }, - "1125": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "__object" + "1567": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "id" }, - "1126": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_group" + "1568": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "productId" }, - "1127": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1569": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "options" }, - "1128": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "__object" + "1570": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListVariantPrices" }, - "1129": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_group" + "1571": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "useAdminDeletePriceListVariantPrices" }, - "1130": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1572": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "id" }, - "1131": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "__object" + "1573": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "variantId" }, - "1132": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_group" + "1574": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "qualifiedName": "options" }, - "1133": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1575": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "qualifiedName": "adminProductCategoryKeys" }, - "1134": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "useAdminCustomerGroups" + "1576": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "qualifiedName": "useAdminProductCategories" }, - "1135": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "useAdminCustomerGroups" + "1577": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "qualifiedName": "useAdminProductCategories" }, - "1136": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1578": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "query" }, - "1137": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1579": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "options" }, - "1138": { + "1580": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1139": { + "1581": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1140": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1582": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1141": { + "1583": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1142": { + "1584": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1143": { + "1585": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1144": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_groups" + "1586": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "1145": { + "1587": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1146": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1588": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1147": { + "1589": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1148": { + "1590": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1149": { + "1591": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1150": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_groups" + "1592": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "1151": { + "1593": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1152": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1594": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1153": { + "1595": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1154": { + "1596": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1155": { + "1597": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1156": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_groups" + "1598": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "1157": { + "1599": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1158": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1600": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1159": { + "1601": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1160": { + "1602": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1161": { + "1603": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1162": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customer-groups/index.d.ts", - "qualifiedName": "customer_groups" + "1604": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "1163": { + "1605": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1164": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "useAdminCustomerGroupCustomers" + "1606": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "qualifiedName": "useAdminProductCategory" }, - "1165": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "useAdminCustomerGroupCustomers" + "1607": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "qualifiedName": "useAdminProductCategory" }, - "1166": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1608": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "id" }, - "1167": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1609": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "query" }, - "1168": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1610": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "options" }, - "1169": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", - "qualifiedName": "__object" - }, - "1170": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", - "qualifiedName": "limit" - }, - "1171": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", - "qualifiedName": "offset" - }, - "1172": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/list-customers.d.ts", - "qualifiedName": "expand" - }, - "1173": { - "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", - "qualifiedName": "q" - }, - "1174": { - "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", - "qualifiedName": "has_account" - }, - "1175": { - "sourceFileName": "../../../packages/medusa/dist/types/customers.d.ts", - "qualifiedName": "groups" - }, - "1176": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1611": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1177": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "1178": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "1179": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "1180": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1612": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "1181": { + "1613": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1182": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1614": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1183": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "1184": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "1185": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "1186": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1615": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "1187": { + "1616": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1188": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1617": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1189": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "1190": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "1191": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "1192": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1618": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "1193": { + "1619": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1194": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/queries.ts", + "1620": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", "qualifiedName": "__object" }, - "1195": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "1196": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "1197": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "1198": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1621": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "1199": { + "1622": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1200": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminCreateCustomerGroup" + "1623": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminCreateProductCategory" }, - "1201": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminCreateCustomerGroup" + "1624": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminCreateProductCategory" }, - "1202": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1625": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "options" }, - "1203": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminUpdateCustomerGroup" + "1626": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminUpdateProductCategory" }, - "1204": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminUpdateCustomerGroup" + "1627": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminUpdateProductCategory" }, - "1205": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1628": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "id" }, - "1206": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1629": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "options" }, - "1207": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminDeleteCustomerGroup" + "1630": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminDeleteProductCategory" }, - "1208": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminDeleteCustomerGroup" + "1631": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminDeleteProductCategory" }, - "1209": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1632": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "id" }, - "1210": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1633": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "options" }, - "1211": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminAddCustomersToCustomerGroup" + "1634": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminAddProductsToCategory" }, - "1212": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminAddCustomersToCustomerGroup" + "1635": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminAddProductsToCategory" }, - "1213": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1636": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "id" }, - "1214": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1637": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "options" }, - "1215": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminRemoveCustomersFromCustomerGroup" + "1638": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminDeleteProductsFromCategory" }, - "1216": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", - "qualifiedName": "useAdminRemoveCustomersFromCustomerGroup" + "1639": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "qualifiedName": "useAdminDeleteProductsFromCategory" }, - "1217": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1640": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "id" }, - "1218": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customer-groups/mutations.ts", + "1641": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", "qualifiedName": "options" }, - "1219": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "adminCustomerKeys" + "1642": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "qualifiedName": "adminProductTagKeys" }, - "1220": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "useAdminCustomers" + "1643": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "qualifiedName": "useAdminProductTags" }, - "1221": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "useAdminCustomers" + "1644": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "qualifiedName": "useAdminProductTags" }, - "1222": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1645": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", "qualifiedName": "query" }, - "1223": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1646": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", "qualifiedName": "options" }, - "1224": { + "1647": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1225": { + "1648": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1226": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1649": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", "qualifiedName": "__object" }, - "1227": { + "1650": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1228": { + "1651": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1229": { + "1652": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1230": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1653": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "1231": { + "1654": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1232": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1655": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", "qualifiedName": "__object" }, - "1233": { + "1656": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1234": { + "1657": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1235": { + "1658": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1236": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1659": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "1237": { + "1660": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1238": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1661": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", "qualifiedName": "__object" }, - "1239": { + "1662": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1240": { + "1663": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1241": { + "1664": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1242": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1665": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "1243": { + "1666": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1244": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1667": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", "qualifiedName": "__object" }, - "1245": { + "1668": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1246": { + "1669": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1247": { + "1670": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1248": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customers" + "1671": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "1249": { + "1672": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1250": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "useAdminCustomer" + "1673": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "qualifiedName": "adminProductTypeKeys" }, - "1251": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "useAdminCustomer" + "1674": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "qualifiedName": "useAdminProductTypes" }, - "1252": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "id" + "1675": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "qualifiedName": "useAdminProductTypes" }, - "1253": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1676": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "qualifiedName": "query" + }, + "1677": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", "qualifiedName": "options" }, - "1254": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1678": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "1679": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "1680": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", "qualifiedName": "__object" }, - "1255": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customer" + "1681": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1256": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1682": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "1257": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", - "qualifiedName": "__object" + "1683": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "1258": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customer" + "1684": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", + "qualifiedName": "product_types" }, - "1259": { + "1685": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1260": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1686": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", "qualifiedName": "__object" }, - "1261": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customer" + "1687": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1262": { + "1688": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "1689": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "1690": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", + "qualifiedName": "product_types" + }, + "1691": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1263": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/queries.ts", + "1692": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", "qualifiedName": "__object" }, - "1264": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/customers/index.d.ts", - "qualifiedName": "customer" + "1693": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1265": { + "1694": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" + }, + "1695": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" + }, + "1696": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", + "qualifiedName": "product_types" + }, + "1697": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1266": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "useAdminCreateCustomer" - }, - "1267": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "useAdminCreateCustomer" + "1698": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "qualifiedName": "__object" }, - "1268": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "options" + "1699": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1269": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "useAdminUpdateCustomer" + "1700": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "1270": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "useAdminUpdateCustomer" + "1701": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "1271": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "id" + "1702": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", + "qualifiedName": "product_types" }, - "1272": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/customers/mutations.ts", - "qualifiedName": "options" + "1703": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1273": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "adminDiscountKeys" + "1704": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "adminProductKeys" }, - "1274": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1705": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1275": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object.detailCondition" + "1706": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object.detailVariants" }, - "1276": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object.detailCondition" + "1707": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object.detailVariants" }, - "1277": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1708": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "id" }, - "1278": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1709": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "query" }, - "1279": { + "1710": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.all" }, - "1280": { + "1711": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.lists" }, - "1281": { + "1712": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1282": { + "1713": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1283": { + "1714": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.list" }, - "1284": { + "1715": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1285": { + "1716": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1286": { + "1717": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "query" }, - "1287": { + "1718": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1288": { + "1719": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1289": { + "1720": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.details" }, - "1290": { + "1721": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1291": { + "1722": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1292": { + "1723": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.detail" }, - "1293": { + "1724": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1294": { + "1725": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1295": { + "1726": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "id" }, - "1296": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminDiscounts" + "1727": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProducts" }, - "1297": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminDiscounts" + "1728": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProducts" }, - "1298": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1729": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "query" }, - "1299": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1730": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "options" }, - "1300": { + "1731": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1301": { + "1732": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1302": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1733": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1303": { + "1734": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1304": { + "1735": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1305": { + "1736": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1306": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discounts" + "1737": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1307": { + "1738": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1308": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1739": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1309": { + "1740": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1310": { + "1741": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1311": { + "1742": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1312": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discounts" + "1743": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1313": { + "1744": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1314": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1745": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1315": { + "1746": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1316": { + "1747": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1317": { + "1748": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1318": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discounts" + "1749": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1319": { + "1750": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1320": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1751": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1321": { + "1752": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1322": { + "1753": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1323": { + "1754": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1324": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discounts" - }, - "1325": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1326": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminDiscount" - }, - "1327": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminDiscount" - }, - "1328": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "id" - }, - "1329": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "query" - }, - "1330": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "options" - }, - "1331": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1332": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1333": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1334": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1335": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1336": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1337": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1338": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1339": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1340": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1341": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1342": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1343": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminGetDiscountByCode" - }, - "1344": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminGetDiscountByCode" - }, - "1345": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "code" - }, - "1346": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "options" - }, - "1347": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1348": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1349": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1350": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1351": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1352": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1353": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1354": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" - }, - "1355": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1356": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "__object" - }, - "1357": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount" + "1755": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "products" }, - "1358": { + "1756": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1359": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminGetDiscountCondition" + "1757": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProduct" }, - "1360": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "useAdminGetDiscountCondition" + "1758": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProduct" }, - "1361": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1759": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "id" }, - "1362": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", - "qualifiedName": "conditionId" - }, - "1363": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1760": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "query" }, - "1364": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1761": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "options" }, - "1365": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1762": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1366": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount_condition" + "1763": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "product" }, - "1367": { + "1764": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1368": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1765": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1369": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount_condition" + "1766": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "product" }, - "1370": { + "1767": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1371": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1768": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1372": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount_condition" + "1769": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "product" }, - "1373": { + "1770": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1374": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/queries.ts", + "1771": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "__object" }, - "1375": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/discounts/index.d.ts", - "qualifiedName": "discount_condition" + "1772": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "product" }, - "1376": { + "1773": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1377": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminAddDiscountConditionResourceBatch" - }, - "1378": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminAddDiscountConditionResourceBatch" + "1774": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProductVariants" }, - "1379": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "discountId" + "1775": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProductVariants" }, - "1380": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "conditionId" + "1776": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "id" }, - "1381": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "1777": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "query" }, - "1382": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "1778": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "options" }, - "1383": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDeleteDiscountConditionResourceBatch" + "1779": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1384": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDeleteDiscountConditionResourceBatch" + "1780": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1385": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "discountId" + "1781": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "1386": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "conditionId" + "1782": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "1387": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1783": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "variants" }, - "1388": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminCreateDiscount" + "1784": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1389": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminCreateDiscount" + "1785": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1390": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1786": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1391": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminUpdateDiscount" + "1787": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "1392": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminUpdateDiscount" + "1788": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "1393": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "id" + "1789": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "variants" }, - "1394": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1790": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1395": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDeleteDiscount" + "1791": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1396": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDeleteDiscount" + "1792": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1397": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "id" + "1793": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "1398": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1794": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "1399": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountAddRegion" + "1795": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "variants" }, - "1400": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountAddRegion" + "1796": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1401": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "id" + "1797": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1402": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1798": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "1403": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountRemoveRegion" + "1799": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "1404": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountRemoveRegion" + "1800": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "1405": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "id" + "1801": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "variants" }, - "1406": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", + "1802": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "1803": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProductTagUsage" + }, + "1804": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "useAdminProductTagUsage" + }, + "1805": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", "qualifiedName": "options" }, - "1407": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminCreateDynamicDiscountCode" + "1806": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1408": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminCreateDynamicDiscountCode" + "1807": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "tags" }, - "1409": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "id" + "1808": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type" }, - "1410": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1809": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type.usage_count" }, - "1411": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDeleteDynamicDiscountCode" + "1810": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1412": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDeleteDynamicDiscountCode" + "1811": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1413": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "id" + "1812": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "tags" }, - "1414": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1813": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type" }, - "1415": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountCreateCondition" + "1814": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type.usage_count" }, - "1416": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountCreateCondition" + "1815": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1417": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "discountId" + "1816": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1418": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1817": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "tags" }, - "1419": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountUpdateCondition" + "1818": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type" }, - "1420": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountUpdateCondition" + "1819": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type.usage_count" }, - "1421": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "discountId" + "1820": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1422": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "conditionId" + "1821": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "qualifiedName": "__object" }, - "1423": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1822": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "tags" }, - "1424": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountRemoveCondition" + "1823": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type" }, - "1425": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "useAdminDiscountRemoveCondition" + "1824": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", + "qualifiedName": "__type.usage_count" }, - "1426": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "discountId" + "1825": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1427": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/discounts/mutations.ts", - "qualifiedName": "options" + "1826": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminCreateProduct" }, - "1428": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "adminDraftOrderKeys" + "1827": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminCreateProduct" }, - "1429": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "useAdminDraftOrders" + "1828": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1430": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "useAdminDraftOrders" + "1829": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminUpdateProduct" }, - "1431": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "query" + "1830": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminUpdateProduct" }, - "1432": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "1831": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "id" + }, + "1832": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", "qualifiedName": "options" }, - "1433": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "1833": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminDeleteProduct" }, - "1434": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "1834": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminDeleteProduct" }, - "1435": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" + "1835": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "id" }, - "1436": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1836": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1437": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1837": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminCreateVariant" }, - "1438": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1838": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminCreateVariant" }, - "1439": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_orders" + "1839": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "productId" }, - "1440": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1840": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1441": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" + "1841": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "AdminUpdateVariantReq" }, - "1442": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1842": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "__type" }, - "1443": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1843": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "__type.variant_id" }, - "1444": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1844": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminUpdateVariant" }, - "1445": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_orders" + "1845": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminUpdateVariant" }, - "1446": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1846": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "productId" }, - "1447": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" + "1847": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1448": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1848": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminDeleteVariant" }, - "1449": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1849": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminDeleteVariant" }, - "1450": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1850": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "productId" }, - "1451": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_orders" + "1851": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1452": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1852": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminCreateProductOption" }, - "1453": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" + "1853": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminCreateProductOption" }, - "1454": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "1854": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "productId" }, - "1455": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "1855": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1456": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "1856": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "AdminUpdateProductOptionReq" }, - "1457": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_orders" + "1857": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "__type" }, - "1458": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1858": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "__type.option_id" }, - "1459": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "useAdminDraftOrder" + "1859": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminUpdateProductOption" }, - "1460": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "useAdminDraftOrder" + "1860": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminUpdateProductOption" }, - "1461": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "id" + "1861": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "productId" }, - "1462": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "1862": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", "qualifiedName": "options" }, - "1463": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" - }, - "1464": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_order" + "1863": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminDeleteProductOption" }, - "1465": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1864": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "useAdminDeleteProductOption" }, - "1466": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" + "1865": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "productId" }, - "1467": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_order" + "1866": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "qualifiedName": "options" }, - "1468": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1867": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "adminPublishableApiKeysKeys" }, - "1469": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", + "1868": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1470": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_order" + "1869": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object.detailSalesChannels" }, - "1471": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1870": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object.detailSalesChannels" }, - "1472": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/queries.ts", - "qualifiedName": "__object" + "1871": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "id" }, - "1473": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/draft-orders/index.d.ts", - "qualifiedName": "draft_order" + "1872": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "query" }, - "1474": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1873": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" }, - "1475": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminCreateDraftOrder" + "1874": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" }, - "1476": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminCreateDraftOrder" + "1875": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1477": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "options" + "1876": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1478": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminUpdateDraftOrder" + "1877": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "1479": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminUpdateDraftOrder" + "1878": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1480": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "id" + "1879": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1481": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "options" + "1880": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "1482": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDeleteDraftOrder" + "1881": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1483": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDeleteDraftOrder" + "1882": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "1484": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "id" + "1883": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "1485": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "options" + "1884": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1486": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderRegisterPayment" + "1885": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1487": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderRegisterPayment" + "1886": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "1488": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "id" + "1887": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1489": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "options" + "1888": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "1490": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderAddLineItem" + "1889": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "id" }, - "1491": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderAddLineItem" + "1890": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "useAdminPublishableApiKey" }, - "1492": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "1891": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "useAdminPublishableApiKey" + }, + "1892": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "id" }, - "1493": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", + "1893": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "options" }, - "1494": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderRemoveLineItem" + "1894": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object" }, - "1495": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderRemoveLineItem" + "1895": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_key" }, - "1496": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "id" + "1896": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1497": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "options" + "1897": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object" }, - "1498": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "AdminDraftOrderUpdateLineItemReq" + "1898": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_key" }, - "1499": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "__type" + "1899": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1500": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "__type.item_id" + "1900": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object" }, - "1501": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderUpdateLineItem" + "1901": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_key" }, - "1502": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "useAdminDraftOrderUpdateLineItem" + "1902": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1503": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "id" + "1903": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object" }, - "1504": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/draft-orders/mutations.ts", - "qualifiedName": "options" + "1904": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_key" }, - "1505": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", - "qualifiedName": "adminGiftCardKeys" + "1905": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1506": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", - "qualifiedName": "useAdminGiftCards" + "1906": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "useAdminPublishableApiKeys" }, - "1507": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", - "qualifiedName": "useAdminGiftCards" + "1907": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "useAdminPublishableApiKeys" }, - "1508": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1908": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "query" }, - "1509": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1909": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "options" }, - "1510": { + "1910": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1511": { + "1911": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1512": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1912": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1513": { + "1913": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1514": { + "1914": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1515": { + "1915": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1516": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_cards" + "1916": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_keys" }, - "1517": { + "1917": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1518": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1918": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1519": { + "1919": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1520": { + "1920": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1521": { + "1921": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1522": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_cards" + "1922": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_keys" }, - "1523": { + "1923": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1524": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1924": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1525": { + "1925": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1526": { + "1926": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1527": { + "1927": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1528": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_cards" + "1928": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_keys" }, - "1529": { + "1929": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1530": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1930": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1531": { + "1931": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1532": { + "1932": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1533": { + "1933": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1534": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_cards" + "1934": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "publishable_api_keys" }, - "1535": { + "1935": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1536": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", - "qualifiedName": "useAdminGiftCard" + "1936": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "useAdminPublishableApiKeySalesChannels" }, - "1537": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", - "qualifiedName": "useAdminGiftCard" + "1937": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "useAdminPublishableApiKeySalesChannels" }, - "1538": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1938": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "id" }, - "1539": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1939": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "query" + }, + "1940": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "options" }, - "1540": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1941": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1541": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_card" + "1942": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "sales_channels" }, - "1542": { + "1943": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1543": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1944": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1544": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_card" + "1945": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "sales_channels" }, - "1545": { + "1946": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1546": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", + "1947": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "qualifiedName": "__object" + }, + "1948": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "sales_channels" + }, + "1949": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "1950": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", "qualifiedName": "__object" }, - "1547": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_card" + "1951": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", + "qualifiedName": "sales_channels" + }, + "1952": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "1953": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminCreatePublishableApiKey" + }, + "1954": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminCreatePublishableApiKey" + }, + "1955": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "options" + }, + "1956": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminUpdatePublishableApiKey" + }, + "1957": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminUpdatePublishableApiKey" + }, + "1958": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "id" + }, + "1959": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "options" }, - "1548": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1960": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminDeletePublishableApiKey" }, - "1549": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/queries.ts", - "qualifiedName": "__object" + "1961": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminDeletePublishableApiKey" }, - "1550": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/gift-cards/index.d.ts", - "qualifiedName": "gift_card" + "1962": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "id" }, - "1551": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "1963": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "options" }, - "1552": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", - "qualifiedName": "useAdminCreateGiftCard" + "1964": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminRevokePublishableApiKey" }, - "1553": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", - "qualifiedName": "useAdminCreateGiftCard" + "1965": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminRevokePublishableApiKey" }, - "1554": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "1966": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "id" + }, + "1967": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", "qualifiedName": "options" }, - "1555": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", - "qualifiedName": "useAdminUpdateGiftCard" + "1968": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminAddPublishableKeySalesChannelsBatch" }, - "1556": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", - "qualifiedName": "useAdminUpdateGiftCard" + "1969": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminAddPublishableKeySalesChannelsBatch" }, - "1557": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "1970": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", "qualifiedName": "id" }, - "1558": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "1971": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", "qualifiedName": "options" }, - "1559": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", - "qualifiedName": "useAdminDeleteGiftCard" + "1972": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminRemovePublishableKeySalesChannelsBatch" }, - "1560": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", - "qualifiedName": "useAdminDeleteGiftCard" + "1973": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "qualifiedName": "useAdminRemovePublishableKeySalesChannelsBatch" }, - "1561": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "1974": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", "qualifiedName": "id" }, - "1562": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/gift-cards/mutations.ts", + "1975": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", "qualifiedName": "options" }, - "1563": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "adminInventoryItemsKeys" + "1976": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "adminRegionKeys" }, - "1564": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "useAdminInventoryItems" + "1977": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "useAdminRegions" }, - "1565": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "useAdminInventoryItems" + "1978": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "useAdminRegions" }, - "1566": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "1979": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "query" }, - "1567": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "1980": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "options" }, - "1568": { + "1981": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1569": { + "1982": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1570": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "1983": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1571": { + "1984": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1572": { + "1985": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1573": { + "1986": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1574": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_items" + "1987": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "regions" }, - "1575": { + "1988": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1576": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "1989": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1577": { + "1990": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1578": { + "1991": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1579": { + "1992": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1580": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_items" + "1993": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "regions" }, - "1581": { + "1994": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1582": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "1995": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1583": { + "1996": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1584": { + "1997": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1585": { + "1998": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1586": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_items" + "1999": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "regions" }, - "1587": { + "2000": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1588": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2001": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1589": { + "2002": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1590": { + "2003": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1591": { + "2004": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1592": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_items" + "2005": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "regions" }, - "1593": { + "2006": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1594": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "useAdminInventoryItem" - }, - "1595": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "useAdminInventoryItem" + "2007": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "useAdminRegion" }, - "1596": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "inventoryItemId" + "2008": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "useAdminRegion" }, - "1597": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "query" + "2009": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "id" }, - "1598": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2010": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "options" }, - "1599": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2011": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1600": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" + "2012": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "region" }, - "1601": { + "2013": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1602": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2014": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1603": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" + "2015": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "region" }, - "1604": { + "2016": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1605": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2017": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1606": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" + "2018": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "region" }, - "1607": { + "2019": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1608": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2020": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1609": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" + "2021": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "region" }, - "1610": { + "2022": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1611": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "useAdminInventoryItemLocationLevels" - }, - "1612": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "useAdminInventoryItemLocationLevels" + "2023": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "useAdminRegionFulfillmentOptions" }, - "1613": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "inventoryItemId" + "2024": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "useAdminRegionFulfillmentOptions" }, - "1614": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", - "qualifiedName": "query" + "2025": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "qualifiedName": "regionId" }, - "1615": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2026": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "options" }, - "1616": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2027": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1617": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" - }, - "1618": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type" - }, - "1619": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.id" - }, - "1620": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.location_levels" + "2028": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "fulfillment_options" }, - "1621": { + "2029": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1622": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2030": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1623": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" - }, - "1624": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type" - }, - "1625": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.id" - }, - "1626": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.location_levels" + "2031": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "fulfillment_options" }, - "1627": { + "2032": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1628": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2033": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1629": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" - }, - "1630": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type" - }, - "1631": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.id" - }, - "1632": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.location_levels" + "2034": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "fulfillment_options" }, - "1633": { + "2035": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1634": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/queries.ts", + "2036": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", "qualifiedName": "__object" }, - "1635": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "inventory_item" - }, - "1636": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type" - }, - "1637": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.id" - }, - "1638": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/inventory-items/index.d.ts", - "qualifiedName": "__type.location_levels" + "2037": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", + "qualifiedName": "fulfillment_options" }, - "1639": { + "2038": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1640": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminCreateInventoryItem" - }, - "1641": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminCreateInventoryItem" - }, - "1642": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "options" - }, - "1643": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminUpdateInventoryItem" - }, - "1644": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminUpdateInventoryItem" - }, - "1645": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "inventoryItemId" - }, - "1646": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "options" - }, - "1647": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminDeleteInventoryItem" - }, - "1648": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminDeleteInventoryItem" + "2039": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminCreateRegion" }, - "1649": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "inventoryItemId" + "2040": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminCreateRegion" }, - "1650": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "2041": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", "qualifiedName": "options" }, - "1651": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "AdminUpdateLocationLevelReq" - }, - "1652": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "__type" - }, - "1653": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "__type.stockLocationId" - }, - "1654": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminUpdateLocationLevel" + "2042": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminUpdateRegion" }, - "1655": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminUpdateLocationLevel" + "2043": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminUpdateRegion" }, - "1656": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "inventoryItemId" + "2044": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1657": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "2045": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", "qualifiedName": "options" }, - "1658": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminDeleteLocationLevel" + "2046": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminDeleteRegion" }, - "1659": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminDeleteLocationLevel" + "2047": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminDeleteRegion" }, - "1660": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "inventoryItemId" + "2048": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1661": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "2049": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", "qualifiedName": "options" }, - "1662": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminCreateLocationLevel" + "2050": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionAddCountry" }, - "1663": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "useAdminCreateLocationLevel" + "2051": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionAddCountry" }, - "1664": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", - "qualifiedName": "inventoryItemId" + "2052": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1665": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/inventory-item/mutations.ts", + "2053": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", "qualifiedName": "options" }, - "1666": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "adminInviteKeys" + "2054": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionRemoveCountry" }, - "1667": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "useAdminInvites" + "2055": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionRemoveCountry" }, - "1668": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "useAdminInvites" + "2056": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1669": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", + "2057": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", "qualifiedName": "options" }, - "1670": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "__object" + "2058": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionAddFulfillmentProvider" }, - "1671": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", - "qualifiedName": "invites" + "2059": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionAddFulfillmentProvider" }, - "1672": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2060": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1673": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "__object" + "2061": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "options" }, - "1674": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", - "qualifiedName": "invites" + "2062": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionDeleteFulfillmentProvider" }, - "1675": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2063": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionDeleteFulfillmentProvider" }, - "1676": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "__object" + "2064": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1677": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", - "qualifiedName": "invites" + "2065": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "options" }, - "1678": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2066": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionAddPaymentProvider" }, - "1679": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/queries.ts", - "qualifiedName": "__object" + "2067": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionAddPaymentProvider" }, - "1680": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/invites/index.d.ts", - "qualifiedName": "invites" + "2068": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1681": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2069": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "options" }, - "1682": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminAcceptInvite" + "2070": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionDeletePaymentProvider" }, - "1683": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminAcceptInvite" + "2071": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "useAdminRegionDeletePaymentProvider" }, - "1684": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "options" + "2072": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "id" }, - "1685": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminResendInvite" + "2073": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", + "qualifiedName": "options" }, - "1686": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminResendInvite" + "2074": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "useAdminCreateReservation" }, - "1687": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "id" + "2075": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "useAdminCreateReservation" }, - "1688": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "2076": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", "qualifiedName": "options" }, - "1689": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminCreateInvite" + "2077": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "useAdminUpdateReservation" }, - "1690": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminCreateInvite" + "2078": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "useAdminUpdateReservation" }, - "1691": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "2079": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "id" + }, + "2080": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", "qualifiedName": "options" }, - "1692": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminDeleteInvite" + "2081": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "useAdminDeleteReservation" }, - "1693": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", - "qualifiedName": "useAdminDeleteInvite" + "2082": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "qualifiedName": "useAdminDeleteReservation" }, - "1694": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "2083": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", "qualifiedName": "id" }, - "1695": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/invites/mutations.ts", + "2084": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", "qualifiedName": "options" }, - "1696": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", - "qualifiedName": "adminNoteKeys" + "2085": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", + "qualifiedName": "adminReservationsKeys" }, - "1697": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", - "qualifiedName": "useAdminNotes" + "2086": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", + "qualifiedName": "useAdminReservations" }, - "1698": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", - "qualifiedName": "useAdminNotes" + "2087": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", + "qualifiedName": "useAdminReservations" }, - "1699": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2088": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "query" }, - "1700": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2089": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "options" }, - "1701": { + "2090": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1702": { + "2091": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1703": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2092": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1704": { + "2093": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1705": { + "2094": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1706": { + "2095": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1707": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "notes" + "2096": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservations" }, - "1708": { + "2097": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1709": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2098": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1710": { + "2099": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1711": { + "2100": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1712": { + "2101": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1713": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "notes" + "2102": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservations" }, - "1714": { + "2103": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1715": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2104": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1716": { + "2105": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1717": { + "2106": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1718": { + "2107": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1719": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "notes" + "2108": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservations" }, - "1720": { + "2109": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1721": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2110": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1722": { + "2111": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1723": { + "2112": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1724": { + "2113": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1725": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "notes" + "2114": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservations" }, - "1726": { + "2115": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1727": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", - "qualifiedName": "useAdminNote" + "2116": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", + "qualifiedName": "useAdminReservation" }, - "1728": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", - "qualifiedName": "useAdminNote" + "2117": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", + "qualifiedName": "useAdminReservation" }, - "1729": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2118": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "id" }, - "1730": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2119": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "options" }, - "1731": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2120": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1732": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "note" + "2121": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservation" }, - "1733": { + "2122": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1734": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2123": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1735": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "note" + "2124": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservation" }, - "1736": { + "2125": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1737": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2126": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1738": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "note" + "2127": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservation" }, - "1739": { + "2128": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1740": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/queries.ts", + "2129": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", "qualifiedName": "__object" }, - "1741": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notes/index.d.ts", - "qualifiedName": "note" + "2130": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", + "qualifiedName": "reservation" }, - "1742": { + "2131": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1743": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "useAdminCreateNote" - }, - "1744": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "useAdminCreateNote" - }, - "1745": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "options" - }, - "1746": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "useAdminUpdateNote" - }, - "1747": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "useAdminUpdateNote" - }, - "1748": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "id" - }, - "1749": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "options" - }, - "1750": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "useAdminDeleteNote" - }, - "1751": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "useAdminDeleteNote" - }, - "1752": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "id" - }, - "1753": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notes/mutations.ts", - "qualifiedName": "options" - }, - "1754": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "adminNotificationKeys" - }, - "1755": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "useAdminNotifications" + "2132": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "adminReturnReasonKeys" }, - "1756": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "useAdminNotifications" + "2133": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "useAdminReturnReasons" }, - "1757": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "query" + "2134": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "useAdminReturnReasons" }, - "1758": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", + "2135": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "options" }, - "1759": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "1760": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "1761": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "__object" - }, - "1762": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "1763": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "1764": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "1765": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", - "qualifiedName": "notifications" - }, - "1766": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1767": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "__object" - }, - "1768": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "1769": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "1770": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "1771": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", - "qualifiedName": "notifications" - }, - "1772": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1773": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", + "2136": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "__object" }, - "1774": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "1775": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "1776": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "1777": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", - "qualifiedName": "notifications" + "2137": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "1778": { + "2138": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1779": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/queries.ts", - "qualifiedName": "__object" - }, - "1780": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "1781": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "1782": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "2139": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "__object" }, - "1783": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/notifications/index.d.ts", - "qualifiedName": "notifications" + "2140": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "1784": { + "2141": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1785": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", - "qualifiedName": "useAdminResendNotification" + "2142": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "__object" }, - "1786": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", - "qualifiedName": "useAdminResendNotification" + "2143": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "1787": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", - "qualifiedName": "id" + "2144": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1788": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/notifications/mutations.ts", - "qualifiedName": "options" + "2145": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "__object" }, - "1789": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "adminOrderEditsKeys" + "2146": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "1790": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "useAdminOrderEdit" + "2147": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1791": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "useAdminOrderEdit" + "2148": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "useAdminReturnReason" }, - "1792": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "id" + "2149": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "useAdminReturnReason" }, - "1793": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "query" + "2150": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "qualifiedName": "id" }, - "1794": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2151": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "options" }, - "1795": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2152": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "__object" }, - "1796": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edit" + "2153": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "1797": { + "2154": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1798": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2155": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "__object" }, - "1799": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edit" + "2156": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "1800": { + "2157": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1801": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2158": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "__object" }, - "1802": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edit" + "2159": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "1803": { + "2160": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1804": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2161": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", "qualifiedName": "__object" }, - "1805": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edit" + "2162": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "1806": { + "2163": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1807": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "useAdminOrderEdits" + "2164": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "useAdminCreateReturnReason" }, - "1808": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "useAdminOrderEdits" + "2165": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "useAdminCreateReturnReason" }, - "1809": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", - "qualifiedName": "query" + "2166": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "options" }, - "1810": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2167": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "useAdminUpdateReturnReason" + }, + "2168": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "useAdminUpdateReturnReason" + }, + "2169": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "id" + }, + "2170": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", "qualifiedName": "options" }, - "1811": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2171": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "useAdminDeleteReturnReason" }, - "1812": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "2172": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "useAdminDeleteReturnReason" }, - "1813": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2173": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "id" + }, + "2174": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "qualifiedName": "options" + }, + "2175": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "qualifiedName": "adminReturnKeys" + }, + "2176": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "qualifiedName": "useAdminReturns" + }, + "2177": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "qualifiedName": "useAdminReturns" + }, + "2178": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "qualifiedName": "options" + }, + "2179": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", "qualifiedName": "__object" }, - "1814": { + "2180": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1815": { + "2181": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1816": { + "2182": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1817": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edits" + "2183": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", + "qualifiedName": "returns" }, - "1818": { + "2184": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1819": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2185": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", "qualifiedName": "__object" }, - "1820": { + "2186": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1821": { + "2187": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1822": { + "2188": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1823": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edits" + "2189": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", + "qualifiedName": "returns" }, - "1824": { + "2190": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1825": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2191": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", "qualifiedName": "__object" }, - "1826": { + "2192": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1827": { + "2193": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1828": { + "2194": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1829": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edits" + "2195": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", + "qualifiedName": "returns" }, - "1830": { + "2196": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1831": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/queries.ts", + "2197": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", "qualifiedName": "__object" }, - "1832": { + "2198": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1833": { + "2199": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1834": { + "2200": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1835": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/order-edits/index.d.ts", - "qualifiedName": "order_edits" + "2201": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", + "qualifiedName": "returns" }, - "1836": { + "2202": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1837": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminCreateOrderEdit" - }, - "1838": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminCreateOrderEdit" - }, - "1839": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" - }, - "1840": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminDeleteOrderEdit" - }, - "1841": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminDeleteOrderEdit" - }, - "1842": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "id" - }, - "1843": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" - }, - "1844": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminDeleteOrderEditItemChange" - }, - "1845": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminDeleteOrderEditItemChange" - }, - "1846": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "orderEditId" - }, - "1847": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "itemChangeId" - }, - "1848": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" - }, - "1849": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminOrderEditUpdateLineItem" - }, - "1850": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminOrderEditUpdateLineItem" - }, - "1851": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "orderEditId" - }, - "1852": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "itemId" - }, - "1853": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" - }, - "1854": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminOrderEditDeleteLineItem" - }, - "1855": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminOrderEditDeleteLineItem" - }, - "1856": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "orderEditId" - }, - "1857": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "itemId" - }, - "1858": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" - }, - "1859": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminUpdateOrderEdit" - }, - "1860": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminUpdateOrderEdit" - }, - "1861": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "id" - }, - "1862": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" - }, - "1863": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminOrderEditAddLineItem" + "2203": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", + "qualifiedName": "useAdminReceiveReturn" }, - "1864": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminOrderEditAddLineItem" + "2204": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", + "qualifiedName": "useAdminReceiveReturn" }, - "1865": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "2205": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", "qualifiedName": "id" }, - "1866": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "2206": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", "qualifiedName": "options" }, - "1867": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminRequestOrderEditConfirmation" + "2207": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", + "qualifiedName": "useAdminCancelReturn" }, - "1868": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminRequestOrderEditConfirmation" + "2208": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", + "qualifiedName": "useAdminCancelReturn" }, - "1869": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "2209": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", "qualifiedName": "id" }, - "1870": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "2210": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", "qualifiedName": "options" }, - "1871": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminCancelOrderEdit" - }, - "1872": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminCancelOrderEdit" - }, - "1873": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "id" - }, - "1874": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "options" + "2211": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "adminSalesChannelsKeys" }, - "1875": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminConfirmOrderEdit" + "2212": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "useAdminSalesChannel" }, - "1876": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", - "qualifiedName": "useAdminConfirmOrderEdit" + "2213": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "useAdminSalesChannel" }, - "1877": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "2214": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "id" }, - "1878": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/order-edits/mutations.ts", + "2215": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "options" }, - "1879": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "adminOrderKeys" - }, - "1880": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object" - }, - "1881": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object.detailOrder" - }, - "1882": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object.detailOrder" - }, - "1883": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "id" - }, - "1884": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "query" - }, - "1885": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2216": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "__object" }, - "1886": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "FindParams.expand" - }, - "1887": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "FindParams.fields" - }, - "1888": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.all" - }, - "1889": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.lists" - }, - "1890": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "1891": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "1892": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.list" - }, - "1893": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "1894": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2217": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channel" }, - "1895": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "query" + "2218": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1896": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2219": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "__object" }, - "1897": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "2220": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channel" }, - "1898": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.details" + "2221": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1899": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2222": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "__object" }, - "1900": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2223": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channel" }, - "1901": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.detail" + "2224": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1902": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2225": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "__object" }, - "1903": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2226": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channel" }, - "1904": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "id" + "2227": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "1905": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "useAdminOrders" + "2228": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "useAdminSalesChannels" }, - "1906": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "useAdminOrders" + "2229": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "qualifiedName": "useAdminSalesChannels" }, - "1907": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2230": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "query" }, - "1908": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2231": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "options" }, - "1909": { + "2232": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "1910": { + "2233": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "1911": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2234": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "__object" }, - "1912": { + "2235": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1913": { + "2236": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1914": { + "2237": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1915": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "orders" + "2238": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channels" }, - "1916": { + "2239": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1917": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2240": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "__object" }, - "1918": { + "2241": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1919": { + "2242": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1920": { + "2243": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1921": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "orders" + "2244": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channels" }, - "1922": { + "2245": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1923": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2246": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "__object" }, - "1924": { + "2247": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1925": { + "2248": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1926": { + "2249": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1927": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "orders" + "2250": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channels" }, - "1928": { + "2251": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1929": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2252": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", "qualifiedName": "__object" }, - "1930": { + "2253": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "1931": { + "2254": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "1932": { + "2255": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "1933": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "orders" + "2256": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", + "qualifiedName": "sales_channels" }, - "1934": { + "2257": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "1935": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "useAdminOrder" - }, - "1936": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "useAdminOrder" - }, - "1937": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "id" + "2258": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminCreateSalesChannel" }, - "1938": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "query" + "2259": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminCreateSalesChannel" }, - "1939": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", + "2260": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1940": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object" - }, - "1941": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "FindParams.expand" - }, - "1942": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "FindParams.fields" - }, - "1943": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object" - }, - "1944": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "order" - }, - "1945": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1946": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object" - }, - "1947": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "order" - }, - "1948": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1949": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object" - }, - "1950": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "order" - }, - "1951": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1952": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/queries.ts", - "qualifiedName": "__object" - }, - "1953": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/orders/index.d.ts", - "qualifiedName": "order" - }, - "1954": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "1955": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminUpdateOrder" + "2261": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminUpdateSalesChannel" }, - "1956": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminUpdateOrder" + "2262": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminUpdateSalesChannel" }, - "1957": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2263": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "id" }, - "1958": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2264": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1959": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCancelOrder" + "2265": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminDeleteSalesChannel" }, - "1960": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCancelOrder" + "2266": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminDeleteSalesChannel" }, - "1961": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2267": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "id" }, - "1962": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2268": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1963": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCompleteOrder" + "2269": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminDeleteProductsFromSalesChannel" }, - "1964": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCompleteOrder" + "2270": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminDeleteProductsFromSalesChannel" }, - "1965": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2271": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "id" }, - "1966": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2272": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1967": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCapturePayment" + "2273": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminAddProductsToSalesChannel" }, - "1968": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCapturePayment" + "2274": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminAddProductsToSalesChannel" }, - "1969": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2275": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "id" }, - "1970": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2276": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1971": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminRefundPayment" - }, - "1972": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminRefundPayment" + "2277": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminAddLocationToSalesChannel" }, - "1973": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "id" + "2278": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminAddLocationToSalesChannel" }, - "1974": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2279": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1975": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCreateFulfillment" - }, - "1976": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCreateFulfillment" - }, - "1977": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "orderId" - }, - "1978": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "options" + "2280": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type" }, - "1979": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCancelFulfillment" + "2281": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.sales_channel_id" }, - "1980": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCancelFulfillment" + "2282": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.location_id" }, - "1981": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "orderId" + "2283": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type" }, - "1982": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "options" + "2284": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.sales_channel_id" }, - "1983": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCreateShipment" + "2285": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.location_id" }, - "1984": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminCreateShipment" + "2286": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminRemoveLocationFromSalesChannel" }, - "1985": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "orderId" + "2287": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "useAdminRemoveLocationFromSalesChannel" }, - "1986": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2288": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", "qualifiedName": "options" }, - "1987": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminRequestReturn" - }, - "1988": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminRequestReturn" + "2289": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type" }, - "1989": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "orderId" + "2290": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.sales_channel_id" }, - "1990": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "options" + "2291": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.location_id" }, - "1991": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminAddShippingMethod" + "2292": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type" }, - "1992": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminAddShippingMethod" + "2293": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.sales_channel_id" }, - "1993": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "orderId" + "2294": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "qualifiedName": "__type.location_id" }, - "1994": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "options" + "2295": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "adminShippingOptionKeys" }, - "1995": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminArchiveOrder" + "2296": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "useAdminShippingOptions" }, - "1996": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "useAdminArchiveOrder" + "2297": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "useAdminShippingOptions" }, - "1997": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", - "qualifiedName": "id" + "2298": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "query" }, - "1998": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/orders/mutations.ts", + "2299": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "options" }, - "1999": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "adminPaymentCollectionQueryKeys" - }, - "2000": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "useAdminPaymentCollection" - }, - "2001": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "useAdminPaymentCollection" - }, - "2002": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "id" + "2300": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2003": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "options" + "2301": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "2004": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", + "2302": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "__object" }, - "2005": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "2303": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "2006": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2304": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "2007": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "__object" + "2305": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "2008": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "2306": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "2009": { + "2307": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2010": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", + "2308": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "__object" }, - "2011": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "2309": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "2012": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2310": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "2013": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/queries.ts", - "qualifiedName": "__object" + "2311": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "2014": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payment-collections/index.d.ts", - "qualifiedName": "payment_collection" + "2312": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "2015": { + "2313": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2016": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "useAdminDeletePaymentCollection" - }, - "2017": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "useAdminDeletePaymentCollection" + "2314": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "__object" }, - "2018": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "id" + "2315": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "2019": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "options" + "2316": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "2020": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "useAdminUpdatePaymentCollection" + "2317": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "2021": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "useAdminUpdatePaymentCollection" + "2318": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "2022": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "id" + "2319": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2023": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "options" + "2320": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "__object" }, - "2024": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "useAdminMarkPaymentCollectionAsAuthorized" + "2321": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "2025": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "useAdminMarkPaymentCollectionAsAuthorized" + "2322": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "2026": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "id" + "2323": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "2027": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payment-collections/mutations.ts", - "qualifiedName": "options" + "2324": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "2028": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", - "qualifiedName": "adminPaymentQueryKeys" + "2325": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2029": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", - "qualifiedName": "useAdminPayment" + "2326": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "useAdminShippingOption" }, - "2030": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", - "qualifiedName": "useAdminPayment" + "2327": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "qualifiedName": "useAdminShippingOption" }, - "2031": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "2328": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "id" }, - "2032": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "2329": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "options" }, - "2033": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "2330": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "__object" }, - "2034": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", - "qualifiedName": "payment" + "2331": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_option" }, - "2035": { + "2332": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2036": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "2333": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "__object" }, - "2037": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", - "qualifiedName": "payment" + "2334": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_option" }, - "2038": { + "2335": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2039": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "2336": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "__object" }, - "2040": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", - "qualifiedName": "payment" + "2337": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_option" }, - "2041": { + "2338": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2042": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/queries.ts", + "2339": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", "qualifiedName": "__object" }, - "2043": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/payments/index.d.ts", - "qualifiedName": "payment" + "2340": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", + "qualifiedName": "shipping_option" }, - "2044": { + "2341": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2045": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", - "qualifiedName": "useAdminPaymentsCapturePayment" - }, - "2046": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", - "qualifiedName": "useAdminPaymentsCapturePayment" + "2342": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "useAdminCreateShippingOption" }, - "2047": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", - "qualifiedName": "id" + "2343": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "useAdminCreateShippingOption" }, - "2048": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "2344": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", "qualifiedName": "options" }, - "2049": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", - "qualifiedName": "useAdminPaymentsRefundPayment" + "2345": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "useAdminUpdateShippingOption" }, - "2050": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", - "qualifiedName": "useAdminPaymentsRefundPayment" + "2346": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "useAdminUpdateShippingOption" }, - "2051": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "2347": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", "qualifiedName": "id" }, - "2052": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/payments/mutations.ts", + "2348": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", "qualifiedName": "options" }, - "2053": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "adminPriceListKeys" - }, - "2054": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "__object" - }, - "2055": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "__object.detailProducts" + "2349": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "useAdminDeleteShippingOption" }, - "2056": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "__object.detailProducts" + "2350": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "useAdminDeleteShippingOption" }, - "2057": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2351": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", "qualifiedName": "id" }, - "2058": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "query" - }, - "2059": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.all" + "2352": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "qualifiedName": "options" }, - "2060": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.lists" + "2353": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "adminShippingProfileKeys" }, - "2061": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2354": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "useAdminShippingProfiles" }, - "2062": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2355": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "useAdminShippingProfiles" }, - "2063": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.list" + "2356": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "options" }, - "2064": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2357": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "__object" }, - "2065": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2358": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profiles" }, - "2066": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "query" + "2359": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2067": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2360": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "__object" }, - "2068": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "2361": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profiles" }, - "2069": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.details" + "2362": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2070": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2363": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "__object" }, - "2071": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2364": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profiles" }, - "2072": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.detail" + "2365": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2073": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2366": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "__object" }, - "2074": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2367": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profiles" }, - "2075": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "id" + "2368": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2076": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "useAdminPriceLists" + "2369": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "useAdminShippingProfile" }, - "2077": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "useAdminPriceLists" + "2370": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "useAdminShippingProfile" }, - "2078": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "query" + "2371": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "id" }, - "2079": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2372": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", "qualifiedName": "options" }, - "2080": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "2081": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "2082": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2373": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", "qualifiedName": "__object" }, - "2083": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2374": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profile" }, - "2084": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2375": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2085": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2376": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "__object" }, - "2086": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_lists" + "2377": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profile" }, - "2087": { + "2378": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2088": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2379": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", "qualifiedName": "__object" }, - "2089": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2380": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profile" }, - "2090": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2381": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2091": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2382": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "qualifiedName": "__object" }, - "2092": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_lists" + "2383": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", + "qualifiedName": "shipping_profile" }, - "2093": { + "2384": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2094": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "__object" - }, - "2095": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2385": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "useAdminCreateShippingProfile" }, - "2096": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2386": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "useAdminCreateShippingProfile" }, - "2097": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2387": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "options" }, - "2098": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_lists" + "2388": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "useAdminUpdateShippingProfile" }, - "2099": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2389": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "useAdminUpdateShippingProfile" }, - "2100": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "__object" + "2390": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "id" }, - "2101": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2391": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "options" }, - "2102": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2392": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "useAdminDeleteShippingProfile" }, - "2103": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2393": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "useAdminDeleteShippingProfile" }, - "2104": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_lists" + "2394": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "id" }, - "2105": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2395": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "qualifiedName": "options" }, - "2106": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "useAdminPriceListProducts" + "2396": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "qualifiedName": "adminStockLocationsKeys" }, - "2107": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "useAdminPriceListProducts" + "2397": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "qualifiedName": "useAdminStockLocations" }, - "2108": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "id" + "2398": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "qualifiedName": "useAdminStockLocations" }, - "2109": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2399": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "query" }, - "2110": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2400": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "options" }, - "2111": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2401": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "2402": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" + }, + "2403": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2112": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2404": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2113": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2405": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2114": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2406": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2115": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2407": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_locations" }, - "2116": { + "2408": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2117": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2409": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2118": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2410": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2119": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2411": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2120": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2412": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2121": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2413": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_locations" }, - "2122": { + "2414": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2123": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2415": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2124": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2416": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2125": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2417": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2126": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2418": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2127": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2419": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_locations" }, - "2128": { + "2420": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2129": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2421": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2130": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2422": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2131": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2423": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2132": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2424": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2133": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2425": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_locations" }, - "2134": { + "2426": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2135": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "useAdminPriceList" + "2427": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "qualifiedName": "useAdminStockLocation" }, - "2136": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", - "qualifiedName": "useAdminPriceList" + "2428": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "qualifiedName": "useAdminStockLocation" }, - "2137": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2429": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "id" }, - "2138": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2430": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "options" }, - "2139": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2431": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2140": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_list" + "2432": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_location" }, - "2141": { + "2433": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2142": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2434": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2143": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_list" + "2435": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_location" }, - "2144": { + "2436": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2145": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2437": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2146": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_list" + "2438": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_location" }, - "2147": { + "2439": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2148": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/queries.ts", + "2440": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", "qualifiedName": "__object" }, - "2149": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/price-lists/index.d.ts", - "qualifiedName": "price_list" + "2441": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", + "qualifiedName": "stock_location" }, - "2150": { + "2442": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2151": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminCreatePriceList" - }, - "2152": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminCreatePriceList" - }, - "2153": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "options" - }, - "2154": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminUpdatePriceList" - }, - "2155": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminUpdatePriceList" - }, - "2156": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "id" - }, - "2157": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "options" - }, - "2158": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceList" - }, - "2159": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceList" - }, - "2160": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "id" - }, - "2161": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "options" - }, - "2162": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminCreatePriceListPrices" - }, - "2163": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminCreatePriceListPrices" - }, - "2164": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "id" - }, - "2165": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "options" - }, - "2166": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListPrices" - }, - "2167": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListPrices" - }, - "2168": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "id" - }, - "2169": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "options" - }, - "2170": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListProductsPrices" - }, - "2171": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListProductsPrices" + "2443": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "qualifiedName": "useAdminCreateStockLocation" }, - "2172": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "id" + "2444": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "qualifiedName": "useAdminCreateStockLocation" }, - "2173": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "2445": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", "qualifiedName": "options" }, - "2174": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListProductPrices" + "2446": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "qualifiedName": "useAdminUpdateStockLocation" }, - "2175": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListProductPrices" + "2447": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "qualifiedName": "useAdminUpdateStockLocation" }, - "2176": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "2448": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", "qualifiedName": "id" }, - "2177": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "productId" - }, - "2178": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "2449": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", "qualifiedName": "options" }, - "2179": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListVariantPrices" + "2450": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "qualifiedName": "useAdminDeleteStockLocation" }, - "2180": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "useAdminDeletePriceListVariantPrices" + "2451": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "qualifiedName": "useAdminDeleteStockLocation" }, - "2181": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "2452": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", "qualifiedName": "id" }, - "2182": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", - "qualifiedName": "variantId" - }, - "2183": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/price-lists/mutations.ts", + "2453": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", "qualifiedName": "options" }, - "2184": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "adminProductCategoryKeys" - }, - "2185": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "useAdminProductCategories" + "2454": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "adminStoreKeys" }, - "2186": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "useAdminProductCategories" + "2455": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "useAdminStorePaymentProviders" }, - "2187": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "query" + "2456": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "useAdminStorePaymentProviders" }, - "2188": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2457": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "options" }, - "2189": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "2190": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "2191": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2458": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2192": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "2193": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "2194": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "2195": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "2459": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "payment_providers" }, - "2196": { + "2460": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2197": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2461": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2198": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "2199": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "2200": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "2201": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "2462": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "payment_providers" }, - "2202": { + "2463": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2203": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2464": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2204": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2465": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "payment_providers" }, - "2205": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2466": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2206": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2467": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "__object" }, - "2207": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "2468": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "payment_providers" }, - "2208": { + "2469": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2209": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "__object" + "2470": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "useAdminStoreTaxProviders" }, - "2210": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2471": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "useAdminStoreTaxProviders" }, - "2211": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2472": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "options" }, - "2212": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2473": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "__object" }, - "2213": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_categories" + "2474": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "tax_providers" }, - "2214": { + "2475": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2215": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "useAdminProductCategory" - }, - "2216": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "useAdminProductCategory" - }, - "2217": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "id" + "2476": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "__object" }, - "2218": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "query" + "2477": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "tax_providers" }, - "2219": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", - "qualifiedName": "options" + "2478": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2220": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2479": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2221": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_category" + "2480": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "tax_providers" }, - "2222": { + "2481": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2223": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2482": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2224": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_category" + "2483": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "tax_providers" }, - "2225": { + "2484": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2226": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2485": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "useAdminStore" + }, + "2486": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "useAdminStore" + }, + "2487": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "options" + }, + "2488": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2227": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_category" + "2489": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "store" }, - "2228": { + "2490": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2229": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/queries.ts", + "2491": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", "qualifiedName": "__object" }, - "2230": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-categories/index.d.ts", - "qualifiedName": "product_category" + "2492": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "store" }, - "2231": { + "2493": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2232": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminCreateProductCategory" - }, - "2233": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminCreateProductCategory" - }, - "2234": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "options" + "2494": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "__object" }, - "2235": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminUpdateProductCategory" + "2495": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "store" }, - "2236": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminUpdateProductCategory" + "2496": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2237": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "id" + "2497": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "qualifiedName": "__object" }, - "2238": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "options" + "2498": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", + "qualifiedName": "store" }, - "2239": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminDeleteProductCategory" + "2499": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2240": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminDeleteProductCategory" + "2500": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", + "qualifiedName": "useAdminUpdateStore" }, - "2241": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "id" + "2501": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", + "qualifiedName": "useAdminUpdateStore" }, - "2242": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "2502": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", "qualifiedName": "options" }, - "2243": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminAddProductsToCategory" - }, - "2244": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminAddProductsToCategory" + "2503": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", + "qualifiedName": "useAdminAddStoreCurrency" }, - "2245": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "id" + "2504": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", + "qualifiedName": "useAdminAddStoreCurrency" }, - "2246": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "2505": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", "qualifiedName": "options" }, - "2247": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminDeleteProductsFromCategory" - }, - "2248": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "useAdminDeleteProductsFromCategory" + "2506": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", + "qualifiedName": "useAdminDeleteStoreCurrency" }, - "2249": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", - "qualifiedName": "id" + "2507": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", + "qualifiedName": "useAdminDeleteStoreCurrency" }, - "2250": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-categories/mutations.ts", + "2508": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", "qualifiedName": "options" }, - "2251": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", - "qualifiedName": "adminProductTagKeys" + "2509": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "adminSwapKeys" }, - "2252": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", - "qualifiedName": "useAdminProductTags" + "2510": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "useAdminSwaps" }, - "2253": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", - "qualifiedName": "useAdminProductTags" + "2511": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "useAdminSwaps" }, - "2254": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "2512": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "query" }, - "2255": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "2513": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "options" }, - "2256": { + "2514": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "2257": { + "2515": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "2258": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "2516": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "__object" }, - "2259": { + "2517": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2260": { + "2518": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2261": { + "2519": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2262": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "2520": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swaps" }, - "2263": { + "2521": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2264": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "2522": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "__object" }, - "2265": { + "2523": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2266": { + "2524": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2267": { + "2525": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2268": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "2526": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swaps" }, - "2269": { + "2527": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2270": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "2528": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "__object" }, - "2271": { + "2529": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2272": { + "2530": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2273": { + "2531": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2274": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "2532": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swaps" }, - "2275": { + "2533": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2276": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-tags/queries.ts", + "2534": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "__object" }, - "2277": { + "2535": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2278": { + "2536": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2279": { + "2537": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2280": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-tags/index.d.ts", - "qualifiedName": "product_tags" + "2538": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swaps" }, - "2281": { + "2539": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2282": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", - "qualifiedName": "adminProductTypeKeys" - }, - "2283": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", - "qualifiedName": "useAdminProductTypes" + "2540": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "useAdminSwap" }, - "2284": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", - "qualifiedName": "useAdminProductTypes" + "2541": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "useAdminSwap" }, - "2285": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", - "qualifiedName": "query" + "2542": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "id" }, - "2286": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "2543": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "options" }, - "2287": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "2288": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "2289": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "2544": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "__object" }, - "2290": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2545": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swap" }, - "2291": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2546": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2292": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2547": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "__object" }, - "2293": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", - "qualifiedName": "product_types" + "2548": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swap" }, - "2294": { + "2549": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2295": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", + "2550": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", "qualifiedName": "__object" }, - "2296": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2551": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swap" }, - "2297": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2552": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2298": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2553": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "qualifiedName": "__object" }, - "2299": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", - "qualifiedName": "product_types" + "2554": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", + "qualifiedName": "swap" }, - "2300": { + "2555": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2301": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", - "qualifiedName": "__object" + "2556": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCreateSwap" }, - "2302": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2557": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCreateSwap" }, - "2303": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2558": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "orderId" }, - "2304": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2559": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "options" }, - "2305": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", - "qualifiedName": "product_types" + "2560": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCancelSwap" }, - "2306": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2561": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCancelSwap" }, - "2307": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/product-types/queries.ts", - "qualifiedName": "__object" + "2562": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "orderId" }, - "2308": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2563": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "options" + }, + "2564": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "AdminFulfillSwapReq" + }, + "2565": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type" + }, + "2566": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.swap_id" + }, + "2567": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminFulfillSwap" + }, + "2568": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminFulfillSwap" + }, + "2569": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "orderId" + }, + "2570": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "options" + }, + "2571": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "AdminCreateSwapShipmentReq" + }, + "2572": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type" + }, + "2573": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.swap_id" + }, + "2574": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCreateSwapShipment" + }, + "2575": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCreateSwapShipment" + }, + "2576": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "orderId" + }, + "2577": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "options" + }, + "2578": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminProcessSwapPayment" + }, + "2579": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminProcessSwapPayment" + }, + "2580": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "orderId" + }, + "2581": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "options" + }, + "2582": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "AdminCancelSwapFulfillmentReq" + }, + "2583": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type" + }, + "2584": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.swap_id" + }, + "2585": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.fulfillment_id" + }, + "2586": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCancelSwapFulfillment" + }, + "2587": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "useAdminCancelSwapFulfillment" + }, + "2588": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "orderId" + }, + "2589": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "options" + }, + "2590": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type" }, - "2309": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2591": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.swap_id" }, - "2310": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2592": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.fulfillment_id" }, - "2311": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/product-types/index.d.ts", - "qualifiedName": "product_types" + "2593": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type" }, - "2312": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2594": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.swap_id" }, - "2313": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "adminProductKeys" + "2595": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", + "qualifiedName": "__type.fulfillment_id" }, - "2314": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "useAdminProducts" + "2596": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "qualifiedName": "adminTaxRateKeys" }, - "2315": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "useAdminProducts" + "2597": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "qualifiedName": "useAdminTaxRates" }, - "2316": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2598": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "qualifiedName": "useAdminTaxRates" + }, + "2599": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "query" }, - "2317": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2600": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "options" }, - "2318": { + "2601": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "2319": { + "2602": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "2320": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2603": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2321": { + "2604": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2322": { + "2605": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2323": { + "2606": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2324": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2607": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rates" }, - "2325": { + "2608": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2326": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2609": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2327": { + "2610": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2328": { + "2611": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2329": { + "2612": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2330": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2613": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rates" }, - "2331": { + "2614": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2332": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2615": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2333": { + "2616": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2334": { + "2617": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2335": { + "2618": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2336": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2619": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rates" }, - "2337": { + "2620": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2338": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2621": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2339": { + "2622": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2340": { + "2623": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2341": { + "2624": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2342": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "products" + "2625": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rates" }, - "2343": { + "2626": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2344": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "useAdminProduct" + "2627": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "qualifiedName": "useAdminTaxRate" }, - "2345": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "useAdminProduct" + "2628": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "qualifiedName": "useAdminTaxRate" }, - "2346": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2629": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "id" }, - "2347": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2630": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "query" }, - "2348": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "options" - }, - "2349": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "__object" - }, - "2350": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "product" - }, - "2351": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "2352": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "__object" - }, - "2353": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "product" - }, - "2354": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "2355": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "__object" - }, - "2356": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "product" - }, - "2357": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "2358": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "__object" - }, - "2359": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "product" - }, - "2360": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "2361": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "useAdminProductTagUsage" - }, - "2362": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", - "qualifiedName": "useAdminProductTagUsage" - }, - "2363": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2631": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "options" }, - "2364": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2632": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2365": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "tags" - }, - "2366": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type" - }, - "2367": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type.usage_count" + "2633": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rate" }, - "2368": { + "2634": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2369": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2635": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2370": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "tags" - }, - "2371": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type" - }, - "2372": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type.usage_count" + "2636": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rate" }, - "2373": { + "2637": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2374": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2638": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2375": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "tags" - }, - "2376": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type" - }, - "2377": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type.usage_count" + "2639": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rate" }, - "2378": { + "2640": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2379": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/queries.ts", + "2641": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", "qualifiedName": "__object" }, - "2380": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "tags" - }, - "2381": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type" - }, - "2382": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/products/index.d.ts", - "qualifiedName": "__type.usage_count" + "2642": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", + "qualifiedName": "tax_rate" }, - "2383": { + "2643": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2384": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminCreateProduct" + "2644": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateTaxRate" }, - "2385": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminCreateProduct" + "2645": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateTaxRate" }, - "2386": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "2646": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "options" }, - "2387": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminUpdateProduct" + "2647": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminUpdateTaxRate" }, - "2388": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminUpdateProduct" + "2648": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminUpdateTaxRate" }, - "2389": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "2649": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "id" }, - "2390": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "2650": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "options" }, - "2391": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminDeleteProduct" + "2651": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteTaxRate" }, - "2392": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminDeleteProduct" + "2652": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteTaxRate" }, - "2393": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "2653": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "id" }, - "2394": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "options" - }, - "2395": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminCreateVariant" - }, - "2396": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminCreateVariant" - }, - "2397": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "productId" - }, - "2398": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "options" - }, - "2399": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "AdminUpdateVariantReq" - }, - "2400": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "__type" - }, - "2401": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "__type.variant_id" - }, - "2402": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminUpdateVariant" - }, - "2403": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminUpdateVariant" - }, - "2404": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "productId" - }, - "2405": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "options" - }, - "2406": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminDeleteVariant" - }, - "2407": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminDeleteVariant" - }, - "2408": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "productId" - }, - "2409": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "options" - }, - "2410": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminCreateProductOption" - }, - "2411": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminCreateProductOption" - }, - "2412": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "productId" - }, - "2413": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "options" - }, - "2414": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "AdminUpdateProductOptionReq" - }, - "2415": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "__type" - }, - "2416": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "__type.option_id" - }, - "2417": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminUpdateProductOption" - }, - "2418": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminUpdateProductOption" - }, - "2419": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "productId" - }, - "2420": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "options" - }, - "2421": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminDeleteProductOption" - }, - "2422": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "useAdminDeleteProductOption" - }, - "2423": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", - "qualifiedName": "productId" - }, - "2424": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/products/mutations.ts", + "2654": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "options" }, - "2425": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "adminPublishableApiKeysKeys" - }, - "2426": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object" - }, - "2427": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object.detailSalesChannels" + "2655": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateProductTaxRates" }, - "2428": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object.detailSalesChannels" + "2656": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateProductTaxRates" }, - "2429": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2657": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "id" }, - "2430": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "query" - }, - "2431": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.all" - }, - "2432": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.lists" - }, - "2433": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2658": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "options" }, - "2434": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2659": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteProductTaxRates" }, - "2435": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.list" + "2660": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteProductTaxRates" }, - "2436": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2661": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "id" }, - "2437": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2662": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "options" }, - "2438": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "query" + "2663": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateProductTypeTaxRates" }, - "2439": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2664": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateProductTypeTaxRates" }, - "2440": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "2665": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "id" }, - "2441": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.details" + "2666": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "options" }, - "2442": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2667": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteProductTypeTaxRates" }, - "2443": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2668": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteProductTypeTaxRates" }, - "2444": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.detail" + "2669": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "id" }, - "2445": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2670": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "options" }, - "2446": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2671": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateShippingTaxRates" }, - "2447": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "2672": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminCreateShippingTaxRates" + }, + "2673": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "id" }, - "2448": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "useAdminPublishableApiKey" + "2674": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "options" }, - "2449": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "useAdminPublishableApiKey" + "2675": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteShippingTaxRates" }, - "2450": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2676": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "qualifiedName": "useAdminDeleteShippingTaxRates" + }, + "2677": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "id" }, - "2451": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2678": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", "qualifiedName": "options" }, - "2452": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object" + "2679": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminUploadFile" }, - "2453": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_key" + "2680": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminUploadFile" }, - "2454": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2681": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "options" }, - "2455": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object" + "2682": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminUploadProtectedFile" }, - "2456": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_key" + "2683": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminUploadProtectedFile" }, - "2457": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2684": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "options" }, - "2458": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object" + "2685": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminCreatePresignedDownloadUrl" }, - "2459": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_key" + "2686": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminCreatePresignedDownloadUrl" }, - "2460": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2687": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "options" }, - "2461": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "__object" + "2688": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminDeleteFile" }, - "2462": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_key" + "2689": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "useAdminDeleteFile" }, - "2463": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2690": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", + "qualifiedName": "options" }, - "2464": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "useAdminPublishableApiKeys" + "2691": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "qualifiedName": "adminUserKeys" }, - "2465": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "useAdminPublishableApiKeys" + "2692": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "qualifiedName": "useAdminUsers" }, - "2466": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2693": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "qualifiedName": "useAdminUsers" + }, + "2694": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "query" }, - "2467": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2695": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "options" }, - "2468": { + "2696": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "2469": { + "2697": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "2470": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2698": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2471": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2699": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2472": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2700": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2473": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2701": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2474": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_keys" + "2702": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "users" }, - "2475": { + "2703": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2476": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2704": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2477": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2705": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2478": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2706": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2479": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2707": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2480": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_keys" + "2708": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "users" }, - "2481": { + "2709": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2482": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2710": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2483": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2711": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2484": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2712": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2485": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2713": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2486": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_keys" + "2714": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "users" }, - "2487": { + "2715": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2488": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2716": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2489": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2717": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "limit" }, - "2490": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2718": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "offset" }, - "2491": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "2719": { + "sourceFileName": "../../../packages/types/src/common/common.ts", "qualifiedName": "count" }, - "2492": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "publishable_api_keys" + "2720": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "users" }, - "2493": { + "2721": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2494": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "useAdminPublishableApiKeySalesChannels" + "2722": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "qualifiedName": "useAdminUser" }, - "2495": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "useAdminPublishableApiKeySalesChannels" + "2723": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "qualifiedName": "useAdminUser" }, - "2496": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2724": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "id" }, - "2497": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", - "qualifiedName": "query" - }, - "2498": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2725": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "options" }, - "2499": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2726": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2500": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "sales_channels" + "2727": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "user" }, - "2501": { + "2728": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2502": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2729": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2503": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "sales_channels" + "2730": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "user" }, - "2504": { + "2731": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2505": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2732": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2506": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "sales_channels" + "2733": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "user" }, - "2507": { + "2734": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2508": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/queries.ts", + "2735": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", "qualifiedName": "__object" }, - "2509": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/publishable-api-keys/index.d.ts", - "qualifiedName": "sales_channels" + "2736": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", + "qualifiedName": "user" }, - "2510": { + "2737": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2511": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminCreatePublishableApiKey" - }, - "2512": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminCreatePublishableApiKey" - }, - "2513": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "options" - }, - "2514": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminUpdatePublishableApiKey" - }, - "2515": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminUpdatePublishableApiKey" + "2738": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminCreateUser" }, - "2516": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "id" + "2739": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminCreateUser" }, - "2517": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2740": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "options" }, - "2518": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminDeletePublishableApiKey" + "2741": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminUpdateUser" }, - "2519": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminDeletePublishableApiKey" + "2742": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminUpdateUser" }, - "2520": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2743": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "id" }, - "2521": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2744": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "options" }, - "2522": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminRevokePublishableApiKey" + "2745": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminDeleteUser" }, - "2523": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminRevokePublishableApiKey" + "2746": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminDeleteUser" }, - "2524": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2747": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "id" }, - "2525": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2748": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "options" }, - "2526": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminAddPublishableKeySalesChannelsBatch" - }, - "2527": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminAddPublishableKeySalesChannelsBatch" + "2749": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminResetPassword" }, - "2528": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "id" + "2750": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminResetPassword" }, - "2529": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2751": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "options" }, - "2530": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminRemovePublishableKeySalesChannelsBatch" - }, - "2531": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "useAdminRemovePublishableKeySalesChannelsBatch" + "2752": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminSendResetPasswordToken" }, - "2532": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", - "qualifiedName": "id" + "2753": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "qualifiedName": "useAdminSendResetPasswordToken" }, - "2533": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/publishable-api-keys/mutations.ts", + "2754": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", "qualifiedName": "options" }, - "2534": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "adminRegionKeys" + "2755": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "adminVariantKeys" }, - "2535": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "useAdminRegions" + "2756": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "useAdminVariants" }, - "2536": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "useAdminRegions" + "2757": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "useAdminVariants" }, - "2537": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2758": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "query" }, - "2538": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2759": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "options" }, - "2539": { + "2760": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "2540": { + "2761": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "2541": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2762": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2542": { + "2763": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2543": { + "2764": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2544": { + "2765": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2545": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "regions" + "2766": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variants" }, - "2546": { + "2767": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2547": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2768": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2548": { + "2769": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2549": { + "2770": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2550": { + "2771": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2551": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "regions" + "2772": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variants" }, - "2552": { + "2773": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2553": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2774": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2554": { + "2775": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2555": { + "2776": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2556": { + "2777": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2557": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "regions" + "2778": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variants" }, - "2558": { + "2779": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2559": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2780": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2560": { + "2781": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2561": { + "2782": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2562": { + "2783": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2563": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "regions" + "2784": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variants" }, - "2564": { + "2785": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2565": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "useAdminRegion" + "2786": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "useAdminVariant" }, - "2566": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "useAdminRegion" + "2787": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "useAdminVariant" }, - "2567": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2788": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "id" }, - "2568": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2789": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "query" + }, + "2790": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "options" }, - "2569": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2791": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2570": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "region" + "2792": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variant" }, - "2571": { + "2793": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2572": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2794": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2573": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "region" + "2795": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variant" }, - "2574": { + "2796": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2575": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2797": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2576": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "region" + "2798": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variant" }, - "2577": { + "2799": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2578": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2800": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2579": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "region" + "2801": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", + "qualifiedName": "variant" }, - "2580": { + "2802": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2581": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "useAdminRegionFulfillmentOptions" + "2803": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "useAdminVariantsInventory" }, - "2582": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "useAdminRegionFulfillmentOptions" + "2804": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "useAdminVariantsInventory" }, - "2583": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", - "qualifiedName": "regionId" + "2805": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "qualifiedName": "id" }, - "2584": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2806": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "options" }, - "2585": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2807": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2586": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "fulfillment_options" + "2808": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", + "qualifiedName": "variant" }, - "2587": { + "2809": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2588": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2810": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2589": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "fulfillment_options" + "2811": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", + "qualifiedName": "variant" }, - "2590": { + "2812": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2591": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2813": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2592": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "fulfillment_options" + "2814": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", + "qualifiedName": "variant" }, - "2593": { + "2815": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2594": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/queries.ts", + "2816": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", "qualifiedName": "__object" }, - "2595": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/regions/index.d.ts", - "qualifiedName": "fulfillment_options" + "2817": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", + "qualifiedName": "variant" }, - "2596": { + "2818": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2597": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminCreateRegion" - }, - "2598": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminCreateRegion" - }, - "2599": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2600": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminUpdateRegion" - }, - "2601": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminUpdateRegion" - }, - "2602": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2603": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2604": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminDeleteRegion" - }, - "2605": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminDeleteRegion" - }, - "2606": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2607": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2608": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionAddCountry" - }, - "2609": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionAddCountry" - }, - "2610": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2611": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2612": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionRemoveCountry" - }, - "2613": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionRemoveCountry" - }, - "2614": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2615": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2616": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionAddFulfillmentProvider" - }, - "2617": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionAddFulfillmentProvider" - }, - "2618": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2619": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2620": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionDeleteFulfillmentProvider" - }, - "2621": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionDeleteFulfillmentProvider" - }, - "2622": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2623": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2624": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionAddPaymentProvider" - }, - "2625": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionAddPaymentProvider" - }, - "2626": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2627": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2628": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionDeletePaymentProvider" - }, - "2629": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "useAdminRegionDeletePaymentProvider" - }, - "2630": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "id" - }, - "2631": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/regions/mutations.ts", - "qualifiedName": "options" - }, - "2632": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "useAdminCreateReservation" - }, - "2633": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "useAdminCreateReservation" - }, - "2634": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "options" - }, - "2635": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "useAdminUpdateReservation" - }, - "2636": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "useAdminUpdateReservation" - }, - "2637": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "id" - }, - "2638": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "options" + "2819": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "qualifiedName": "cartKeys" }, - "2639": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "useAdminDeleteReservation" + "2820": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "qualifiedName": "useGetCart" }, - "2640": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", - "qualifiedName": "useAdminDeleteReservation" + "2821": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "qualifiedName": "useGetCart" }, - "2641": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "2822": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", "qualifiedName": "id" }, - "2642": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/mutations.ts", + "2823": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", "qualifiedName": "options" }, - "2643": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "adminReservationsKeys" - }, - "2644": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "useAdminReservations" + "2824": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "qualifiedName": "__object" }, - "2645": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "useAdminReservations" + "2825": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", + "qualifiedName": "cart" }, - "2646": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "query" + "2826": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2647": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "options" + "2827": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "qualifiedName": "__object" }, - "2648": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "2828": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", + "qualifiedName": "cart" }, - "2649": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "2829": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2650": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", + "2830": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", "qualifiedName": "__object" }, - "2651": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2831": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", + "qualifiedName": "cart" }, - "2652": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2832": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2653": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2833": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/queries.ts", + "qualifiedName": "__object" }, - "2654": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservations" + "2834": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/carts/index.d.ts", + "qualifiedName": "cart" }, - "2655": { + "2835": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2656": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2836": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "CreateCartReq" }, - "2657": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2837": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useCreateCart" }, - "2658": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2838": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useCreateCart" }, - "2659": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2839": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2660": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservations" + "2840": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useUpdateCart" }, - "2661": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2841": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useUpdateCart" }, - "2662": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2842": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2663": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2843": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2664": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2844": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useCompleteCart" }, - "2665": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2845": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useCompleteCart" }, - "2666": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservations" + "2846": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2667": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2847": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2668": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2848": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useCreatePaymentSession" }, - "2669": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "2849": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useCreatePaymentSession" }, - "2670": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "2850": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2671": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "2851": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2672": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservations" + "2852": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "UpdatePaymentSessionReq" }, - "2673": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2853": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "__type" }, - "2674": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "useAdminReservation" + "2854": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "__type.provider_id" }, - "2675": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "useAdminReservation" + "2855": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useUpdatePaymentSession" }, - "2676": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "id" + "2856": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useUpdatePaymentSession" }, - "2677": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "options" + "2857": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2678": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2858": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2679": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservation" + "2859": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "RefreshPaymentSessionMutationData" }, - "2680": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2860": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "__type" }, - "2681": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2861": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "__type.provider_id" }, - "2682": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservation" + "2862": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useRefreshPaymentSession" }, - "2683": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2863": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useRefreshPaymentSession" }, - "2684": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2864": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2685": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservation" + "2865": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2686": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2866": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useSetPaymentSession" }, - "2687": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/reservations/queries.ts", - "qualifiedName": "__object" + "2867": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useSetPaymentSession" }, - "2688": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/reservations/index.d.ts", - "qualifiedName": "reservation" + "2868": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2689": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2869": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2690": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "adminReturnReasonKeys" + "2870": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useAddShippingMethodToCart" }, - "2691": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "useAdminReturnReasons" + "2871": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useAddShippingMethodToCart" }, - "2692": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "useAdminReturnReasons" + "2872": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2693": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2873": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", "qualifiedName": "options" }, - "2694": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "__object" - }, - "2695": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" + "2874": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "DeletePaymentSessionMutationData" }, - "2696": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2875": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "__type" }, - "2697": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "__object" + "2876": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "__type.provider_id" }, - "2698": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" + "2877": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useDeletePaymentSession" }, - "2699": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2878": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useDeletePaymentSession" }, - "2700": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "__object" + "2879": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "cartId" }, - "2701": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" + "2880": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2702": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2881": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useStartCheckout" }, - "2703": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "__object" + "2882": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "useStartCheckout" }, - "2704": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reasons" + "2883": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/carts/mutations.ts", + "qualifiedName": "options" }, - "2705": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2884": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "qualifiedName": "collectionKeys" }, - "2706": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "useAdminReturnReason" + "2885": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "qualifiedName": "useCollection" }, - "2707": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", - "qualifiedName": "useAdminReturnReason" + "2886": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "qualifiedName": "useCollection" }, - "2708": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2887": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "id" }, - "2709": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2888": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "options" }, - "2710": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2889": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2711": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "2890": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collection" }, - "2712": { + "2891": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2713": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2892": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2714": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "2893": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collection" }, - "2715": { + "2894": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2716": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2895": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2717": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "2896": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collection" }, - "2718": { + "2897": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2719": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/queries.ts", + "2898": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2720": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/return-reasons/index.d.ts", - "qualifiedName": "return_reason" + "2899": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collection" }, - "2721": { + "2900": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2722": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "useAdminCreateReturnReason" - }, - "2723": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "useAdminCreateReturnReason" - }, - "2724": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "options" - }, - "2725": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "useAdminUpdateReturnReason" - }, - "2726": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "useAdminUpdateReturnReason" - }, - "2727": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "id" - }, - "2728": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "options" - }, - "2729": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "useAdminDeleteReturnReason" + "2901": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "qualifiedName": "useCollections" }, - "2730": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "useAdminDeleteReturnReason" + "2902": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "qualifiedName": "useCollections" }, - "2731": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", - "qualifiedName": "id" + "2903": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", + "qualifiedName": "query" }, - "2732": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/return-reasons/mutations.ts", + "2904": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "options" }, - "2733": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", - "qualifiedName": "adminReturnKeys" - }, - "2734": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", - "qualifiedName": "useAdminReturns" - }, - "2735": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", - "qualifiedName": "useAdminReturns" + "2905": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2736": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", - "qualifiedName": "options" + "2906": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "2737": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "2907": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2738": { + "2908": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2739": { + "2909": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2740": { + "2910": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2741": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", - "qualifiedName": "returns" + "2911": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collections" }, - "2742": { + "2912": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2743": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "2913": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2744": { + "2914": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2745": { + "2915": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2746": { + "2916": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2747": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", - "qualifiedName": "returns" + "2917": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collections" }, - "2748": { + "2918": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2749": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "2919": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2750": { + "2920": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2751": { + "2921": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2752": { + "2922": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2753": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", - "qualifiedName": "returns" + "2923": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collections" }, - "2754": { + "2924": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2755": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/queries.ts", + "2925": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/collections/queries.ts", "qualifiedName": "__object" }, - "2756": { + "2926": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2757": { + "2927": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2758": { + "2928": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2759": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/returns/index.d.ts", - "qualifiedName": "returns" + "2929": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/collections/index.d.ts", + "qualifiedName": "collections" + }, + "2930": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "2931": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "customerKeys" + }, + "2932": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "__object" + }, + "2933": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "__object.orders" + }, + "2934": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "__function" + }, + "2935": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "__function" + }, + "2936": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "id" + }, + "2937": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" + }, + "2938": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" + }, + "2939": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" + }, + "2940": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2760": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "2941": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "2761": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "useAdminReceiveReturn" + "2942": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2762": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "useAdminReceiveReturn" + "2943": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2763": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "id" + "2944": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "2764": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "options" + "2945": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2765": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "useAdminCancelReturn" + "2946": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "2766": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "useAdminCancelReturn" + "2947": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "2767": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "id" + "2948": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2768": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/returns/mutations.ts", - "qualifiedName": "options" + "2949": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2769": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", - "qualifiedName": "adminSalesChannelsKeys" + "2950": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "2770": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", - "qualifiedName": "useAdminSalesChannel" + "2951": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2771": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", - "qualifiedName": "useAdminSalesChannel" + "2952": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2772": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2953": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "id" }, - "2773": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2954": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "useMeCustomer" + }, + "2955": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "useMeCustomer" + }, + "2956": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "options" }, - "2774": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2957": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2775": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channel" + "2958": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "customer" }, - "2776": { + "2959": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2777": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2960": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2778": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channel" + "2961": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "customer" }, - "2779": { + "2962": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2780": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2963": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2781": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channel" + "2964": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "customer" }, - "2782": { + "2965": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2783": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2966": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2784": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channel" + "2967": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "customer" }, - "2785": { + "2968": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2786": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", - "qualifiedName": "useAdminSalesChannels" + "2969": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "useCustomerOrders" }, - "2787": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", - "qualifiedName": "useAdminSalesChannels" + "2970": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", + "qualifiedName": "useCustomerOrders" }, - "2788": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2971": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "query" }, - "2789": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2972": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "options" }, - "2790": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "2791": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "2792": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2973": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2793": { + "2974": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2794": { + "2975": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2795": { + "2976": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2796": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channels" + "2977": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "orders" }, - "2797": { + "2978": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2798": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2979": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2799": { + "2980": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2800": { + "2981": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2801": { + "2982": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2802": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channels" + "2983": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "orders" }, - "2803": { + "2984": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2804": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2985": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2805": { + "2986": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2806": { + "2987": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2807": { + "2988": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2808": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channels" + "2989": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "orders" }, - "2809": { + "2990": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2810": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/queries.ts", + "2991": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/queries.ts", "qualifiedName": "__object" }, - "2811": { + "2992": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "2812": { + "2993": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "2813": { + "2994": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "2814": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/sales-channels/index.d.ts", - "qualifiedName": "sales_channels" + "2995": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/customers/index.d.ts", + "qualifiedName": "orders" }, - "2815": { + "2996": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2816": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminCreateSalesChannel" + "2997": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "useCreateCustomer" }, - "2817": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminCreateSalesChannel" + "2998": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "useCreateCustomer" }, - "2818": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "2999": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", "qualifiedName": "options" }, - "2819": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminUpdateSalesChannel" - }, - "2820": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminUpdateSalesChannel" - }, - "2821": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "id" + "3000": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "UpdateMeReq" }, - "2822": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "options" + "3001": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "__type" }, - "2823": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminDeleteSalesChannel" + "3002": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "__type.id" }, - "2824": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminDeleteSalesChannel" + "3003": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "useUpdateMe" }, - "2825": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "id" + "3004": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", + "qualifiedName": "useUpdateMe" }, - "2826": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "3005": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/customers/mutations.ts", "qualifiedName": "options" }, - "2827": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminDeleteProductsFromSalesChannel" - }, - "2828": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminDeleteProductsFromSalesChannel" - }, - "2829": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "id" - }, - "2830": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "options" + "3006": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "qualifiedName": "giftCardKeys" }, - "2831": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminAddProductsToSalesChannel" + "3007": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "qualifiedName": "useGiftCard" }, - "2832": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminAddProductsToSalesChannel" + "3008": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "qualifiedName": "useGiftCard" }, - "2833": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "3009": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", "qualifiedName": "id" }, - "2834": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "options" - }, - "2835": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminAddLocationToSalesChannel" - }, - "2836": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminAddLocationToSalesChannel" - }, - "2837": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "options" - }, - "2838": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type" - }, - "2839": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "2840": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.location_id" - }, - "2841": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type" - }, - "2842": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "2843": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.location_id" - }, - "2844": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminRemoveLocationFromSalesChannel" - }, - "2845": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "useAdminRemoveLocationFromSalesChannel" - }, - "2846": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", + "3010": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", "qualifiedName": "options" }, - "2847": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type" - }, - "2848": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "2849": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.location_id" - }, - "2850": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type" - }, - "2851": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.sales_channel_id" - }, - "2852": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/sales-channels/mutations.ts", - "qualifiedName": "__type.location_id" - }, - "2853": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "adminShippingOptionKeys" - }, - "2854": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "useAdminShippingOptions" + "3011": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "qualifiedName": "__object" }, - "2855": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "useAdminShippingOptions" + "3012": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "qualifiedName": "gift_card" }, - "2856": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "query" + "3013": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2857": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "options" + "3014": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "qualifiedName": "__object" }, - "2858": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" + "3015": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "qualifiedName": "gift_card" }, - "2859": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" + "3016": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2860": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3017": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", "qualifiedName": "__object" }, - "2861": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "3018": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "qualifiedName": "gift_card" }, - "2862": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "3019": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2863": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "3020": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/gift-cards/queries.ts", + "qualifiedName": "__object" }, - "2864": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "3021": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/gift-cards/index.d.ts", + "qualifiedName": "gift_card" }, - "2865": { + "3022": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2866": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "__object" + "3023": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "useCreateLineItem" }, - "2867": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "3024": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "useCreateLineItem" }, - "2868": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "3025": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "cartId" }, - "2869": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "3026": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "options" + }, + "3027": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "UpdateLineItemReq" + }, + "3028": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "__type" }, - "2870": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "3029": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "__type.lineId" }, - "2871": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3030": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "useUpdateLineItem" }, - "2872": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "__object" + "3031": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "useUpdateLineItem" }, - "2873": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "3032": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "cartId" }, - "2874": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "3033": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "options" }, - "2875": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "3034": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "useDeleteLineItem" }, - "2876": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "3035": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "useDeleteLineItem" }, - "2877": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3036": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "cartId" }, - "2878": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "__object" + "3037": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "options" }, - "2879": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" + "3038": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "__type" }, - "2880": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" + "3039": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "__type.lineId" }, - "2881": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" + "3040": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "__type" }, - "2882": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_options" + "3041": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/line-items/mutations.ts", + "qualifiedName": "__type.lineId" }, - "2883": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3042": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", + "qualifiedName": "orderEditQueryKeys" }, - "2884": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "useAdminShippingOption" + "3043": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", + "qualifiedName": "useOrderEdit" }, - "2885": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", - "qualifiedName": "useAdminShippingOption" + "3044": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", + "qualifiedName": "useOrderEdit" }, - "2886": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3045": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", "qualifiedName": "id" }, - "2887": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3046": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", "qualifiedName": "options" }, - "2888": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3047": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", "qualifiedName": "__object" }, - "2889": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_option" + "3048": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "2890": { + "3049": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2891": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3050": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", "qualifiedName": "__object" }, - "2892": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_option" + "3051": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "2893": { + "3052": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2894": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3053": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", "qualifiedName": "__object" }, - "2895": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_option" + "3054": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "2896": { + "3055": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2897": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/queries.ts", + "3056": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/queries.ts", "qualifiedName": "__object" }, - "2898": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-options/index.d.ts", - "qualifiedName": "shipping_option" + "3057": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/order-edits/index.d.ts", + "qualifiedName": "order_edit" }, - "2899": { + "3058": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2900": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "useAdminCreateShippingOption" + "3059": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "qualifiedName": "useDeclineOrderEdit" }, - "2901": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "useAdminCreateShippingOption" + "3060": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "qualifiedName": "useDeclineOrderEdit" }, - "2902": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "3061": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "qualifiedName": "id" + }, + "3062": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", "qualifiedName": "options" }, - "2903": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "useAdminUpdateShippingOption" + "3063": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "qualifiedName": "useCompleteOrderEdit" }, - "2904": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "useAdminUpdateShippingOption" + "3064": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", + "qualifiedName": "useCompleteOrderEdit" }, - "2905": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "3065": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", "qualifiedName": "id" }, - "2906": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", + "3066": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/order-edits/mutations.ts", "qualifiedName": "options" }, - "2907": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "useAdminDeleteShippingOption" + "3067": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "orderKeys" }, - "2908": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "useAdminDeleteShippingOption" + "3068": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2909": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "id" + "3069": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object.cart" }, - "2910": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-options/mutations.ts", - "qualifiedName": "options" + "3070": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__function" }, - "2911": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "adminShippingProfileKeys" + "3071": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__function" }, - "2912": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "useAdminShippingProfiles" + "3072": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "cartId" }, - "2913": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "useAdminShippingProfiles" + "3073": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" }, - "2914": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "options" + "3074": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" }, - "2915": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "__object" + "3075": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2916": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profiles" + "3076": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2917": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3077": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "2918": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "__object" + "3078": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2919": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profiles" + "3079": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2920": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3080": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "2921": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "__object" + "3081": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2922": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profiles" + "3082": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "2923": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3083": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "2924": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "__object" + "3084": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2925": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profiles" + "3085": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2926": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3086": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "2927": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "useAdminShippingProfile" + "3087": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2928": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", - "qualifiedName": "useAdminShippingProfile" + "3088": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "2929": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "3089": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "id" }, - "2930": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "3090": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "useOrder" + }, + "3091": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "useOrder" + }, + "3092": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "id" + }, + "3093": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "options" }, - "2931": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "3094": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "__object" }, - "2932": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profile" + "3095": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2933": { + "3096": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2934": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "3097": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "__object" }, - "2935": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profile" + "3098": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2936": { + "3099": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2937": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "3100": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "__object" }, - "2938": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profile" + "3101": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2939": { + "3102": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2940": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/queries.ts", + "3103": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "__object" }, - "2941": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/shipping-profiles/index.d.ts", - "qualifiedName": "shipping_profile" + "3104": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2942": { + "3105": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2943": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "useAdminCreateShippingProfile" + "3106": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "useCartOrder" }, - "2944": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "useAdminCreateShippingProfile" + "3107": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "useCartOrder" }, - "2945": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", + "3108": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "cartId" + }, + "3109": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "options" }, - "2946": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "useAdminUpdateShippingProfile" + "3110": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2947": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "useAdminUpdateShippingProfile" + "3111": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2948": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "id" + "3112": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2949": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "options" + "3113": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2950": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "useAdminDeleteShippingProfile" + "3114": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2951": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "useAdminDeleteShippingProfile" + "3115": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2952": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "id" + "3116": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2953": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/shipping-profiles/mutations.ts", - "qualifiedName": "options" + "3117": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2954": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "adminStockLocationsKeys" + "3118": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2955": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "useAdminStockLocations" + "3119": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2956": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "useAdminStockLocations" + "3120": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2957": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3121": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" + }, + "3122": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "useOrders" + }, + "3123": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "useOrders" + }, + "3124": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "query" }, - "2958": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3125": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "options" }, - "2959": { + "3126": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "2960": { + "3127": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "2961": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3128": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "__object" }, - "2962": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "3129": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2963": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "3130": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2964": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "3131": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2965": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_locations" + "3132": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2966": { + "3133": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2967": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3134": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", "qualifiedName": "__object" }, - "2968": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "3135": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2969": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "3136": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "2970": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "3137": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/queries.ts", + "qualifiedName": "__object" }, - "2971": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_locations" + "3138": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/orders/index.d.ts", + "qualifiedName": "order" }, - "2972": { + "3139": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2973": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "__object" + "3140": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "qualifiedName": "useRequestOrderAccess" }, - "2974": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "3141": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "qualifiedName": "useRequestOrderAccess" }, - "2975": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "3142": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "qualifiedName": "options" }, - "2976": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "3143": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "__type" }, - "2977": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_locations" + "3144": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "__type.response" }, - "2978": { + "3145": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "qualifiedName": "__type" }, - "2979": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "__object" + "3146": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "__type.response" }, - "2980": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" + "3147": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "qualifiedName": "useGrantOrderAccess" }, - "2981": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" + "3148": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "qualifiedName": "useGrantOrderAccess" }, - "2982": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" + "3149": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/orders/mutations.ts", + "qualifiedName": "options" }, - "2983": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_locations" + "3150": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "__type" }, - "2984": { + "3151": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "qualifiedName": "__type.response" }, - "2985": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "useAdminStockLocation" + "3152": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "__type" }, - "2986": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", - "qualifiedName": "useAdminStockLocation" + "3153": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "__type.response" }, - "2987": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3154": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "qualifiedName": "paymentCollectionQueryKeys" + }, + "3155": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "qualifiedName": "usePaymentCollection" + }, + "3156": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", + "qualifiedName": "usePaymentCollection" + }, + "3157": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", "qualifiedName": "id" }, - "2988": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3158": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", "qualifiedName": "options" }, - "2989": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3159": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", "qualifiedName": "__object" }, - "2990": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_location" + "3160": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "2991": { + "3161": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2992": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3162": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", "qualifiedName": "__object" }, - "2993": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_location" + "3163": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "2994": { + "3164": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2995": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3165": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", "qualifiedName": "__object" }, - "2996": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_location" + "3166": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "2997": { + "3167": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "2998": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/queries.ts", + "3168": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/queries.ts", "qualifiedName": "__object" }, - "2999": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/stock-locations/index.d.ts", - "qualifiedName": "stock_location" + "3169": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/payment-collections/index.d.ts", + "qualifiedName": "payment_collection" }, - "3000": { + "3170": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3001": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", - "qualifiedName": "useAdminCreateStockLocation" + "3171": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useManageMultiplePaymentSessions" }, - "3002": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", - "qualifiedName": "useAdminCreateStockLocation" + "3172": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useManageMultiplePaymentSessions" }, - "3003": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "3173": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "id" + }, + "3174": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", "qualifiedName": "options" }, - "3004": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", - "qualifiedName": "useAdminUpdateStockLocation" + "3175": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useManagePaymentSession" }, - "3005": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", - "qualifiedName": "useAdminUpdateStockLocation" + "3176": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useManagePaymentSession" }, - "3006": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "3177": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", "qualifiedName": "id" }, - "3007": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "3178": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", "qualifiedName": "options" }, - "3008": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", - "qualifiedName": "useAdminDeleteStockLocation" + "3179": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useAuthorizePaymentSession" }, - "3009": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", - "qualifiedName": "useAdminDeleteStockLocation" + "3180": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useAuthorizePaymentSession" }, - "3010": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "3181": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", "qualifiedName": "id" }, - "3011": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/stock-locations/mutations.ts", + "3182": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", "qualifiedName": "options" }, - "3012": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "adminStoreKeys" + "3183": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useAuthorizePaymentSessionsBatch" }, - "3013": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "useAdminStorePaymentProviders" + "3184": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "useAuthorizePaymentSessionsBatch" }, - "3014": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "useAdminStorePaymentProviders" + "3185": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "id" }, - "3015": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "3186": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", "qualifiedName": "options" }, - "3016": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" - }, - "3017": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "payment_providers" + "3187": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "usePaymentCollectionRefreshPaymentSession" }, - "3018": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3188": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "usePaymentCollectionRefreshPaymentSession" }, - "3019": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3189": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "id" }, - "3020": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "payment_providers" + "3190": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/payment-collections/mutations.ts", + "qualifiedName": "options" }, - "3021": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3191": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "storeProductCategoryKeys" }, - "3022": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3192": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "useProductCategories" }, - "3023": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "payment_providers" + "3193": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "useProductCategories" }, - "3024": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3194": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "query" }, - "3025": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3195": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "options" }, - "3026": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "payment_providers" + "3196": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3027": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3197": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "3028": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "useAdminStoreTaxProviders" + "3198": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "__object" }, - "3029": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "useAdminStoreTaxProviders" + "3199": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3030": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "options" + "3200": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3031": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3201": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3032": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "tax_providers" + "3202": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "3033": { + "3203": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3034": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "3204": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", "qualifiedName": "__object" }, - "3035": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "tax_providers" + "3205": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3036": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3206": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3037": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3207": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3038": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "tax_providers" + "3208": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "3039": { + "3209": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3040": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "3210": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", "qualifiedName": "__object" }, - "3041": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "tax_providers" + "3211": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3042": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3212": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3043": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "useAdminStore" + "3213": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3044": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "useAdminStore" + "3214": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "3045": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "options" + "3215": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3046": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "3216": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", "qualifiedName": "__object" }, - "3047": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "store" + "3217": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3048": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3218": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3049": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3219": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3050": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "store" + "3220": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_categories" }, - "3051": { + "3221": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3052": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", - "qualifiedName": "__object" + "3222": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "useProductCategory" }, - "3053": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "store" + "3223": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "useProductCategory" }, - "3054": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3224": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "id" }, - "3055": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/queries.ts", + "3225": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "query" + }, + "3226": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "options" + }, + "3227": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", "qualifiedName": "__object" }, - "3056": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/store/index.d.ts", - "qualifiedName": "store" + "3228": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "3057": { + "3229": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3058": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "useAdminUpdateStore" + "3230": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "__object" }, - "3059": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "useAdminUpdateStore" + "3231": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "3060": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "options" + "3232": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3061": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "useAdminAddStoreCurrency" + "3233": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "__object" }, - "3062": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "useAdminAddStoreCurrency" + "3234": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "3063": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "options" + "3235": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3064": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "useAdminDeleteStoreCurrency" + "3236": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-categories/queries.ts", + "qualifiedName": "__object" }, - "3065": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "useAdminDeleteStoreCurrency" + "3237": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-categories/index.d.ts", + "qualifiedName": "product_category" }, - "3066": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/store/mutations.ts", - "qualifiedName": "options" + "3238": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3067": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "adminSwapKeys" + "3239": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "qualifiedName": "productTagKeys" }, - "3068": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "useAdminSwaps" + "3240": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "qualifiedName": "useProductTags" }, - "3069": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "useAdminSwaps" + "3241": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", + "qualifiedName": "useProductTags" }, - "3070": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3242": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", "qualifiedName": "query" }, - "3071": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3243": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", "qualifiedName": "options" }, - "3072": { + "3244": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "3073": { + "3245": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "3074": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3246": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", "qualifiedName": "__object" }, - "3075": { + "3247": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3076": { + "3248": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3077": { + "3249": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3078": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swaps" + "3250": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "3079": { + "3251": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3080": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3252": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", "qualifiedName": "__object" }, - "3081": { + "3253": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3082": { + "3254": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3083": { + "3255": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3084": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swaps" + "3256": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "3085": { + "3257": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3086": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3258": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", "qualifiedName": "__object" }, - "3087": { + "3259": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3088": { + "3260": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3089": { + "3261": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3090": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swaps" + "3262": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "3091": { + "3263": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3092": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3264": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-tags/queries.ts", "qualifiedName": "__object" }, - "3093": { + "3265": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3094": { + "3266": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3095": { + "3267": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3096": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swaps" + "3268": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-tags/index.d.ts", + "qualifiedName": "product_tags" }, - "3097": { + "3269": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3098": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "useAdminSwap" + "3270": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "productTypeKeys" }, - "3099": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "useAdminSwap" + "3271": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "useProductTypes" }, - "3100": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "id" + "3272": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "useProductTypes" }, - "3101": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "options" + "3273": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "query" }, - "3102": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "__object" + "3274": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "options" }, - "3103": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swap" + "3275": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3104": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3276": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "3105": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3277": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", "qualifiedName": "__object" }, - "3106": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swap" + "3278": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3107": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" + "3279": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3108": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", - "qualifiedName": "__object" + "3280": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3109": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swap" + "3281": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", + "qualifiedName": "product_types" }, - "3110": { + "3282": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3111": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/queries.ts", + "3283": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", "qualifiedName": "__object" }, - "3112": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/swaps/index.d.ts", - "qualifiedName": "swap" - }, - "3113": { - "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", - "qualifiedName": "response" - }, - "3114": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCreateSwap" - }, - "3115": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCreateSwap" - }, - "3116": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "orderId" - }, - "3117": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "options" - }, - "3118": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCancelSwap" - }, - "3119": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCancelSwap" - }, - "3120": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "orderId" - }, - "3121": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "options" - }, - "3122": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "AdminFulfillSwapReq" - }, - "3123": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type" - }, - "3124": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.swap_id" - }, - "3125": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminFulfillSwap" - }, - "3126": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminFulfillSwap" - }, - "3127": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "orderId" - }, - "3128": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "options" - }, - "3129": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "AdminCreateSwapShipmentReq" - }, - "3130": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type" - }, - "3131": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.swap_id" - }, - "3132": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCreateSwapShipment" - }, - "3133": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCreateSwapShipment" - }, - "3134": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "orderId" - }, - "3135": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "options" - }, - "3136": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminProcessSwapPayment" - }, - "3137": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminProcessSwapPayment" + "3284": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3138": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "orderId" + "3285": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3139": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "options" + "3286": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3140": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "AdminCancelSwapFulfillmentReq" + "3287": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", + "qualifiedName": "product_types" }, - "3141": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type" + "3288": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3142": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.swap_id" + "3289": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "__object" }, - "3143": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.fulfillment_id" + "3290": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3144": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCancelSwapFulfillment" + "3291": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3145": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "useAdminCancelSwapFulfillment" + "3292": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3146": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "orderId" + "3293": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", + "qualifiedName": "product_types" }, - "3147": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "options" + "3294": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3148": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type" + "3295": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/product-types/queries.ts", + "qualifiedName": "__object" }, - "3149": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.swap_id" + "3296": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "limit" }, - "3150": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.fulfillment_id" + "3297": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "offset" }, - "3151": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type" + "3298": { + "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", + "qualifiedName": "count" }, - "3152": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.swap_id" + "3299": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/product-types/index.d.ts", + "qualifiedName": "product_types" }, - "3153": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/swaps/mutations.ts", - "qualifiedName": "__type.fulfillment_id" + "3300": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3154": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", - "qualifiedName": "adminTaxRateKeys" + "3301": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "qualifiedName": "productKeys" }, - "3155": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", - "qualifiedName": "useAdminTaxRates" + "3302": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "qualifiedName": "useProducts" }, - "3156": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", - "qualifiedName": "useAdminTaxRates" + "3303": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "qualifiedName": "useProducts" }, - "3157": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3304": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "query" }, - "3158": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3305": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "options" }, - "3159": { + "3306": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "3160": { + "3307": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "3161": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3308": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3162": { + "3309": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3163": { + "3310": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3164": { + "3311": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3165": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rates" + "3312": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "products" }, - "3166": { + "3313": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3167": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3314": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3168": { + "3315": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3169": { + "3316": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3170": { + "3317": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3171": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rates" + "3318": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "products" }, - "3172": { + "3319": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3173": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3320": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3174": { + "3321": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3175": { + "3322": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3176": { + "3323": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3177": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rates" + "3324": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "products" }, - "3178": { + "3325": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3179": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3326": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3180": { + "3327": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "limit" }, - "3181": { + "3328": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "offset" }, - "3182": { + "3329": { "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", "qualifiedName": "count" }, - "3183": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rates" + "3330": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "products" }, - "3184": { + "3331": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3185": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", - "qualifiedName": "useAdminTaxRate" + "3332": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "qualifiedName": "useProduct" }, - "3186": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", - "qualifiedName": "useAdminTaxRate" + "3333": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", + "qualifiedName": "useProduct" }, - "3187": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3334": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "id" }, - "3188": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", - "qualifiedName": "query" - }, - "3189": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3335": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "options" }, - "3190": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3336": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3191": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rate" + "3337": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "product" }, - "3192": { + "3338": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3193": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3339": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3194": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rate" + "3340": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "product" }, - "3195": { + "3341": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3196": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3342": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3197": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rate" + "3343": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "product" }, - "3198": { + "3344": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3199": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/queries.ts", + "3345": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/products/queries.ts", "qualifiedName": "__object" }, - "3200": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/tax-rates/index.d.ts", - "qualifiedName": "tax_rate" + "3346": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/products/index.d.ts", + "qualifiedName": "product" }, - "3201": { + "3347": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3202": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateTaxRate" - }, - "3203": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateTaxRate" - }, - "3204": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" - }, - "3205": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminUpdateTaxRate" - }, - "3206": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminUpdateTaxRate" + "3348": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "useRegions" }, - "3207": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3349": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "useRegions" }, - "3208": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "3350": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", "qualifiedName": "options" }, - "3209": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteTaxRate" + "3351": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3210": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteTaxRate" + "3352": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "limit" }, - "3211": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3353": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "offset" }, - "3212": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" + "3354": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "count" }, - "3213": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateProductTaxRates" + "3355": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "regions" }, - "3214": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateProductTaxRates" + "3356": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3215": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3357": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3216": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" + "3358": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "limit" }, - "3217": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteProductTaxRates" + "3359": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "offset" }, - "3218": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteProductTaxRates" + "3360": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "count" }, - "3219": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3361": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "regions" }, - "3220": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" + "3362": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3221": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateProductTypeTaxRates" + "3363": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3222": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateProductTypeTaxRates" + "3364": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "limit" }, - "3223": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3365": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "offset" }, - "3224": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" + "3366": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "count" }, - "3225": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteProductTypeTaxRates" + "3367": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "regions" }, - "3226": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteProductTypeTaxRates" + "3368": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3227": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3369": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3228": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" + "3370": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "limit" }, - "3229": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateShippingTaxRates" + "3371": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "offset" }, - "3230": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminCreateShippingTaxRates" + "3372": { + "sourceFileName": "../../../packages/types/src/common/common.ts", + "qualifiedName": "count" }, - "3231": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "id" + "3373": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "regions" }, - "3232": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "options" + "3374": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3233": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteShippingTaxRates" + "3375": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "useRegion" }, - "3234": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", - "qualifiedName": "useAdminDeleteShippingTaxRates" + "3376": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "useRegion" }, - "3235": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "3377": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", "qualifiedName": "id" }, - "3236": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/tax-rates/mutations.ts", + "3378": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", "qualifiedName": "options" }, - "3237": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminUploadFile" - }, - "3238": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminUploadFile" - }, - "3239": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "options" + "3379": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3240": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminUploadProtectedFile" + "3380": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "region" }, - "3241": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminUploadProtectedFile" + "3381": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3242": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "options" + "3382": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3243": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminCreatePresignedDownloadUrl" + "3383": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "region" }, - "3244": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminCreatePresignedDownloadUrl" + "3384": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3245": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "options" + "3385": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3246": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminDeleteFile" + "3386": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "region" }, - "3247": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "useAdminDeleteFile" + "3387": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3248": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/uploads/mutations.ts", - "qualifiedName": "options" + "3388": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/regions/queries.ts", + "qualifiedName": "__object" }, - "3249": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", - "qualifiedName": "adminUserKeys" + "3389": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/regions/index.d.ts", + "qualifiedName": "region" }, - "3250": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", - "qualifiedName": "useAdminUsers" + "3390": { + "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", + "qualifiedName": "response" }, - "3251": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", - "qualifiedName": "useAdminUsers" + "3391": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "qualifiedName": "useReturnReasons" }, - "3252": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", - "qualifiedName": "query" + "3392": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "qualifiedName": "useReturnReasons" }, - "3253": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3393": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "options" }, - "3254": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type" - }, - "3255": { - "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "__type.query" - }, - "3256": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3394": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3257": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "3258": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "3259": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "3260": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "users" + "3395": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "3261": { + "3396": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3262": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3397": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3263": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "3264": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "3265": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "3266": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "users" + "3398": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "3267": { + "3399": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3268": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3400": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3269": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "3270": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "3271": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "3272": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "users" + "3401": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "3273": { + "3402": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3274": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3403": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3275": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "limit" - }, - "3276": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "offset" - }, - "3277": { - "sourceFileName": "../../../packages/types/src/common/common.ts", - "qualifiedName": "count" - }, - "3278": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "users" + "3404": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reasons" }, - "3279": { + "3405": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3280": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", - "qualifiedName": "useAdminUser" + "3406": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "qualifiedName": "useReturnReason" }, - "3281": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", - "qualifiedName": "useAdminUser" + "3407": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", + "qualifiedName": "useReturnReason" }, - "3282": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3408": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "id" }, - "3283": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3409": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "options" }, - "3284": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3410": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3285": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "user" + "3411": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "3286": { + "3412": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3287": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3413": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3288": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "user" + "3414": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "3289": { + "3415": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3290": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3416": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3291": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "user" + "3417": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "3292": { + "3418": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3293": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/queries.ts", + "3419": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/return-reasons/queries.ts", "qualifiedName": "__object" }, - "3294": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/users/index.d.ts", - "qualifiedName": "user" + "3420": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/return-reasons/index.d.ts", + "qualifiedName": "return_reason" }, - "3295": { + "3421": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3296": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminCreateUser" - }, - "3297": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminCreateUser" - }, - "3298": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "options" - }, - "3299": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminUpdateUser" - }, - "3300": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminUpdateUser" - }, - "3301": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "id" - }, - "3302": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "options" - }, - "3303": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminDeleteUser" - }, - "3304": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminDeleteUser" - }, - "3305": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "id" - }, - "3306": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "options" - }, - "3307": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminResetPassword" - }, - "3308": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminResetPassword" - }, - "3309": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "options" - }, - "3310": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminSendResetPasswordToken" + "3422": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/returns/mutations.ts", + "qualifiedName": "useCreateReturn" }, - "3311": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", - "qualifiedName": "useAdminSendResetPasswordToken" + "3423": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/returns/mutations.ts", + "qualifiedName": "useCreateReturn" }, - "3312": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/users/mutations.ts", + "3424": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/returns/mutations.ts", "qualifiedName": "options" }, - "3313": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "adminVariantKeys" - }, - "3314": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "useAdminVariants" + "3425": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "qualifiedName": "useShippingOptions" }, - "3315": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "useAdminVariants" + "3426": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "qualifiedName": "useShippingOptions" }, - "3316": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3427": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "query" }, - "3317": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3428": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "options" }, - "3318": { + "3429": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "3319": { + "3430": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type.query" }, - "3320": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3431": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3321": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "3322": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "3323": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "3324": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variants" + "3432": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3325": { + "3433": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3326": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3434": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3327": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "3328": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "3329": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "3330": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variants" + "3435": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3331": { + "3436": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3332": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3437": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3333": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "3334": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "3335": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "3336": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variants" + "3438": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3337": { + "3439": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3338": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3440": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3339": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "limit" - }, - "3340": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "offset" - }, - "3341": { - "sourceFileName": "../../../packages/medusa/dist/types/common.d.ts", - "qualifiedName": "count" - }, - "3342": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variants" + "3441": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3343": { + "3442": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3344": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "useAdminVariant" - }, - "3345": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "useAdminVariant" + "3443": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "qualifiedName": "useCartShippingOptions" }, - "3346": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "id" + "3444": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "qualifiedName": "useCartShippingOptions" }, - "3347": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "query" + "3445": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", + "qualifiedName": "cartId" }, - "3348": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3446": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "options" }, - "3349": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3447": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3350": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variant" + "3448": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3351": { + "3449": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3352": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3450": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3353": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variant" + "3451": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3354": { + "3452": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3355": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3453": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3356": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variant" + "3454": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3357": { + "3455": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3358": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3456": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/shipping-options/queries.ts", "qualifiedName": "__object" }, - "3359": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/index.d.ts", - "qualifiedName": "variant" + "3457": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/shipping-options/index.d.ts", + "qualifiedName": "shipping_options" }, - "3360": { + "3458": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3361": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "useAdminVariantsInventory" + "3459": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "qualifiedName": "useCartSwap" }, - "3362": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "useAdminVariantsInventory" + "3460": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "qualifiedName": "useCartSwap" }, - "3363": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", - "qualifiedName": "id" + "3461": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", + "qualifiedName": "cartId" }, - "3364": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3462": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", "qualifiedName": "options" }, - "3365": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3463": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", "qualifiedName": "__object" }, - "3366": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", - "qualifiedName": "variant" + "3464": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", + "qualifiedName": "swap" }, - "3367": { + "3465": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3368": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3466": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", "qualifiedName": "__object" }, - "3369": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", - "qualifiedName": "variant" + "3467": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", + "qualifiedName": "swap" }, - "3370": { + "3468": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3371": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3469": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", "qualifiedName": "__object" }, - "3372": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", - "qualifiedName": "variant" + "3470": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", + "qualifiedName": "swap" }, - "3373": { + "3471": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3374": { - "sourceFileName": "../../../packages/medusa-react/src/hooks/admin/variants/queries.ts", + "3472": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/queries.ts", "qualifiedName": "__object" }, - "3375": { - "sourceFileName": "../../../packages/medusa/dist/api/routes/admin/variants/get-inventory.d.ts", - "qualifiedName": "variant" + "3473": { + "sourceFileName": "../../../packages/medusa/dist/api/routes/store/swaps/index.d.ts", + "qualifiedName": "swap" }, - "3376": { + "3474": { "sourceFileName": "../../../packages/medusa-js/dist/index.d.ts", "qualifiedName": "response" }, - "3377": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "FormatVariantPriceParams" + "3475": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/mutations.ts", + "qualifiedName": "useCreateSwap" }, - "3378": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.variant" + "3476": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/mutations.ts", + "qualifiedName": "useCreateSwap" }, - "3379": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.region" + "3477": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/store/swaps/mutations.ts", + "qualifiedName": "options" }, - "3380": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.includeTaxes" + "3478": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/queryKeysFactory.ts", + "qualifiedName": "queryKeysFactory" }, - "3381": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.minimumFractionDigits" + "3479": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/queryKeysFactory.ts", + "qualifiedName": "queryKeysFactory" }, - "3382": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.maximumFractionDigits" + "3480": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/queryKeysFactory.ts", + "qualifiedName": "T" }, - "3383": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.locale" + "3481": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/queryKeysFactory.ts", + "qualifiedName": "TListQueryType" }, - "3384": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "formatVariantPrice" + "3482": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/queryKeysFactory.ts", + "qualifiedName": "TDetailQueryType" }, - "3385": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "formatVariantPrice" + "3483": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/queryKeysFactory.ts", + "qualifiedName": "globalKey" }, - "3386": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__0" + "3484": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "useLocalStorage" }, - "3387": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "ComputeVariantPriceParams" + "3485": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "useLocalStorage" }, - "3388": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.variant" + "3486": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "key" }, - "3389": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.region" + "3487": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "initialState" }, - "3390": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.includeTaxes" + "3488": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "__function" }, - "3391": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "computeVariantPrice" + "3489": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "__function" }, - "3392": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "computeVariantPrice" + "3490": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "data" }, - "3393": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__0" + "3491": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "__function" }, - "3394": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "getVariantPrice" + "3492": { + "sourceFileName": "../../../packages/medusa-react/src/hooks/utils/useLocalStorage.ts", + "qualifiedName": "__function" }, - "3395": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "getVariantPrice" + "3493": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "UseQueryOptionsWrapper" }, - "3396": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "variant" + "3494": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "TQueryFn" }, - "3397": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "region" + "3495": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "E" }, - "3398": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "ComputeAmountParams" + "3496": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "TQueryKey" }, - "3399": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "3497": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "ProductVariant" + }, + "3498": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "Cart" + }, + "3499": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "TQueryKey" + }, + "3500": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "3400": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.amount" + "3501": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.all" }, - "3401": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.region" + "3502": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.lists" }, - "3402": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.includeTaxes" + "3503": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3403": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "computeAmount" + "3504": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3404": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "computeAmount" + "3505": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.list" }, - "3405": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__0" + "3506": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3406": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "FormatAmountParams" + "3507": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3407": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", + "3508": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", "qualifiedName": "__type" }, - "3408": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.amount" + "3509": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.query" }, - "3409": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.region" + "3510": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "query" }, - "3410": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.includeTaxes" + "3511": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.details" }, - "3411": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.minimumFractionDigits" + "3512": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3412": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.maximumFractionDigits" + "3513": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3413": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__type.locale" + "3514": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type.detail" }, - "3414": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "formatAmount" + "3515": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3415": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "formatAmount" + "3516": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "__type" }, - "3416": { - "sourceFileName": "../../../packages/medusa-react/src/helpers/index.ts", - "qualifiedName": "__0" + "3517": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "id" }, - "3417": { + "3518": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "ProductVariantInfo" + "qualifiedName": "TKey" }, - "3418": { + "3519": { "sourceFileName": "../../../packages/medusa-react/src/types.ts", - "qualifiedName": "RegionInfo" + "qualifiedName": "TListQuery" + }, + "3520": { + "sourceFileName": "../../../packages/medusa-react/src/types.ts", + "qualifiedName": "TDetailQuery" } } } \ No newline at end of file diff --git a/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsLevelReq.yaml b/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsLevelReq.yaml index 27f8b444073fd..c3a88d90e8021 100644 --- a/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsLevelReq.yaml +++ b/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsLevelReq.yaml @@ -1,8 +1,12 @@ type: object properties: stocked_quantity: - description: the total stock quantity of an inventory item at the given location ID + description: >- + the total stock quantity of an inventory item at the specified inventory + level type: number incoming_quantity: - description: the incoming stock quantity of an inventory item at the given location ID + description: >- + the incoming stock quantity of an inventory item at the specified + inventory level type: number diff --git a/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq.yaml b/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq.yaml index c7c1dc67ba211..f174797b54147 100644 --- a/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq.yaml +++ b/www/apps/api-reference/specs/admin/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq.yaml @@ -1,5 +1,5 @@ type: object -description: The details of the location level to create. +description: The details of the inventory level to create. required: - location_id - stocked_quantity diff --git a/www/apps/api-reference/specs/admin/components/schemas/ProductCollection.yaml b/www/apps/api-reference/specs/admin/components/schemas/ProductCollection.yaml index 82b6fbcca8036..f258cf9c45fbd 100644 --- a/www/apps/api-reference/specs/admin/components/schemas/ProductCollection.yaml +++ b/www/apps/api-reference/specs/admin/components/schemas/ProductCollection.yaml @@ -32,6 +32,7 @@ properties: description: The details of the products that belong to this product collection. type: array x-expandable: products + x-ignore: true items: type: object created_at: diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index 5930cedad7d39..ebb14d9e31446 100644 --- a/www/apps/api-reference/specs/admin/openapi.full.yaml +++ b/www/apps/api-reference/specs/admin/openapi.full.yaml @@ -7219,8 +7219,8 @@ paths: $ref: '#/components/responses/500_error' post: operationId: PostInventoryItemsInventoryItemLocationLevels - summary: Create a Location Level - description: Create a Location Level for a given Inventory Item. + summary: Create an Inventory Level + description: Create an Inventory Level for a given Inventory Item. x-authenticated: true parameters: - in: path @@ -7333,8 +7333,8 @@ paths: /admin/inventory-items/{id}/location-levels/{location_id}: post: operationId: PostInventoryItemsInventoryItemLocationLevelsLocationLevel - summary: Update a Location Level - description: Update a Location Level's details for a given Inventory Item. + summary: Update a Inventory Level + description: Update an inventory level's details for a given Inventory Item. x-authenticated: true parameters: - in: path @@ -7346,17 +7346,17 @@ paths: - in: path name: location_id required: true - description: The ID of the Location to update. + description: The ID of the inventory level to update. schema: type: string - in: query name: expand - description: Comma-separated relations that should be expanded in the returned location level. + description: Comma-separated relations that should be expanded in the returned inventory level. schema: type: string - in: query name: fields - description: Comma-separated fields that should be included in the returned location level. + description: Comma-separated fields that should be included in the returned inventory level. schema: type: string requestBody: @@ -7450,8 +7450,8 @@ paths: $ref: '#/components/responses/500_error' delete: operationId: DeleteInventoryItemsInventoryIteLocationLevelsLocation - summary: Delete a Location Level - description: Delete a location level of an Inventory Item. + summary: Delete a Inventory Level + description: Delete a inventory level of an Inventory Item. x-authenticated: true parameters: - in: path @@ -7463,7 +7463,7 @@ paths: - in: path name: location_id required: true - description: The ID of the location. + description: The ID of the inventory level. schema: type: string x-codegen: @@ -29532,14 +29532,14 @@ components: type: object properties: stocked_quantity: - description: the total stock quantity of an inventory item at the given location ID + description: the total stock quantity of an inventory item at the specified inventory level type: number incoming_quantity: - description: the incoming stock quantity of an inventory item at the given location ID + description: the incoming stock quantity of an inventory item at the specified inventory level type: number AdminPostInventoryItemsItemLocationLevelsReq: type: object - description: The details of the location level to create. + description: The details of the inventory level to create. required: - location_id - stocked_quantity @@ -37726,6 +37726,7 @@ components: description: The details of the products that belong to this product collection. type: array x-expandable: products + x-ignore: true items: type: object created_at: diff --git a/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels.yaml b/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels.yaml index 3c85af2cc76b1..db37bf5f27aef 100644 --- a/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels.yaml +++ b/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels.yaml @@ -80,8 +80,8 @@ get: $ref: ../components/responses/500_error.yaml post: operationId: PostInventoryItemsInventoryItemLocationLevels - summary: Create a Location Level - description: Create a Location Level for a given Inventory Item. + summary: Create an Inventory Level + description: Create an Inventory Level for a given Inventory Item. x-authenticated: true parameters: - in: path diff --git a/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels_{location_id}.yaml b/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels_{location_id}.yaml index 9e19fd4d0263c..ffa3cb406c88c 100644 --- a/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels_{location_id}.yaml +++ b/www/apps/api-reference/specs/admin/paths/admin_inventory-items_{id}_location-levels_{location_id}.yaml @@ -1,7 +1,7 @@ post: operationId: PostInventoryItemsInventoryItemLocationLevelsLocationLevel - summary: Update a Location Level - description: Update a Location Level's details for a given Inventory Item. + summary: Update a Inventory Level + description: Update an inventory level's details for a given Inventory Item. x-authenticated: true parameters: - in: path @@ -13,20 +13,20 @@ post: - in: path name: location_id required: true - description: The ID of the Location to update. + description: The ID of the inventory level to update. schema: type: string - in: query name: expand description: >- Comma-separated relations that should be expanded in the returned - location level. + inventory level. schema: type: string - in: query name: fields description: >- - Comma-separated fields that should be included in the returned location + Comma-separated fields that should be included in the returned inventory level. schema: type: string @@ -82,8 +82,8 @@ post: $ref: ../components/responses/500_error.yaml delete: operationId: DeleteInventoryItemsInventoryIteLocationLevelsLocation - summary: Delete a Location Level - description: Delete a location level of an Inventory Item. + summary: Delete a Inventory Level + description: Delete a inventory level of an Inventory Item. x-authenticated: true parameters: - in: path @@ -95,7 +95,7 @@ delete: - in: path name: location_id required: true - description: The ID of the location. + description: The ID of the inventory level. schema: type: string x-codegen: diff --git a/www/apps/api-reference/specs/store/components/schemas/ProductCollection.yaml b/www/apps/api-reference/specs/store/components/schemas/ProductCollection.yaml index 82b6fbcca8036..f258cf9c45fbd 100644 --- a/www/apps/api-reference/specs/store/components/schemas/ProductCollection.yaml +++ b/www/apps/api-reference/specs/store/components/schemas/ProductCollection.yaml @@ -32,6 +32,7 @@ properties: description: The details of the products that belong to this product collection. type: array x-expandable: products + x-ignore: true items: type: object created_at: diff --git a/www/apps/api-reference/specs/store/openapi.full.yaml b/www/apps/api-reference/specs/store/openapi.full.yaml index 80315b72cf2a6..3ce99620d66dd 100644 --- a/www/apps/api-reference/specs/store/openapi.full.yaml +++ b/www/apps/api-reference/specs/store/openapi.full.yaml @@ -10794,6 +10794,7 @@ components: description: The details of the products that belong to this product collection. type: array x-expandable: products + x-ignore: true items: type: object created_at: diff --git a/www/apps/docs/content/references/entities/classes/entities.DiscountCondition.mdx b/www/apps/docs/content/references/entities/classes/entities.DiscountCondition.mdx index 98a1d04e86169..c90d0be6e10f6 100644 --- a/www/apps/docs/content/references/entities/classes/entities.DiscountCondition.mdx +++ b/www/apps/docs/content/references/entities/classes/entities.DiscountCondition.mdx @@ -11,4 +11,4 @@ Holds rule conditions for when a discount is applicable ## Properties -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"product_types","type":"[ProductType](entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_collections","type":"[ProductCollection](entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"customer_groups","type":"[CustomerGroup](entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The customer group's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the customer group","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customers","type":"[Customer](entities.Customer.mdx)[]","description":"The details of the customers that belong to the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_lists","type":"[PriceList](entities.PriceList.mdx)[]","description":"The price lists that are associated with the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="DiscountCondition"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"product_types","type":"[ProductType](entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_collections","type":"[ProductCollection](entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"customer_groups","type":"[CustomerGroup](entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The customer group's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the customer group","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customers","type":"[Customer](entities.Customer.mdx)[]","description":"The details of the customers that belong to the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_lists","type":"[PriceList](entities.PriceList.mdx)[]","description":"The price lists that are associated with the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="DiscountCondition"/> diff --git a/www/apps/docs/content/references/entities/classes/entities.DiscountConditionProductCollection.mdx b/www/apps/docs/content/references/entities/classes/entities.DiscountConditionProductCollection.mdx index 2b3daf71f1178..d1e71c135cca5 100644 --- a/www/apps/docs/content/references/entities/classes/entities.DiscountConditionProductCollection.mdx +++ b/www/apps/docs/content/references/entities/classes/entities.DiscountConditionProductCollection.mdx @@ -11,4 +11,4 @@ This represents the association between a discount condition and a product colle ## Properties -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"[ProductCollection](entities.ProductCollection.mdx)","description":"The details of the product collection.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_condition","type":"[DiscountCondition](entities.DiscountCondition.mdx)","description":"The details of the discount condition.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The discount condition's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[DiscountConditionType](../enums/entities.DiscountConditionType.mdx)","description":"The type of the condition. The type affects the available resources associated with the condition. For example, if the type is `products`, that means the `products` relation will hold the products associated with this condition and other relations will be empty.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"operator","type":"[DiscountConditionOperator](../enums/entities.DiscountConditionOperator.mdx)","description":"The operator of the condition. `in` indicates that discountable resources are within the specified resources. `not\\_in` indicates that discountable resources are everything but the specified resources.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_rule_id","type":"`string`","description":"The ID of the discount rule associated with the condition","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_rule","type":"[DiscountRule](entities.DiscountRule.mdx)","description":"The details of the discount rule associated with the condition.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_types","type":"[ProductType](entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_collections","type":"[ProductCollection](entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_groups","type":"[CustomerGroup](entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="DiscountConditionProductCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"[ProductCollection](entities.ProductCollection.mdx)","description":"The details of the product collection.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_condition","type":"[DiscountCondition](entities.DiscountCondition.mdx)","description":"The details of the discount condition.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The discount condition's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[DiscountConditionType](../enums/entities.DiscountConditionType.mdx)","description":"The type of the condition. The type affects the available resources associated with the condition. For example, if the type is `products`, that means the `products` relation will hold the products associated with this condition and other relations will be empty.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"operator","type":"[DiscountConditionOperator](../enums/entities.DiscountConditionOperator.mdx)","description":"The operator of the condition. `in` indicates that discountable resources are within the specified resources. `not\\_in` indicates that discountable resources are everything but the specified resources.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_rule_id","type":"`string`","description":"The ID of the discount rule associated with the condition","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_rule","type":"[DiscountRule](entities.DiscountRule.mdx)","description":"The details of the discount rule associated with the condition.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_types","type":"[ProductType](entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_collections","type":"[ProductCollection](entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_groups","type":"[CustomerGroup](entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="DiscountConditionProductCollection"/> diff --git a/www/apps/docs/content/references/entities/classes/entities.Product.mdx b/www/apps/docs/content/references/entities/classes/entities.Product.mdx index ed25750c828f6..94dc55ef0dea7 100644 --- a/www/apps/docs/content/references/entities/classes/entities.Product.mdx +++ b/www/apps/docs/content/references/entities/classes/entities.Product.mdx @@ -11,4 +11,4 @@ A product is a saleable item that holds general information such as name or desc ## Properties -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="Product"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="Product"/> diff --git a/www/apps/docs/content/references/entities/classes/entities.ProductCollection.mdx b/www/apps/docs/content/references/entities/classes/entities.ProductCollection.mdx index 95b4ff260a549..ee601e1ecf681 100644 --- a/www/apps/docs/content/references/entities/classes/entities.ProductCollection.mdx +++ b/www/apps/docs/content/references/entities/classes/entities.ProductCollection.mdx @@ -11,4 +11,4 @@ A Product Collection allows grouping together products for promotional purposes. ## Properties -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="ProductCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="ProductCollection"/> diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminAuthResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminAuthResource.mdx index fbb583a349fcb..7d6102fe764ec 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminAuthResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminAuthResource.mdx @@ -74,7 +74,7 @@ Log a User in using their credentials. If the user is authenticated successfully ```ts import Medusa from "@medusajs/medusa-js" const medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 }) -medusa.admin.AdminAuthResource.createSession({ +medusa.admin.auth.createSession({ email: "user@example.com", password: "supersecret" }) diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminCollectionsResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminCollectionsResource.mdx index e0be65ebf1392..eeba39399b3eb 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminCollectionsResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminCollectionsResource.mdx @@ -40,7 +40,7 @@ medusa.admin.collections.create({ #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="create"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="create"/> ### update @@ -66,7 +66,7 @@ medusa.admin.collections.update(collectionId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="update"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="update"/> ### delete @@ -114,7 +114,7 @@ medusa.admin.collections.retrieve(collectionId) #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> ### list @@ -155,7 +155,7 @@ medusa.admin.collections.list({ #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="list"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="list"/> ### addProducts @@ -184,7 +184,7 @@ medusa.admin.collections.addProducts(collectionId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="addProducts"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="addProducts"/> ### removeProducts diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminDiscountsResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminDiscountsResource.mdx index f03ebd529fae8..6724179258235 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminDiscountsResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminDiscountsResource.mdx @@ -197,7 +197,7 @@ medusa.admin.discounts.retrieve(discountId) #### Parameters -`","description":"Custom headers to attach to the request.","optional":false,"defaultValue":"{}","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> +`","description":"Custom headers to attach to the request.","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"query","type":"[AdminGetDiscountParams](../../medusa/classes/medusa.AdminGetDiscountParams.mdx)","description":"Configurations to apply on the retrieved product category.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"expand","type":"`string`","description":"Comma-separated relations that should be expanded in the returned data.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"fields","type":"`string`","description":"Comma-separated fields that should be included in the returned data.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> #### Returns @@ -309,7 +309,7 @@ medusa.admin.discounts.removeRegion(discountId, regionId) ### createCondition -Create a discount condition. Only one of `products`, `product_types`, `product_collections`, `product_tags`, and `customer_groups` should be provided in the `payload` parameter, +Create a discount condition. Only one of `products`, `product_types`, `product_collections`, `product_tags`, and `customer_groups` should be provided in the `payload` parameter, based on the type of discount condition. For example, if the discount condition's type is `products`, the `products` field should be provided in the `payload` parameter. #### Example @@ -467,7 +467,7 @@ medusa.admin.discounts.getCondition(discountId, conditionId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"product_types","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_collections","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"customer_groups","type":"[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The customer group's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the customer group","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customers","type":"[Customer](../../entities/classes/entities.Customer.mdx)[]","description":"The details of the customers that belong to the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_lists","type":"[PriceList](../../entities/classes/entities.PriceList.mdx)[]","description":"The price lists that are associated with the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="getCondition"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"product_types","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_collections","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"customer_groups","type":"[CustomerGroup](../../entities/classes/entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The customer group's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the customer group","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customers","type":"[Customer](../../entities/classes/entities.Customer.mdx)[]","description":"The details of the customers that belong to the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_lists","type":"[PriceList](../../entities/classes/entities.PriceList.mdx)[]","description":"The price lists that are associated with the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="getCondition"/> ### addConditionResourceBatch diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminPriceListResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminPriceListResource.mdx index 882c57cb1ef87..206888d1f3d39 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminPriceListResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminPriceListResource.mdx @@ -234,7 +234,7 @@ medusa.admin.priceLists.listProducts(priceListId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="listProducts"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="listProducts"/> ### addPrices diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminProductsResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminProductsResource.mdx index aa63f947f7026..cf2b29d40420d 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminProductsResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminProductsResource.mdx @@ -44,7 +44,7 @@ medusa.admin.products.create({ #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="create"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="create"/> ### retrieve @@ -68,7 +68,7 @@ medusa.admin.products.retrieve(productId) #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> ### update @@ -94,7 +94,7 @@ medusa.admin.products.update(productId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="update"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="update"/> ### delete @@ -202,7 +202,7 @@ medusa.admin.products.listTags() ### setMetadata -Set the metadata of a product. It can be any key-value pair, which allows adding custom data to a product. Learn about how you can update and delete the metadata attribute +Set the metadata of a product. It can be any key-value pair, which allows adding custom data to a product. Learn about how you can update and delete the metadata attribute [here](https://docs.medusajs.com/development/entities/overview#metadata-attribute). #### Example @@ -226,7 +226,7 @@ medusa.admin.products.setMetadata(productId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="setMetadata"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="setMetadata"/> ### createVariant @@ -265,7 +265,7 @@ medusa.admin.products.createVariant(productId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="createVariant"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="createVariant"/> ### updateVariant @@ -304,7 +304,7 @@ medusa.admin.products.updateVariant(productId, variantId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="updateVariant"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="updateVariant"/> ### deleteVariant @@ -328,7 +328,33 @@ medusa.admin.products.deleteVariant(productId, variantId) #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="deleteVariant"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="deleteVariant"/> + +### listVariants + +List the product variants associated with a product. The product variants can be filtered by fields such as `q` or `manage_inventory` passed in the `query` parameter. The product variants can also be sorted or paginated. + +#### Example + +```ts +import Medusa from "@medusajs/medusa-js" +const medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 }) +// must be previously logged in or use api token +medusa.admin.products.listVariants(productId, { + limit: 10, +}) +.then(({ variants, limit, offset, count }) => { + console.log(variants.length); +}) +``` + +#### Parameters + +`","description":"Custom headers to attach to the request.","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"query","type":"[AdminGetProductsVariantsParams](../../medusa/classes/medusa.AdminGetProductsVariantsParams.mdx)","description":"Filters and pagination configurations to apply on the retrieved product variants. If undefined, the first 100 records are retrieved.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"fields","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"expand","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"offset","type":"`number`","description":"","optional":true,"defaultValue":"0","expandable":false,"children":[]},{"name":"limit","type":"`number`","description":"","optional":true,"defaultValue":"100","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="listVariants"/> + +#### Returns + +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="listVariants"/> ### addOption @@ -354,7 +380,7 @@ medusa.admin.products.addOption(productId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="addOption"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="addOption"/> ### updateOption @@ -380,7 +406,7 @@ medusa.admin.products.updateOption(productId, optionId, { #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="updateOption"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="updateOption"/> ### deleteOption @@ -392,4 +418,4 @@ Delete a product option. If there are product variants that use this product opt #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="deleteOption"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"prices","type":"[MoneyAmount](../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_options","type":"[ShippingOption](../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"carts","type":"[Cart](../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"orders","type":"[Order](../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"publishableKeys","type":"[PublishableApiKey](../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"locations","type":"[SalesChannelLocation](../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="deleteOption"/> diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminRegionsResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminRegionsResource.mdx index 1acdc2bfdc523..f902ddb259741 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminRegionsResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminRegionsResource.mdx @@ -124,7 +124,7 @@ medusa.admin.regions.retrieve(regionId) #### Parameters -`","description":"Custom headers to attach to the request.","optional":false,"defaultValue":"{}","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> +`","description":"Custom headers to attach to the request.","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"query","type":"`AdminGetRegionsRegionParams`","description":"Query params","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> #### Returns diff --git a/www/apps/docs/content/references/js_client/classes/js_client.AdminStockLocationsResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.AdminStockLocationsResource.mdx index 5b50eb3f9ff10..c84acb0bc3e17 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.AdminStockLocationsResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.AdminStockLocationsResource.mdx @@ -118,7 +118,7 @@ medusa.admin.stockLocations.delete(stockLocationId) #### Returns - + ### list diff --git a/www/apps/docs/content/references/js_client/classes/js_client.CollectionsResource.mdx b/www/apps/docs/content/references/js_client/classes/js_client.CollectionsResource.mdx index ff2b31c3224cc..864b8af0e5ea9 100644 --- a/www/apps/docs/content/references/js_client/classes/js_client.CollectionsResource.mdx +++ b/www/apps/docs/content/references/js_client/classes/js_client.CollectionsResource.mdx @@ -36,7 +36,7 @@ medusa.collections.retrieve(collectionId) #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="retrieve"/> ### list @@ -76,4 +76,4 @@ medusa.collections.list({ #### Returns -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="list"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/js-client/overview#expanding-fields" sectionTitle="list"/> diff --git a/www/apps/docs/content/references/medusa/types/medusa.AdminCollectionsRes.mdx b/www/apps/docs/content/references/medusa/types/medusa.AdminCollectionsRes.mdx index a51997411321d..9c81099c1fab4 100644 --- a/www/apps/docs/content/references/medusa/types/medusa.AdminCollectionsRes.mdx +++ b/www/apps/docs/content/references/medusa/types/medusa.AdminCollectionsRes.mdx @@ -12,4 +12,4 @@ The collection's details. ## Properties -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="AdminCollectionsRes"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="AdminCollectionsRes"/> diff --git a/www/apps/docs/content/references/medusa/types/medusa.StoreCollectionsRes.mdx b/www/apps/docs/content/references/medusa/types/medusa.StoreCollectionsRes.mdx index 60cfdafe4d3b3..ccdf67d4e6a82 100644 --- a/www/apps/docs/content/references/medusa/types/medusa.StoreCollectionsRes.mdx +++ b/www/apps/docs/content/references/medusa/types/medusa.StoreCollectionsRes.mdx @@ -12,4 +12,4 @@ The details of the product collection. ## Properties -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="StoreCollectionsRes"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="StoreCollectionsRes"/> diff --git a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Discounts.mdx b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Discounts.mdx index 3f2d8328ebfbb..44bff0f3e6160 100644 --- a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Discounts.mdx +++ b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Discounts.mdx @@ -662,7 +662,7 @@ ___ ### useAdminDiscounts -This hook retrieves a list of Discounts. The discounts can be filtered by fields such as `rule` or `is_dynamic`. +This hook retrieves a list of Discounts. The discounts can be filtered by fields such as `rule` or `is_dynamic`. The discounts can also be paginated. #### Example @@ -734,8 +734,8 @@ import React from "react" import { useAdminDiscounts } from "medusa-react" const Discounts = () => { - const { - discounts, + const { + discounts, limit, offset, isLoading @@ -869,8 +869,8 @@ const DiscountCondition = ({ discountId, discountConditionId }: Props) => { - const { - discount_condition, + const { + discount_condition, isLoading } = useAdminGetDiscountCondition( discountId, @@ -896,4 +896,4 @@ export default DiscountCondition #### Query Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"product_types","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_collections","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"customer_groups","type":"[CustomerGroup](../../../entities/classes/entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The customer group's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the customer group","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customers","type":"[Customer](../../../entities/classes/entities.Customer.mdx)[]","description":"The details of the customers that belong to the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_lists","type":"[PriceList](../../../entities/classes/entities.PriceList.mdx)[]","description":"The price lists that are associated with the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminGetDiscountCondition"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"products associated with this condition if `type` is `products`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"product_types","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)[]","description":"Product types associated with this condition if `type` is `product\\_types`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"Product tags associated with this condition if `type` is `product\\_tags`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_collections","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)[]","description":"Product collections associated with this condition if `type` is `product\\_collections`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"customer_groups","type":"[CustomerGroup](../../../entities/classes/entities.CustomerGroup.mdx)[]","description":"Customer groups associated with this condition if `type` is `customer\\_groups`.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The customer group's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the customer group","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customers","type":"[Customer](../../../entities/classes/entities.Customer.mdx)[]","description":"The details of the customers that belong to the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_lists","type":"[PriceList](../../../entities/classes/entities.PriceList.mdx)[]","description":"The price lists that are associated with the customer group.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminGetDiscountCondition"/> diff --git a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Product_Collections.mdx b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Product_Collections.mdx index a35804af36a12..0e5c7a2823e5e 100644 --- a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Product_Collections.mdx +++ b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Product_Collections.mdx @@ -51,7 +51,7 @@ export default CreateCollection #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateCollection"/> ### useAdminUpdateCollection @@ -97,7 +97,7 @@ export default Collection #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateCollection"/> ### useAdminDeleteCollection @@ -183,7 +183,7 @@ export default Collection #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminAddProductsToCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminAddProductsToCollection"/> ### useAdminRemoveProductsFromCollection @@ -310,7 +310,7 @@ export default Collections #### Query Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCollections"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCollections"/> ### useAdminCollection @@ -346,4 +346,4 @@ export default Collection #### Query Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCollection"/> diff --git a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Products.mdx b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Products.mdx index 6b4009f4a0e87..f862faff73e34 100644 --- a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Products.mdx +++ b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Products.mdx @@ -80,7 +80,7 @@ export default CreateProduct #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateProduct"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateProduct"/> ### useAdminUpdateProduct @@ -130,7 +130,7 @@ export default Product #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateProduct"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateProduct"/> ### useAdminDeleteProduct @@ -232,7 +232,7 @@ export default CreateProductVariant #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateVariant"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateVariant"/> ### useAdminUpdateVariant @@ -285,7 +285,7 @@ export default ProductVariant #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateVariant"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateVariant"/> ### useAdminDeleteVariant @@ -335,7 +335,7 @@ export default ProductVariant #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminDeleteVariant"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminDeleteVariant"/> ### useAdminCreateProductOption @@ -385,7 +385,7 @@ export default CreateProductOption #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateProductOption"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminCreateProductOption"/> ### useAdminUpdateProductOption @@ -440,7 +440,7 @@ export default ProductOption #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateProductOption"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminUpdateProductOption"/> ### useAdminDeleteProductOption @@ -491,7 +491,7 @@ export default ProductOption #### Mutation Function Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminDeleteProductOption"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminDeleteProductOption"/> ___ @@ -499,7 +499,7 @@ ___ ### useAdminProducts -This hook retrieves a list of products. The products can be filtered by fields such as `q` or `status` passed in +This hook retrieves a list of products. The products can be filtered by fields such as `q` or `status` passed in the `query` parameter. The products can also be sorted or paginated. #### Example @@ -567,8 +567,8 @@ import React from "react" import { useAdminProducts } from "medusa-react" const Products = () => { - const { - products, + const { + products, limit, offset, isLoading @@ -619,16 +619,16 @@ type Props = { } const Product = ({ productId }: Props) => { - const { - product, - isLoading, + const { + product, + isLoading, } = useAdminProduct(productId) return (
{isLoading && Loading...} {product && {product.title}} - +
) } @@ -642,7 +642,7 @@ export default Product #### Query Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this product collection.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminProduct"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Option is defined by (e.g. `Size`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"values","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the values of the product option.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"product_id","type":"`string`","description":"The ID of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that this product option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`string`","description":"The ID of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"product","type":"[Product](../../../entities/classes/entities.Product.mdx)","description":"The details of the product that the product variant belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"prices","type":"[MoneyAmount](../../../entities/classes/entities.MoneyAmount.mdx)[]","description":"The details of the prices of the Product Variant, each represented as a Money Amount. Each Money Amount represents a price in a given currency or a specific Region.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The money amount's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`number`","description":"The amount in the smallest currecny unit (e.g. cents 100 cents to charge $1) that the Product Variant will cost.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"min_quantity","type":"`null` \\| `number`","description":"The minimum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"max_quantity","type":"`null` \\| `number`","description":"The maximum quantity that the Money Amount applies to. If this value is not set, the Money Amount applies to all quantities.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list_id","type":"`null` \\| `string`","description":"The ID of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_list","type":"`null` \\| [PriceList](../../../entities/classes/entities.PriceList.mdx)","description":"The details of the price list that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that the money amount may belong to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the Product Variant contained in the Line Item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region that the money amount may belong to.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"sku","type":"`null` \\| `string`","description":"The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"barcode","type":"`null` \\| `string`","description":"A generic field for a GTIN number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ean","type":"`null` \\| `string`","description":"An EAN barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"upc","type":"`null` \\| `string`","description":"A UPC barcode number that can be used to identify the Product Variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_rank","type":"`null` \\| `number`","description":"The ranking of this variant","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"inventory_quantity","type":"`number`","description":"The current quantity of the item that is stocked.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"Whether the Product Variant should be purchasable when `inventory\\_quantity` is 0.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"manage_inventory","type":"`boolean`","description":"Whether Medusa should manage inventory for the Product Variant.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOptionValue](../../../entities/classes/entities.ProductOptionValue.mdx)[]","description":"The details of the product options that this product variant defines values for.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product option value's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option_id","type":"`string`","description":"The ID of the Product Option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"option","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)","description":"The details of the product option that the Product Option Value belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variant_id","type":"`string`","description":"The ID of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant that uses this product option value.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"inventory_items","type":"[ProductVariantInventoryItem](../../../entities/classes/entities.ProductVariantInventoryItem.mdx)[]","description":"The details inventory items of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product variant inventory item's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"inventory_item_id","type":"`string`","description":"The id of the inventory item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`string`","description":"The id of the variant.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"variant","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)","description":"The details of the product variant.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"required_quantity","type":"`number`","description":"The quantity of an inventory item required for the variant.","optional":false,"defaultValue":"1","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"purchasable","type":"`boolean`","description":"Only used with the inventory modules.\nA boolean value indicating whether the Product Variant is purchasable.\nA variant is purchasable if:\n - inventory is not managed\n - it has no inventory items\n - it is in stock\n - it is backorderable.\n","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product category's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"productCategoryProductJoinTable","type":"`string`","description":"","optional":false,"defaultValue":"\"product_category_product\"","expandable":false,"children":[]},{"name":"treeRelations","type":"`string`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The product category's name","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The product category's description.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Category - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"`Boolean`","description":"A flag to make product category visible/hidden in the store front","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"is_internal","type":"`Boolean`","description":"A flag to make product category an internal category for admins","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"parent_category","type":"`null` \\| [ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)","description":"The details of the parent of this category.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"parent_category_id","type":"`null` \\| `string`","description":"The ID of the parent category.","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"category_children","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the category's children.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"rank","type":"`number`","description":"An integer that depicts the rank of category in a tree node","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that belong to this category.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The shipping profile's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping profile - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ShippingProfileType](../../../entities/enums/entities.ShippingProfileType.mdx)","description":"The type of the Shipping Profile, may be `default`, `gift\\_card` or `custom`.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"DEFAULT","type":"`\"default\"`","description":"The default profile used to ship item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"GIFT_CARD","type":"`\"gift_card\"`","description":"The profile used to ship gift cards.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CUSTOM","type":"`\"custom\"`","description":"The profile used to ship custom items.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"The details of the products that the Shipping Profile defines Shipping Options for. Available if the relation `products` is expanded.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"shipping_options","type":"[ShippingOption](../../../entities/classes/entities.ShippingOption.mdx)[]","description":"The details of the shipping options that can be used to create shipping methods for the Products in the Shipping Profile.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The shipping option's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name given to the Shipping Option - this may be displayed to the Customer.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this shipping option can be used in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the Shipping Profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the shipping option belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider","type":"[FulfillmentProvider](../../../entities/classes/entities.FulfillmentProvider.mdx)","description":"The details of the fulfillment provider that will be used to later to process the shipping method created from this shipping option and its fulfillments.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"price_type","type":"[ShippingOptionPriceType](../../../entities/enums/entities.ShippingOptionPriceType.mdx)","description":"The type of pricing calculation that is used when creatin Shipping Methods from the Shipping Option. Can be `flat\\_rate` for fixed prices or `calculated` if the Fulfillment Provider can provide price calulations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number`","description":"The amount to charge for shipping when the Shipping Option price type is `flat\\_rate`.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_return","type":"`boolean`","description":"Flag to indicate if the Shipping Option can be used for Return shipments.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"admin_only","type":"`boolean`","description":"Flag to indicate if the Shipping Option usage is restricted to admin users.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"requirements","type":"[ShippingOptionRequirement](../../../entities/classes/entities.ShippingOptionRequirement.mdx)[]","description":"The details of the requirements that must be satisfied for the Shipping Option to be available for usage in a Cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"data","type":"`Record`","description":"The data needed for the Fulfillment Provider to identify the Shipping Option.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"includes_tax","type":"`boolean`","description":"Whether the shipping option price include tax","optional":false,"defaultValue":"false","expandable":false,"featureFlag":"tax_inclusive_pricing","children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product collection's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title that the Product Collection is identified by.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`string`","description":"A unique string that identifies the Product Collection - can for example be used in slug structures.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product type's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Type represents.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The product tag's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value that the Product Tag represents","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The sales channel's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"The description of the sales channel.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_disabled","type":"`boolean`","description":"Specify if the sales channel is enabled or disabled.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"products","type":"[Product](../../../entities/classes/entities.Product.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The product's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"A title that can be displayed for easy identification of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"An optional subtitle that can be used to further specify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"A short description of the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"handle","type":"`null` \\| `string`","description":"A unique identifier for the Product (e.g. for slug structure).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_giftcard","type":"`boolean`","description":"Whether the Product represents a Gift Card. Products that represent Gift Cards will automatically generate a redeemable Gift Card code once they are purchased.","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"status","type":"[ProductStatus](../../../entities/enums/entities.ProductStatus.mdx)","description":"The status of the product","optional":false,"defaultValue":"draft","expandable":false,"children":[]},{"name":"images","type":"[Image](../../../entities/classes/entities.Image.mdx)[]","description":"The details of the product's images.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"A URL to an image file that can be used to identify the Product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"options","type":"[ProductOption](../../../entities/classes/entities.ProductOption.mdx)[]","description":"The details of the Product Options that are defined for the Product. The product's variants will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"variants","type":"[ProductVariant](../../../entities/classes/entities.ProductVariant.mdx)[]","description":"The details of the Product Variants that belong to the Product. Each will have a unique combination of values of the product's options.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"categories","type":"[ProductCategory](../../../entities/classes/entities.ProductCategory.mdx)[]","description":"The details of the product categories that this product belongs to.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"product_categories","children":[]},{"name":"profile_id","type":"`string`","description":"The ID of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"profile","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)","description":"The details of the shipping profile that the product belongs to. The shipping profile has a set of defined shipping options that can be used to fulfill the product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"profiles","type":"[ShippingProfile](../../../entities/classes/entities.ShippingProfile.mdx)[]","description":"Available if the relation `profiles` is expanded.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"weight","type":"`null` \\| `number`","description":"The weight of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"length","type":"`null` \\| `number`","description":"The length of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"height","type":"`null` \\| `number`","description":"The height of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"width","type":"`null` \\| `number`","description":"The width of the Product Variant. May be used in shipping rate calculations.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"hs_code","type":"`null` \\| `string`","description":"The Harmonized System code of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"origin_country","type":"`null` \\| `string`","description":"The country in which the Product Variant was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"mid_code","type":"`null` \\| `string`","description":"The Manufacturers Identification code that identifies the manufacturer of the Product Variant. May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"material","type":"`null` \\| `string`","description":"The material and composition that the Product Variant is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection_id","type":"`null` \\| `string`","description":"The ID of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"collection","type":"[ProductCollection](../../../entities/classes/entities.ProductCollection.mdx)","description":"The details of the product collection that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type_id","type":"`null` \\| `string`","description":"The ID of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ProductType](../../../entities/classes/entities.ProductType.mdx)","description":"The details of the product type that the product belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tags","type":"[ProductTag](../../../entities/classes/entities.ProductTag.mdx)[]","description":"The details of the product tags used in this product.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discountable","type":"`boolean`","description":"Whether the Product can be discounted. Discounts will not apply to Line Items of this Product when this flag is set to `false`.","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The external ID of the product","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"carts","type":"[Cart](../../../entities/classes/entities.Cart.mdx)[]","description":"The associated carts.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The cart's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"cart\"`","description":"","optional":false,"defaultValue":"\"cart\"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the cart","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The billing address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The shipping address's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The line items added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The region's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"An array of details of all discounts applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"An array of details of all gift cards applied to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer the cart belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_session","type":"`null` \\| [PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)","description":"The details of the selected payment session in the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_sessions","type":"[PaymentSession](../../../entities/classes/entities.PaymentSession.mdx)[]","description":"The details of all payment sessions created on the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payment_id","type":"`string`","description":"The payment's ID if available","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment","type":"[Payment](../../../entities/classes/entities.Payment.mdx)","description":"The details of the payment associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods added to the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"type","type":"[CartType](../../../entities/enums/entities.CartType.mdx)","description":"The cart's type.","optional":false,"defaultValue":"default","expandable":false,"children":[]},{"name":"completed_at","type":"`Date`","description":"The date with timezone at which the cart was completed.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"payment_authorized_at","type":"`Date`","description":"The date with timezone at which the payment was authorized.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the completion of a cart in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"`Record`","description":"The context of the cart which can include info like IP or user agent.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The sales channel ID the cart is associated with.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel associated with the cart.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The total of items with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The total of shipping with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order associated with this cart is returned.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the cart","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"orders","type":"[Order](../../../entities/classes/entities.Order.mdx)[]","description":"The associated orders.","optional":false,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[{"name":"id","type":"`string`","description":"The order's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"object","type":"`\"order\"`","description":"","optional":false,"defaultValue":"\"order\"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../entities/enums/entities.OrderStatus.mdx)","description":"The order's status","optional":false,"defaultValue":"pending","expandable":false,"children":[]},{"name":"fulfillment_status","type":"[FulfillmentStatus](../../../entities/enums/entities.FulfillmentStatus.mdx)","description":"The order's fulfillment status","optional":false,"defaultValue":"not_fulfilled","expandable":false,"children":[]},{"name":"payment_status","type":"[PaymentStatus](../../../entities/enums/entities.PaymentStatus.mdx)","description":"The order's payment status","optional":false,"defaultValue":"not_paid","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"The order's display ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart_id","type":"`string`","description":"The ID of the cart associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"cart","type":"[Cart](../../../entities/classes/entities.Cart.mdx)","description":"The details of the cart associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer","type":"[Customer](../../../entities/classes/entities.Customer.mdx)","description":"The details of the customer associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"email","type":"`string`","description":"The email associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`string`","description":"The ID of the billing address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the billing address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_address_id","type":"`string`","description":"The ID of the shipping address associated with the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[Address](../../../entities/classes/entities.Address.mdx)","description":"The details of the shipping address associated with the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region this order was created in.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region","type":"[Region](../../../entities/classes/entities.Region.mdx)","description":"The details of the region this order was created in.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"currency_code","type":"`string`","description":"The 3 character currency code that is used in the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency","type":"[Currency](../../../entities/classes/entities.Currency.mdx)","description":"The details of the currency used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"tax_rate","type":"`null` \\| `number`","description":"The order's tax rate","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discounts","type":"[Discount](../../../entities/classes/entities.Discount.mdx)[]","description":"The details of the discounts applied on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_cards","type":"[GiftCard](../../../entities/classes/entities.GiftCard.mdx)[]","description":"The details of the gift card used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[ShippingMethod](../../../entities/classes/entities.ShippingMethod.mdx)[]","description":"The details of the shipping methods used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"payments","type":"[Payment](../../../entities/classes/entities.Payment.mdx)[]","description":"The details of the payments used in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"fulfillments","type":"[Fulfillment](../../../entities/classes/entities.Fulfillment.mdx)[]","description":"The details of the fulfillments created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"returns","type":"[Return](../../../entities/classes/entities.Return.mdx)[]","description":"The details of the returns created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claims","type":"[ClaimOrder](../../../entities/classes/entities.ClaimOrder.mdx)[]","description":"The details of the claims created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"refunds","type":"[Refund](../../../entities/classes/entities.Refund.mdx)[]","description":"The details of the refunds created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"swaps","type":"[Swap](../../../entities/classes/entities.Swap.mdx)[]","description":"The details of the swaps created for the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"draft_order_id","type":"`string`","description":"The ID of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"draft_order","type":"[DraftOrder](../../../entities/classes/entities.DraftOrder.mdx)","description":"The details of the draft order this order was created from.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"edits","type":"[OrderEdit](../../../entities/classes/entities.OrderEdit.mdx)[]","description":"The details of the order edits done on the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that belong to the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"gift_card_transactions","type":"[GiftCardTransaction](../../../entities/classes/entities.GiftCardTransaction.mdx)[]","description":"The gift card transactions made in the order.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"canceled_at","type":"`Date`","description":"The date the order was canceled on.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"Flag for describing whether or not notifications related to this should be send.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotency_key","type":"`string`","description":"Randomly generated key used to continue the processing of the order in case of failure.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"external_id","type":"`null` \\| `string`","description":"The ID of an external order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"The ID of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel this order belongs to.","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_total","type":"`number`","description":"The total of shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"`null` \\| `number`","description":"The tax total applied on shipping","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"`number`","description":"The total of discount rounded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"`number`","description":"The total of discount","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"`null` \\| `number`","description":"The tax total applied on items","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"`null` \\| `number`","description":"The total of tax","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"`number`","description":"The total amount refunded if the order is returned.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"`number`","description":"The total amount of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"`number`","description":"The subtotal of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"`number`","description":"The total amount paid","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_amount","type":"`number`","description":"The amount that can be refunded","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"`number`","description":"The total of gift cards","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"`number`","description":"The total of gift cards with taxes","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The associated sales channels.","optional":true,"defaultValue":"","expandable":true,"featureFlag":"medusa_v2","children":[]},{"name":"returnable_items","type":"[LineItem](../../../entities/classes/entities.LineItem.mdx)[]","description":"The details of the line items that are returnable as part of the order, swaps, or claims","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"publishableKeys","type":"[PublishableApiKey](../../../entities/classes/entities.PublishableApiKey.mdx)[]","description":"The associated publishable API keys.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The key's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`null` \\| `string`","description":"The unique identifier of the user that created the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_by","type":"`null` \\| `string`","description":"The unique identifier of the user that revoked the key.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The key's title.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"revoked_at","type":"`Date`","description":"The date with timezone at which the key was revoked.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"locations","type":"[SalesChannelLocation](../../../entities/classes/entities.SalesChannelLocation.mdx)[]","description":"The details of the stock locations related to the sales channel.","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The Sales Channel Stock Location's ID","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date with timezone at which the resource was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date with timezone at which the resource was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"The date with timezone at which the resource was deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the Sales Channel","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"location_id","type":"`string`","description":"The ID of the Location Stock.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)","description":"The details of the sales channel the location is associated with.","optional":false,"defaultValue":"","expandable":true,"children":[]}]}]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useAdminProduct"/> ### useAdminProductTagUsage diff --git a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Stock_Locations.mdx b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Stock_Locations.mdx index 923e41cfbb4b8..756d2236893d4 100644 --- a/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Stock_Locations.mdx +++ b/www/apps/docs/content/references/medusa_react/Hooks/Admin/medusa_react.Hooks.Admin.Stock_Locations.mdx @@ -145,7 +145,7 @@ export default StockLocation #### Mutation Function Returned Data - + ___ diff --git a/www/apps/docs/content/references/medusa_react/Hooks/Store/medusa_react.Hooks.Store.Product_Collections.mdx b/www/apps/docs/content/references/medusa_react/Hooks/Store/medusa_react.Hooks.Store.Product_Collections.mdx index 48a139d7d35a3..f1b95746542f3 100644 --- a/www/apps/docs/content/references/medusa_react/Hooks/Store/medusa_react.Hooks.Store.Product_Collections.mdx +++ b/www/apps/docs/content/references/medusa_react/Hooks/Store/medusa_react.Hooks.Store.Product_Collections.mdx @@ -48,7 +48,7 @@ export default ProductCollection #### Query Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useCollection"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useCollection"/> ### useCollections @@ -129,4 +129,4 @@ export default ProductCollections #### Query Returned Data -`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useCollections"/> +`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channels","type":"[SalesChannel](../../../entities/classes/entities.SalesChannel.mdx)[]","description":"The details of the sales channels this product is available in.","optional":false,"defaultValue":"","expandable":true,"children":[]}]},{"name":"metadata","type":"`Record`","description":"An optional key-value map with additional details","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="useCollections"/> diff --git a/www/apps/docs/content/references/medusa_react/Providers/medusa_react.Providers.Medusa.mdx b/www/apps/docs/content/references/medusa_react/Providers/medusa_react.Providers.Medusa.mdx index 875e5a32ad705..b3223a482a3b4 100644 --- a/www/apps/docs/content/references/medusa_react/Providers/medusa_react.Providers.Medusa.mdx +++ b/www/apps/docs/content/references/medusa_react/Providers/medusa_react.Providers.Medusa.mdx @@ -86,7 +86,7 @@ The `Storefront` component and its child components can now use hooks exposed by ### Parameters -`","description":"An object of custom headers to pass with every request. Each key of the object is the name of the header, and its value is the header's value.","optional":true,"defaultValue":"`{}`","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="MedusaProvider"/> +`","description":"An object of custom headers to pass with every request. Each key of the object is the name of the header, and its value is the header's value.","optional":true,"defaultValue":"`{}`","expandable":false,"children":[]},{"name":"medusaClient","type":"`Medusa`","description":"An instance of the Medusa JS Client. If you don't provide an instance, one will be created using the `baseUrl`, `apiKey`, \n`publishableApiKey`, `maxRetries`, and `customHeaders` props.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="MedusaProvider"/> ### Returns diff --git a/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.computeVariantPrice.mdx b/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.computeVariantPrice.mdx index 211efa4394d19..23e502cac116a 100644 --- a/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.computeVariantPrice.mdx +++ b/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.computeVariantPrice.mdx @@ -43,7 +43,7 @@ const Products = () => { ## Parameters - + ## Returns diff --git a/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.formatVariantPrice.mdx b/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.formatVariantPrice.mdx index 2ddabff4d706e..6ca588b8a8c90 100644 --- a/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.formatVariantPrice.mdx +++ b/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.formatVariantPrice.mdx @@ -42,7 +42,7 @@ const Products = () => { ## Parameters - + ## Returns diff --git a/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.getVariantPrice.mdx b/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.getVariantPrice.mdx index 090bcebc9b1db..b6d6dcf17891e 100644 --- a/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.getVariantPrice.mdx +++ b/www/apps/docs/content/references/medusa_react/Utilities/functions/medusa_react.Utilities.getVariantPrice.mdx @@ -43,7 +43,7 @@ const Products = () => { ## Parameters - + ## Returns diff --git a/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.ComputeVariantPriceParams.mdx b/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.ComputeVariantPriceParams.mdx index 9890da321e28e..b48862486a623 100644 --- a/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.ComputeVariantPriceParams.mdx +++ b/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.ComputeVariantPriceParams.mdx @@ -10,4 +10,4 @@ Options to format a variant's price. ## Properties - + diff --git a/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.FormatVariantPriceParams.mdx b/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.FormatVariantPriceParams.mdx index 8735602f53620..2776194c83805 100644 --- a/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.FormatVariantPriceParams.mdx +++ b/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.FormatVariantPriceParams.mdx @@ -10,4 +10,4 @@ Options to format a variant's price. ## Properties - + diff --git a/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.MedusaProviderProps.mdx b/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.MedusaProviderProps.mdx index 1bc41be1adeff..d7695fbe136cf 100644 --- a/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.MedusaProviderProps.mdx +++ b/www/apps/docs/content/references/medusa_react/interfaces/medusa_react.MedusaProviderProps.mdx @@ -8,4 +8,4 @@ import TypeList from "@site/src/components/TypeList" ## Properties -`","description":"An object of custom headers to pass with every request. Each key of the object is the name of the header, and its value is the header's value.","optional":true,"defaultValue":"`{}`","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="MedusaProviderProps"/> +`","description":"An object of custom headers to pass with every request. Each key of the object is the name of the header, and its value is the header's value.","optional":true,"defaultValue":"`{}`","expandable":false,"children":[]},{"name":"medusaClient","type":"`Medusa`","description":"An instance of the Medusa JS Client. If you don't provide an instance, one will be created using the `baseUrl`, `apiKey`, \n`publishableApiKey`, `maxRetries`, and `customHeaders` props.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="MedusaProviderProps"/> diff --git a/www/apps/docs/content/references/medusa_react/types/medusa_react.Cart.mdx b/www/apps/docs/content/references/medusa_react/types/medusa_react.Cart.mdx new file mode 100644 index 0000000000000..350ce1aa0c7b5 --- /dev/null +++ b/www/apps/docs/content/references/medusa_react/types/medusa_react.Cart.mdx @@ -0,0 +1,9 @@ +--- +displayed_sidebar: medusaReactSidebar +--- + +import TypeList from "@site/src/components/TypeList" + +# Cart + + **Cart**: `StoreCartsRes`[`"cart"`] diff --git a/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariant.mdx b/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariant.mdx new file mode 100644 index 0000000000000..d363e312af43d --- /dev/null +++ b/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariant.mdx @@ -0,0 +1,9 @@ +--- +displayed_sidebar: medusaReactSidebar +--- + +import TypeList from "@site/src/components/TypeList" + +# ProductVariant + + **ProductVariant**: ConvertDateToString<Omit<ProductVariantEntity, "beforeInsert">> diff --git a/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariantInfo.mdx b/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariantInfo.mdx index 716ad4f46c1fe..f5752749fb06b 100644 --- a/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariantInfo.mdx +++ b/www/apps/docs/content/references/medusa_react/types/medusa_react.ProductVariantInfo.mdx @@ -6,4 +6,4 @@ import TypeList from "@site/src/components/TypeList" # ProductVariantInfo - **ProductVariantInfo**: Pick<ProductVariant, "prices"> + **ProductVariantInfo**: Pick<[ProductVariant](medusa_react.ProductVariant.mdx), "prices"> diff --git a/www/apps/docs/content/references/medusa_react/types/medusa_react.TQueryKey.mdx b/www/apps/docs/content/references/medusa_react/types/medusa_react.TQueryKey.mdx new file mode 100644 index 0000000000000..e7eca23dcbd6d --- /dev/null +++ b/www/apps/docs/content/references/medusa_react/types/medusa_react.TQueryKey.mdx @@ -0,0 +1,17 @@ +--- +displayed_sidebar: medusaReactSidebar +--- + +import TypeList from "@site/src/components/TypeList" + +# TQueryKey + + **TQueryKey**: `Object` + +## Type Parameters + + + +## Properties + + [...TQueryKey<TKey>[\"all\"], `\"list\"`]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"list","type":"(`query?`: TListQuery) => [...ReturnType<TQueryKey<TKey>[\"lists\"]>, ``{ query: TListQuery \\| undefined }``]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"() => [...TQueryKey<TKey>[\"all\"], `\"detail\"`]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"(`id`: TDetailQuery) => [...ReturnType<TQueryKey<TKey>[\"details\"]>, TDetailQuery]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/medusa-react/overview#expanding-fields" sectionTitle="TQueryKey"/> diff --git a/www/apps/docs/content/references/medusa_react/types/medusa_react.UseQueryOptionsWrapper.mdx b/www/apps/docs/content/references/medusa_react/types/medusa_react.UseQueryOptionsWrapper.mdx new file mode 100644 index 0000000000000..f822d2cccee5e --- /dev/null +++ b/www/apps/docs/content/references/medusa_react/types/medusa_react.UseQueryOptionsWrapper.mdx @@ -0,0 +1,13 @@ +--- +displayed_sidebar: medusaReactSidebar +--- + +import TypeList from "@site/src/components/TypeList" + +# UseQueryOptionsWrapper + + **UseQueryOptionsWrapper**: Omit<UseQueryOptions<TQueryFn, E, TQueryFn, TQueryKey>, "queryKey" \| "queryFn" \| "select" \| "refetchInterval"> + +## Type Parameters + + diff --git a/www/apps/docs/content/references/modules/medusa_react.mdx b/www/apps/docs/content/references/modules/medusa_react.mdx index 8e278a60c06ef..596bf0adac80e 100644 --- a/www/apps/docs/content/references/modules/medusa_react.mdx +++ b/www/apps/docs/content/references/modules/medusa_react.mdx @@ -45,5 +45,9 @@ import TypeList from "@site/src/components/TypeList" - [DeletePaymentSessionMutationData](../medusa_react/types/medusa_react.DeletePaymentSessionMutationData.mdx) - [UpdateMeReq](../medusa_react/types/medusa_react.UpdateMeReq.mdx) - [UpdateLineItemReq](../medusa_react/types/medusa_react.UpdateLineItemReq.mdx) +- [UseQueryOptionsWrapper](../medusa_react/types/medusa_react.UseQueryOptionsWrapper.mdx) - [RegionInfo](../medusa_react/types/medusa_react.RegionInfo.mdx) +- [ProductVariant](../medusa_react/types/medusa_react.ProductVariant.mdx) - [ProductVariantInfo](../medusa_react/types/medusa_react.ProductVariantInfo.mdx) +- [Cart](../medusa_react/types/medusa_react.Cart.mdx) +- [TQueryKey](../medusa_react/types/medusa_react.TQueryKey.mdx)