Tracks transfers that have been raised from the system.
Request
Query Params
full_sync
boolean
optional
Whether the data should be synced in an incremental manner or completely. Defaults to false.
Header Params
X-SYNC-TOKEN
string
required
<sync_token>
Accept-Encoding
string
required
gzip (mandatory)
Body Params application/json
array of:
tout_id
string
required
Transfer Out ID
target_store
string
required
Store that has to receive the transfer
transfer_out_date
string<date>
required
Date the target store receives the transfer.
origin_store
string
required
Store from where the transfer is originated
item_count
number
required
Number of unique articles Eg. If 5 pieces of article A and 7 pieces of article B are being transferred, this field should have 2 as the value as there are 2 unique articles.
total_worth_in_cp
number<double>
required
Total worth of the transfer in cost price of the articles. Must include the tax and other price rules applied.
total_worth_in_sp
number<double>
required
Total worth of the transfer in cost price of the articles. Must include the tax and other price rules applied.