Product Types
The product_types object is included in the Create Delivery request body to declare whether the shipment contains regulated, restricted, or high-value goods. These flags are passed to downstream carriers and used by Rendr to enforce carrier eligibility, handling protocols, and compliance requirements at the point of booking.
Endpoint
Authentication: Bearer token required via the Authorization header.
Payload
Field Definitions
item_schedule_class vs prescription_meds_s* flags
You can declare scheduled medications using either approach:
prescription_meds_s2/prescription_meds_s4/prescription_meds_s8— set the individual boolean for each schedule class present in the delivery.item_schedule_class— set a single numeric value representing the highest schedule class in the delivery.
Both approaches produce the same outcome. item_schedule_class is useful when your system already tracks schedule class as a numeric value, avoiding the need to map to boolean flags. If both are provided, item_schedule_class takes precedence.
If your delivery contains regulated goods and the appropriate product_types flags are not set, Rendr may allocate a carrier that is not authorised to handle those items. Always ensure these flags accurately reflect the contents of the delivery before submitting.
