# deliveryShippingOriginAssign - admin - MUTATION
Version: 2024-04

## Description
Assigns a location as the shipping origin while using legacy compatibility mode for multi-location delivery profiles.

### Access Scopes
Any of `shipping` access scopes or `manage_delivery_settings` user permission.


## Arguments
* [locationId](/docs/api/admin/2024-04/scalars/ID): ID! - The ID of the location to assign as the shipping origin.


## Returns
* [userErrors](/docs/api/admin/2024-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples