post https://api.copperx.dev/api/v1/products
Creates a product
Log in to see full request history
Responses
Creates a product
xxxxxxxxxx
11curl --request POST \
--url https://api.copperx.dev/api/v1/products \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"defaultPriceData": {
"currency": "usdc"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: