# Create an order for dropship partner. **POST /api-drop/v2/orders** ## Servers ## Parameters ### Body: (object) - **alternative_id** (string) order's partner ID - **product_id** (integer) product's dropship ID - **buyer** (string) order's buyer - **street** (string) street - **additional_street** (string) additional_street - **postcode** (string) postcode - **city** (string) city - **country** (string) country - **buyer_phone** (string) buyer's phone - **buyer_email** (string) buyer's email - **extra** (string) order's extra ## Responses ### 200 create an order for dropship partner #### Body: (object) - **code** (integer) - **msg** (string) - **public_id** (string) order's public id ### 400 Bad request #### Body: (object) - **code** (integer) - **msg** (string) ### 500 Internal server error #### Body: (object) - **code** (integer) - **msg** (string) [Powered by Bump.sh](https://bump.sh)