Update Shopping List Items

Update shopping lists items. Equivalent Storefront GraphQL API Mutation: `shoppingListsItemsUpdate`. For more information, see the [GraphQL Playground](https://api-b2b.bigcommerce.com/graphql/playground).

Authentication

AuthorizationBearer
### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| |`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| You can obtain this token using the steps described in the [REST Storefront API](/developer/docs/b2b-edition/getting-started/authentication#rest-storefront-api) section[...]

Request

shoppinglistIdstringRequired>=1 character
Shopping list ID field
itemIdstringRequired>=1 character
Shopping list item ID field
qtystringRequired>=1 character
Quantity of product in shopping list
optionListlist of objectsRequired
Product option of shopping list item
variantIdstringRequired>=1 character
Product SKU ID
sortOrderintegerOptional
The sort order for item

Response

OK
codedouble
messagestring>=1 character
dataobject