Create Transfer Request

Creates an empty transfer request in draft status: the destination location (location_to_id) requests stock from the source (location_from_id). Add lines with POST /transfers/{id}/lines, then have the source issue stock via POST /transfers/{id}/receive. Requires the Create Transfer permission on the destination location.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Transfer payload

integer

Source location id (required)

integer

Destination location id (required, must differ)

Headers
string
required

The merchant install this request acts on (install.store_id from the app.installed webhook).

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json