Open denGitHub opened 7 years ago
Unfortunately what you're trying to do will not work, you're omitting required attributes from the request.
Please review the documentation here, and scroll down to the lineitem attributes section. From there you'll see a list of required attributes, you would need to pass in the type, name, and price attributes to meet the minimum requirement.
Is it possible to sell the product which is created on the dashboard of 2CO account?
I have a product on 2CO with "product id" 12345 with all params: tangible, recur........ Now I want to run just with this product id like "productId" =>"12345"
And I got error 400 in response
though
This example works fine.
It would be nice if it is possible to sell created product from dashboard. Thank you.