# Returns

No Content (202 status on success).

## Parameters

### orderId  
- **Type:** string  
- **Required:** Yes

### readyToPickup  
- **Type:** boolean  
- **Required:** Yes  
- Defaults to: true

## Responses

### 200 OK

### 202

### 400 Bad Request

### 401 Unauthorized

## Example CURL Request

```shell
curl --location --request PUT 'https://api.shipday.com/orders/32830058/meta' \
--header 'Authorization: Basic BgxsDwd00n.LNNn90QydrjgZ1K9dS13' \
--header 'Content-Type: application/json' \
--data '{
    "readyToPickup": true
}'
```

```json
{}
```
