printdotio / printio-api

Issues + wiki for the api. See http://print.io/api
0 stars 0 forks source link

API requests for Product Variant information for Flat Cards is coming back blank #12

Open gurustump opened 9 years ago

gurustump commented 9 years ago

When I send a request to the Printio API for Product Variants for Flat Cards, I get back two empty arrays: { "ProductVariants": [], "Options": [] } The product ID I am using is 82. That is what is given as the product ID for Flat Cards when one gets a list of products from the API. I suspect either that number is wrong, or the section of the tables that contain Flat Card variants is broken or missing.

URL I used for my products list request: https://api.print.io/api/v/1/source/api/products/?countryCode=US&recipeid=7d4df8d9-578b-4877-8fb6-34ec1cabed44

URL I used for my Flat Cards Product Variants request: https://api.print.io/api/v/1/source/api/productvariants/?countryCode=US&productId=82&recipeid=7d4df8d9-578b-4877-8fb6-34ec1cabed44

AustenB commented 9 years ago

It may be because you don't have any of them in your recipe. Contact your sales rep.

On Thu, Mar 5, 2015 at 9:41 PM, Matthew Stumphy notifications@github.com wrote:

When I send a request to the Printio API for Product Variants for Flat Cards, I get back two empty arrays: { "ProductVariants": [], "Options": [] } The product ID I am using is 82. That is what is given as the product ID for Flat Cards when one gets a list of products from the API. I suspect either that number is wrong, or the section of the tables that contain Flat Card variants is broken or missing.

URL I used for my products list request:

https://api.print.io/api/v/1/source/api/products/?countryCode=US&recipeid=7d4df8d9-578b-4877-8fb6-34ec1cabed44

URL I used for my Flat Cards Product Variants request:

https://api.print.io/api/v/1/source/api/productvariants/?countryCode=US&productId=82&recipeid=7d4df8d9-578b-4877-8fb6-34ec1cabed44

— Reply to this email directly or view it on GitHub https://github.com/printdotio/printio-api/issues/12.

Austen Bernstein Founder & CEO printio

gurustump commented 9 years ago

We'll check in with our sales rep, and I'll report back the results.