# Create Transaction Item Shipments **POST /v2/api/transactions/{externalTransactionID}/items/{externalItemID}/shipments** Create Transaction Item Shipments ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Authentication methods - Bearer ## Parameters ### Body: application/json (object) externalWarehouseID is required - **externalWarehouseID** (string) External ID of the warehouse where items were allocated - **quantity** (integer) Quantity shipped - **shipmentDate** (string(date-time)) Date the shipment was created - **shipmentID** (string) External ID of the shipment ## Responses ### 201 Created #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### default All errors will return the same object with a describing code & message #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)