Products
Create a product catalog for merchants. Product can have a title, base price, description, associated image, and additional options like price modifiers. Map products to line items in transfers and payment links.
Create new product
POST
/accounts/{accountID}/products
List active products
GET
/accounts/{accountID}/products
Retrieve a product
GET
/accounts/{accountID}/products/{productID}
Update a product and options
PUT
/accounts/{accountID}/products/{productID}
Disable a product
DELETE
/accounts/{accountID}/products/{productID}