chore: remove ignore tag for import function + update version tag (#12774)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user