#peppemu-products
1 messages · Page 1 of 1 (latest)
@tight anchor I'd heavily suggest using one of our libraries , since using tools like postman doesn't really scale for complex requests since as you say, you have to deal with url encoding complex structures
but for example the POST data in an example request is like this
unit_amount=500¤cy=eur&recurring[interval]=month&product_data[name]=My%20Product&product_data[metadata][internalID]=42-prod-1234
@somber estuary thanks a lot!!