Update Pickup Methods

Update existing pickup methods. This batch operation can update 10 pickup method objects in one request. Only the `id` property of the pickup method object is required as part of the request. Pickup method properties that are not provided will maintain their existing values. ## Limits * Limit of updating 10 pickup method objects per `PUT` request.

Authentication

X-Auth-Tokenstring
### OAuth scopes | UI Name | Permission | Parameter | |:--------|:-----------|:----------| | Order Fulfillment | read-only | `store_order_fulfillment_read_only` | | Order Fulfillment | modify | `store_order_fulfillment_manage` | ### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| | `X-Auth-Token` | `access_token` | For more about API accounts that generate `access_token`s, see [API Accounts and OAuth Scopes](/developer/docs/overview/api-accounts#api-accounts). | ### Further reading For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-accounts). For more about BigCommerce OAuth scopes, see [API Accounts and OAuth Scopes](/developer/docs/overview/api-accounts#oauth-scopes). For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).

Request

This endpoint expects a list of objects.
collection_instructionsstringOptional0-250 characters
Instructions for picking up items.
collection_time_descriptionstringOptional0-250 characters
The description of collection time.
display_namestringOptional0-250 characters
Title of the pickup method.
idintegerOptional
The ID of the pickup method.
location_idintegerOptional
The ID of the location.
location_identityintegerOptionalDeprecated

Response

The request has been successfully processed.
datalist of objects
metaobject