Shipping::Profile
Update Profile
Update a shipping profile for a workspace
put/shipping/profiles/{id}
Path parameters
idstring required
Request body
Example request
{
"shipping_profile": {
"shipping_profile": {
"name": "Example Shipping",
"variant_ids": []
}
}
}Response
OK
Example response
{
"id": 2,
"public_id": "XGHEUg",
"name": "Example Shipping Profile",
"variant_ids": [],
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}