@wix/auto_sdk_stores_catalog-imports-v-3 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -179,6 +179,12 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
179
179
  * @format GUID
180
180
  */
181
181
  importId?: string | null;
182
+ /**
183
+ * Optional - ID of the app that manages the inventory for this product.
184
+ * @internal
185
+ * @format GUID
186
+ */
187
+ inventoryAppId?: string | null;
182
188
  /** Product variants. */
183
189
  variantsInfo?: VariantsInfo;
184
190
  /** Subscription details. */
@@ -3225,7 +3231,7 @@ type SubmitCatalogImportApplicationErrors = {
3225
3231
  *
3226
3232
  * Returns `catalogImport.id` that can be used in subsequent AddProductsToImport and SubmitCatalogImport calls.
3227
3233
  * @param catalogImport - CatalogImport to be created.
3228
- * @internal
3234
+ * @public
3229
3235
  * @documentationMaturity preview
3230
3236
  * @requiredField catalogImport
3231
3237
  * @permissionId stores:catalog:v3:catalog_import:create_catalog_import
@@ -3246,7 +3252,7 @@ declare function createCatalogImport(catalogImport: CatalogImport): Promise<Cata
3246
3252
  * > + Pass `category_ids` to update categories assignments, overwrites existing assignments
3247
3253
  * @param catalogImportId - Catalog Import ID.
3248
3254
  * @param products - List of product items to add to the import session.
3249
- * @internal
3255
+ * @public
3250
3256
  * @documentationMaturity preview
3251
3257
  * @requiredField catalogImportId
3252
3258
  * @requiredField products
@@ -3260,7 +3266,7 @@ declare function addProductsToImport(catalogImportId: string, products: NonNulla
3260
3266
  * Submits all products in the catalog import for processing.
3261
3267
  * Once called, no more items can be added to this import session.
3262
3268
  * @param catalogImportId - Catalog Import ID.
3263
- * @internal
3269
+ * @public
3264
3270
  * @documentationMaturity preview
3265
3271
  * @requiredField catalogImportId
3266
3272
  * @permissionId stores:catalog:v3:catalog_import:submit_catalog_import