v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
Shipping::Profile

Fetch Profile

Retrieve a shipping profile for a workspace

get/shipping/profiles/{id}

Path parameters

idstring required

Response

OK

idinteger

Profile ID

public_idstring nullable

Profile public ID

namestring

Name

{"stackTrail":"components:schemas:ShippingProfileAttributes:properties:variant_ids","oasType":"schema","type":"unknown","description":"Variant IDs"}
created_atstring date-time nullable

Added

updated_atstring date-time nullable

Updated

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"
}