Add multiple shipments to one or more shipment groups

post

/custom-actions/addToGroup/shipments/

Request

Header Parameters
  • An optional header parameter that allows you to process the request asynchronously. Set the request header "Prefer" to "respond-async" for asynchronous processing. For synchronous processing, leave the parameter blank or do not define it.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match All
Show Source
Nested Schema : actionRequest
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : pks
Type: array
Object primary keys that supports one or more multi-part (compound) keys
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : shipGroupPks
Type: array
The type of the shipment group to find or create.
Show Source
Back to Top

Response

Supported Media Types

Default Response

Default Response.
Body ()
Root Schema : addToGroupResponse
Match All
Show Source
Nested Schema : actionResponse
Type: object
Show Source
Nested Schema : addToGroupResponse-allOf[1]
Type: object
Show Source
Nested Schema : failed
Type: array
The type of the shipment group to find or create.
Show Source
Nested Schema : passed
Type: array
The type of the shipment group to find or create.
Show Source
Nested Schema : resultItemWithError
Match All
Show Source
Nested Schema : resultItem
Type: object
Show Source
Nested Schema : resultItemWithError-allOf[1]
Type: object
Show Source
Nested Schema : endTime
The end time.
Match All
Show Source
Nested Schema : startTime
The start time.
Match All
Show Source
Nested Schema : totalActualCost
The total actual cost.
Match All
Show Source
Nested Schema : totalWeightedCost
The total weighted cost.
Match All
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : currencyType
Type: object
Show Source
Back to Top