Defines a product in the merchant’s catalog
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Product details
The name of the product
The price of the product in the smallest currency unit
The three-letter ISO 4217 currency code
Optional custom metadata
{
"sku": "PROD-001",
"category": "electronics"
}The ID of the merchant whose balance is being requested. If omitted, defaults to the authenticated merchant.
A description of the product
Whether the product is active
Product created successfully
Unique identifier
{ "sku": "PROD-001" }