curl --request GET \
--url https://api.lapyme.com.ar/api/v1/stock-transfers/{transfer_id} \
--header 'Authorization: Bearer <token>'{
"request_id": "<string>",
"data": {
"object": "stock_transfer",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_warehouse_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"target_warehouse_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transfer_date": "2023-11-07T05:31:56Z",
"notes": "<string>",
"status": "draft",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_warehouse": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"target_warehouse": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"quantity": 123,
"received_quantity": 123,
"product": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"sku": "<string>",
"variant_options": {},
"option_names": [
"<string>"
]
}
}
]
}
}Devuelve el detalle de la transferencia de stock.
Required scopes: transfers:read.
curl --request GET \
--url https://api.lapyme.com.ar/api/v1/stock-transfers/{transfer_id} \
--header 'Authorization: Bearer <token>'{
"request_id": "<string>",
"data": {
"object": "stock_transfer",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_warehouse_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"target_warehouse_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transfer_date": "2023-11-07T05:31:56Z",
"notes": "<string>",
"status": "draft",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updated_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_warehouse": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"target_warehouse": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"quantity": 123,
"received_quantity": 123,
"product": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"sku": "<string>",
"variant_options": {},
"option_names": [
"<string>"
]
}
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.lapyme.com.ar/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?