action shipengine_update_package_type { label: "Update Custom Package Type By ID" description: "Update the custom package type object by ID" provider: shipengine method: PUT path: "/v1/packages/{package_id}" encoding: json input: { type: "object" description: "An update package type request body" additionalProperties: false } output: { type: "string" } }