go back to OrderService

POST /orders/{id}/duplicate

Creates duplicate copies of the original order, based on supplied parameters.

Roles that can access this endpoint are Users, Customers.

Parameters

name description type default type
id ID of the original order for which to copy path String
numCopies the number of copies to create (must be between 1 and 25) query int
includeRate copy rating information to new orders query boolean
includeOtherCharges copy other charges to new orders query boolean
includeCarrierCost copy carrier costs to new orders (LTL only) query boolean
includeHandlingRequirements copy carrier handling requirements to new orders (LTL only) query boolean
addToMasterOrder add new orders to existing master order (Container only) query boolean

Result

List < RowOrders >

a list of RowOrders objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- int
- boolean
- boolean
- boolean
- boolean
- boolean