stockBulkUpdate
Updates stocks for a given variant and warehouse.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
stockBulkUpdate(
errorPolicy: ErrorPolicyEnum
stocks: [StockBulkUpdateInput!]!
): StockBulkUpdate
Arguments
stockBulkUpdate.errorPolicy
● ErrorPolicyEnum
enum
Policies of error handling. DEFAULT: REJECT_EVERYTHING
stockBulkUpdate.stocks
● [StockBulkUpdateInput!]!
non-null input
Input list of stocks to update.
Type
StockBulkUpdate
object
Updates stocks for a given variant and warehouse.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
Was this page helpful?