Preview line items

Previews calculated line items for a shipper pay courier based on rate sheet and task group without creating the group.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
shipper_pay_courier_rate_sheet_idstringRequired
ID of the shipper pay courier rate sheet
task_group_idstringRequired
ID of the task group
dangerous_goodsbooleanOptionalDefaults to false
Whether the shipment contains dangerous goods
holidaybooleanOptionalDefaults to false
Whether the delivery is on a holiday
weekendbooleanOptionalDefaults to false
Whether the delivery is on a weekend
after_hoursbooleanOptionalDefaults to false
Whether the delivery is after hours

Response

Successful Response
schema_versioninteger
task_group_idstring
courier_org_idstring

Must be a string starting with org_

rate_sheet_idstring
line_itemslist of objects
shipper_org_idstring or null
off_chrt_shipper_org_info_idstring or null
order_cancelledboolean or nullDefaults to false

Errors