# Returns

Response object child attributes

> **
>
> success `Boolean`
>
> Boolean value indicating the carrier is removed.
>
> * * *
>
> response `String`
>
> Response message

orderId

string

required

carrierId

string

required

# ``204      204

json

# ``400      400

```bash
curl --request PUT \

--url https://api.shipday.com/orders/assign/orderId/carrierId \

--header 'Accept: application/json' \

--header 'Authorization: Basic BgxsDwd00n.LNNn90QydrjgZ1K9dS13' \

--header 'x-api-key: null'
```

```json
{
  "success": true,
  "response": "assignment successful"
}
```
