Skip to content

Commit

Permalink
Add bulk order import warning for deleted variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Droniu committed Feb 4, 2025
1 parent 333832d commit eabd065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/developer/bulks/bulk-orders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,10 @@ The input also accepts arbitrary names of variant (`variantName`), product (`pro

`warehouse` - ID of the warehouse, where the order line should be allocated. It is required to check stock availability.

:::warning
If you include order lines containing product variants no longer existing in Saleor database, you need to use [`IGNORE_FAILED`](developer/bulks/error-policy.mdx#ignore_failed) error policy.
:::

#### Fulfillments (`OrderBulkCreateFulfillmentLineInput`)

Product variant is searched by one of the following identifiers: `id`, `sku` or `external_reference`.
Expand Down

0 comments on commit eabd065

Please sign in to comment.