/** * @schema AdminShippingProfileResponse * type: object * description: The shipping profile's details. * x-schemaName: AdminShippingProfileResponse * required: * - shipping_profile * properties: * shipping_profile: * $ref: "#/components/schemas/AdminShippingProfile" * */