Create Transfer
post/product/{product_uid}/transfer
Path parameters
product_uidstring required
Request body
Response
200
Example response
{
"type": "success",
"message": "Product Transaction Created Successfully",
"data": {
"transaction_uid": "a7c400fc-6fe8-44b8-9f5b-2ae965288c9b"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.