Update Shopping List

Update a shopping list. Equivalent Storefront GraphQL API Mutation: `shoppingListsUpdate`. 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

namestringRequired>=1 character
Shopping list name
descriptionstringRequired>=1 character
Description of this shopping list
statusdoubleRequired

0: Approved 20: Deleted 30: Draft 40: Ready for approval

idstringRequired>=1 character

Shopping list’s ID

Response

OK
codedouble
messagestring>=1 character
dataobject