feat: add Quote Management guide and update sidebar links

This commit is contained in:
Shahed Nasser
2025-03-05 17:12:46 +02:00
parent a4fd39e371
commit b060729a8d
15 changed files with 2616 additions and 327 deletions
@@ -695,15 +695,15 @@ export const syncStep = createStep(
const sanityModule: SanityModuleService = container.resolve(SANITY_MODULE)
const query = container.resolve(ContainerRegistrationKeys.QUERY)
let total = 0
const total = 0
const upsertMap: {
before: any
after: any
}[] = []
const batchSize = 200
let hasMore = true
let offset = 0
const hasMore = true
const offset = 0
const filters = input.product_ids ? {
id: input.product_ids,
} : {}