Skip to main content

Retrieves a single stock transfer by ID

Endpoint: https://po.mimoran.com/api/v1/graphql.php

query {
stockTransfer(id: 1) {
stocktransfer_id
transfer_code
source_location_id
source_location_name
destination_location_id
destination_location_name
stocktransfer_date
status
created_at
updated_at
items {
stocktransfer_product_id
product_id
variant_id
inventory_item_id
product_name
product_sku
variant_name
product_image
qty_transferred
qty_received
}
errors
}
}