Skip to main content
POST
Create Product Items

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

Issue product items to users. Provide user IDs and/or emails.

product_id
string<uuid>
required

The ID of the product.

users
string<uuid>[]

The user IDs to give product items to. At least one of users or emails must be provided.

Maximum array length: 550
emails
string<email>[]

The user emails to give product items to. At least one of users or emails must be provided.

Maximum array length: 550

Response

Product items were successfully created and given to users.

items
object[]
required