chore: remove ignore tag for import function + update version tag (#12774)

This commit is contained in:
Shahed Nasser
2025-06-19 13:08:34 +03:00
committed by GitHub
parent 2b220120cd
commit 7d09981440
3 changed files with 3 additions and 8 deletions

View File

@@ -66,12 +66,7 @@ export class Product {
* [Create Product Import](https://docs.medusajs.com/api/admin#products_postproductsimports)
* API route.
*
* @version 2.8.0
* @ignore
* @privateRemarks
* The ignore tag to be removed once the feature is ready.
* Also, the version indicates the version where the method was added.
* Maybe we should change the version once the feature is ready.
* @version 2.8.5
*
* @param body - The import's details.
* @param query - Query parameters to pass to the request.

View File

@@ -12,7 +12,7 @@ import { Modules, TransactionHandlerType } from "@medusajs/framework/utils"
import { StepResponse } from "@medusajs/framework/workflows-sdk"
/**
* @version 2.8.0
* @version 2.8.5
*/
export const POST = async (
req: AuthenticatedMedusaRequest,

View File

@@ -7,7 +7,7 @@ import type { AdminImportProductsType } from "../validators"
import { importProductsAsChunksWorkflow } from "@medusajs/core-flows"
/**
* @version 2.8.0
* @version 2.8.5
*/
export const POST = async (
req: AuthenticatedMedusaRequest<AdminImportProductsType>,