Skip to main content
POST
Transfer Product Item

Authorizations

Authorization
string
header
required

A JWT Access Token obtained from Google Cloud.

Path Parameters

id
string<uuid>
required

The product ID.

Body

application/json

Transfer request with sender and recipient identifiers.

product_item_id
string<uuid>
required

The ID of the product item to transfer.

sender_email
string<email>

Email of the current owner (sender).

sender_user_id
string<uuid>

User ID of the current owner (sender).

recipient_email
string<email>

Email of the recipient.

recipient_user_id
string<uuid>

User ID of the recipient.

Response

Product item transferred successfully.

product_item
object
required
previous_owner
object
required
new_owner
object
required
transferred_at
integer
required