Skip to content

Commit 7d09981

Browse files
authored
chore: remove ignore tag for import function + update version tag (medusajs#12774)
1 parent 2b22012 commit 7d09981

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

packages/core/js-sdk/src/admin/product.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ export class Product {
6666
* [Create Product Import](https://docs.medusajs.com/api/admin#products_postproductsimports)
6767
* API route.
6868
*
69-
* @version 2.8.0
70-
* @ignore
71-
* @privateRemarks
72-
* The ignore tag to be removed once the feature is ready.
73-
* Also, the version indicates the version where the method was added.
74-
* Maybe we should change the version once the feature is ready.
69+
* @version 2.8.5
7570
*
7671
* @param body - The import's details.
7772
* @param query - Query parameters to pass to the request.

packages/medusa/src/api/admin/products/imports/[transaction_id]/confirm/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Modules, TransactionHandlerType } from "@medusajs/framework/utils"
1212
import { StepResponse } from "@medusajs/framework/workflows-sdk"
1313

1414
/**
15-
* @version 2.8.0
15+
* @version 2.8.5
1616
*/
1717
export const POST = async (
1818
req: AuthenticatedMedusaRequest,

packages/medusa/src/api/admin/products/imports/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { AdminImportProductsType } from "../validators"
77
import { importProductsAsChunksWorkflow } from "@medusajs/core-flows"
88

99
/**
10-
* @version 2.8.0
10+
* @version 2.8.5
1111
*/
1212
export const POST = async (
1313
req: AuthenticatedMedusaRequest<AdminImportProductsType>,

0 commit comments

Comments
 (0)