Shipping::Profile
Fetch Profile
Retrieve a shipping profile for a workspace
get/shipping/profiles/{id}
Path parameters
idstring required
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"
}