order

Order - Bulk Add Manual Shipments

Add manual shipments with tracking information to multiple orders in a single request.

post/order/bulk_add_manual_shipments

Request body

rowsobject[] required

Array of shipment row objects

optionsobject

Additional options

Response

Bulk shipment results

successboolean required

True if no errors occurred in any row

Example response

{
  "results": [
    {
      "shipments": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ]
    }
  ]
}

Changes

Changed in 4 of the 13 revisions of this API.5217

    • the request property became required

      request-property-became-required

    • api operation id post_order_bulk_add_manual_shipments was added

      api-operation-id-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • the request property type changed from number to array, and format from integer to no format

      request-property-type-changed

  • 08cd9cfa14dd122See the full diff
    • added required request body

      request-body-added-required

    • deleted the query request parameter options

      request-parameter-removed

    • deleted the query request parameter rows

      request-parameter-removed

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

  • 46ceda52800028See the full diff
    • removed the request body

      request-body-removed

    • removed the media type application/json for the response with the status

      response-media-type-removed

    • api operation id post_order_bulk_add_manual_shipments removed and replaced with

      api-operation-id-removed

    • added the new optional query request parameter options

      new-optional-request-parameter

    • added the new optional query request parameter rows

      new-optional-request-parameter

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    This revision also has 85 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog