action shipengine_create_label_from_rate { label: "Purchase Label with Rate ID" description: "When retrieving rates for shipments using the `/rates` endpoint, the returned information contains a `rate_id` property that can be used\nto generate a label without having to refill in the shipment information repeatedly.\n" provider: shipengine method: POST path: "/v1/labels/rates/{rate_id}" encoding: json input: { type: "object" description: "A purchase label without shipment request body" additionalProperties: false } output: { type: "object" description: "A create label from rate response body" additionalProperties: false } }