Add Trancfered Order
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
POST
/api/v1/inventory_transfer_orders
Last modified:2025-04-13 23:35:30
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | You must contact support to get the apikey. Required | string |
apiconnection | appmobile | You must contact support to get the apiconnection. Required | string |
secure-business-key | 140356399db2b2c32f0.25237063 | You must contact support to get the secure-business-key. Required | string |
userToken | 09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9 | Get user token from https://testaccounts.vodoerp.com/api/login or https://accounts.vodoerp.com/api/login Required | string |
Key | Value | Description | Type |
---|---|---|---|
from_inventory | 202 | Source inventory ID Required | text |
to_inventory | 203 | Destination inventory ID Required | text |
item_id[0] | 1389 | Item ID (first item) Required | text |
item_qty[0] | 46 | Item quantity (first item) Required | text |
item_unit_id[0] | 466 | Item unit ID (first item) | text |
ecommerce_item_attributes_id[0][0] | 4 | First attribute ID for the first item | text |
ecommerce_item_attributes_id[0][1] | 1 | Second attribute ID for the first item | text |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.testecommerce.vodoerp.com/api/v1/inventory_transfer_orders' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--header 'userToken: 09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9' \
--form 'from_inventory="202"' \
--form 'to_inventory="203"' \
--form 'item_id[0]="1389"' \
--form 'item_qty[0]="46"' \
--form 'item_unit_id[0]="466"' \
--form 'ecommerce_item_attributes_id[0][0]="4"' \
--form 'ecommerce_item_attributes_id[0][1]="1"'
Response Response Example
{}
Request
Header Params
apikey
stringÂ
required
Example:
5f28583f26a1a
apiconnection
stringÂ
required
Example:
appmobile
secure-business-key
stringÂ
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
140356399db2b2c32f0.25237063
userToken
stringÂ
required
https://testaccounts.vodoerp.com/api/login
or
https://accounts.vodoerp.com/api/login
Example:
09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9
Body Params multipart/form-data
from_inventory
stringÂ
required
Example:
202
to_inventory
stringÂ
required
Example:
203
item_id[0]
stringÂ
required
Example:
1389
item_qty[0]
stringÂ
required
Example:
46
item_unit_id[0]
stringÂ
required
Example:
466
ecommerce_item_attributes_id[0][0]
stringÂ
required
Example:
4
ecommerce_item_attributes_id[0][1]
stringÂ
required
Example:
1