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_instructions
Instructions for picking up items.
collection_time_description
The description of collection time.
display_name
Title of the pickup method.
id
The ID of the pickup method.
location_id
The ID of the location.
location_identityDeprecated
Response
The request has been successfully processed.
data
meta