Transfer Orders

Transfer order operations and management

List transfer orders

get

Returns a paginated list of transfer orders with comprehensive filtering options.

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Query parameters
formatstring · enumOptional

Response format

Default: jsonPossible values:
pageintegerOptional

Page number

Default: 1
limitintegerOptional

Number of items per page

Default: 20
sortstring · enumOptional

Sorting field

Possible values:
stateintegerOptional

Filter by state ID

state__enum_valuestringOptional

Filter by state enum value

orderintegerOptional

Filter by order ID

order__numberstringOptional

Filter by order number

packageintegerOptional

Filter by package ID

package_numberstringOptional

Filter by package number

product_skustringOptional

Filter by product SKU

product_barcodestringOptional

Filter by product barcode

source__erp_codestringOptional

Filter by source stock location ERP code

destination__erp_codestringOptional

Filter by destination stock location ERP code

retail_store__erp_codestringOptional

Filter by retail store ERP code

erp_codestringOptional

Filter by ERP code

order__customer__first_namestringOptional

Filter by customer first name

order__customer__last_namestringOptional

Filter by customer last name

order__date_placedstring · dateOptional

Filter by order date

id__gtintegerOptional

Filter IDs greater than this value

id__gteintegerOptional

Filter IDs greater than or equal to this value

id__ltintegerOptional

Filter IDs less than this value

id__lteintegerOptional

Filter IDs less than or equal to this value

pk__instringOptional

Filter by primary keys (comma-separated)

order__channelintegerOptional

Filter by channel ID

package__shipment__cargo_companyintegerOptional

Filter by shipment cargo company

destination__countrystringOptional

Filter by destination country

Responses
chevron-right
200

Successful operation

application/json
get
/transfer_orders/
200

Successful operation

Get transfer order by ID

get

Retrieve a specific transfer order by its ID

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Responses
chevron-right
200

Transfer order details

application/json
get
/transfer_orders/{id}/
200

Transfer order details

List transfer orders with short format

get

Get a list of transfer orders with minimal information

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Query parameters
formatstring · enumOptional

Response format

Default: jsonPossible values:
pageintegerOptional

Page number

Default: 1
limitintegerOptional

Number of items per page

Default: 20
sortstring · enumOptional

Sorting field

Possible values:
stateintegerOptional

Filter by state ID

state__enum_valuestringOptional

Filter by state enum value

orderintegerOptional

Filter by order ID

order__numberstringOptional

Filter by order number

packageintegerOptional

Filter by package ID

package_numberstringOptional

Filter by package number

Responses
chevron-right
200

Successful operation

application/json
get
/transfer_orders/short/
200

Successful operation

Get transfer order with short format

get

Get a single transfer order with minimal information

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Responses
chevron-right
200

Successful operation

application/json
get
/transfer_orders/{id}/short/
200

Successful operation

Execute transfer order command

post

Execute a command on a specific transfer order

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Body
commandstringOptional

Command to execute

paramsobjectOptional

Command parameters

Responses
chevron-right
200

Command executed successfully

No content

post
/transfer_orders/{id}/command/

No content

Get transfer order extra information

get

Retrieve extra information for a specific transfer order

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Responses
chevron-right
200

Extra information retrieved successfully

application/json
Responseobject
get
/transfer_orders/{id}/extra_information/
200

Extra information retrieved successfully

Set invoice number for transfer order

patch

Set or update the invoice number for a specific transfer order

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Body
invoice_numberstringOptional

Invoice number to set

Responses
chevron-right
200

Invoice number updated successfully

No content

patch
/transfer_orders/{id}/set_invoice_number/
200

Invoice number updated successfully

No content

Set remote ID for transfer order

patch

Set or update the remote ID for a specific transfer order

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Body
remote_idstringOptional

Remote ID to set

Responses
chevron-right
200

Remote ID updated successfully

No content

patch
/transfer_orders/{id}/set_remote_id/
200

Remote ID updated successfully

No content

Get transfer order transition logs

get

Retrieve state transition logs for a specific transfer order

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
Query parameters
pageintegerOptional

Page number

Default: 1
limitintegerOptional

Number of items per page

Default: 20
Responses
chevron-right
200

Transition logs retrieved successfully

application/json
get
/transfer_orders/{id}/transition_logs/
200

Transition logs retrieved successfully

Get specific transition log

get

Retrieve a specific transition log by ID

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Path parameters
idintegerRequired
log_idintegerRequired
Responses
chevron-right
200

Transition log retrieved successfully

application/json
get
/transfer_orders/{id}/transition_logs/{log_id}/
200

Transition log retrieved successfully

List transfer orders (simplified)

get

Returns a simplified list of transfer orders with basic model fields

Authorizations
AuthorizationstringRequired

Use format: Token <your_token>

Query parameters
pageintegerOptional

Page number

Default: 1
limitintegerOptional

Number of items per page

Default: 20
sortstring · enumOptional

Sorting field

Possible values:
Responses
chevron-right
200

Successful operation

application/json
get
/transfer_orders/list-simple/
200

Successful operation

Last updated

Was this helpful?