# POST /dropshipment-items.json **POST /dropshipment-items.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **dropshipmentId** (integer(int32)) Dropshipment - **purchaseImportExternalId** (string | null) Purchase import external - **purchaseItemId** (integer(int32)) Purchase item - **quantity** (integer(int32)) Quantity - **saleItemId** (integer(int32) | null) Sale item - **source** (string | null) Source ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **dropshipmentId** (integer(int32)) Dropshipment - **id** (integer(int32)) Id - **purchaseImportExternalId** (string | null) Purchase import external - **purchaseItemId** (integer(int32)) Purchase item - **quantity** (integer(int32)) Quantity - **saleItemId** (integer(int32) | null) Sale item - **source** (string | null) Source - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)