#skoshkarli

1 messages · Page 1 of 1 (latest)

sudden mantleBOT
echo roost
idle mulch
#

i am currently doing the following:

      query: MY QUERY STRING,
      expand: ['data.product'],
    });
#

but it doesnt return all the currencies for each price

#

only the usd

#

and i dont see that in the list either

#

i am querying for multiple products at once

#

which is why i use search

#

example of a product setup:

#

i need to see all the currencies

#

but i only get USD

echo roost
#

What does your query string look like?

idle mulch
#

product: 'someProduct' OR product: 'someOtherProduct'

#

i dont see anything about currencies in the api doc though

#

in prices section

#

this is very odd

echo roost
idle mulch
#

but i can't use and AND and OR

echo roost
idle mulch
#

i dont really understand this, could you give an example?

#

would this allow to use an AND and OR ?

#

in the same query?

#

it was my udnerstanding that your api did not support this

#

based on previous conversations with you guys

echo roost
#

Yes, for example you can do product = PROD1 AND product = PROD2

#

Just noted that AND and OR operators are mutually exclusive.

idle mulch
#

so that doesnt help me get the currencies

#

is it possible to get all the currencies for prices somehow?

#

?

#

@echo roost

echo roost
#

Thanks for the waiting, discord is busy today

idle mulch
#

oh ok no worries. my response was delayed and i was worried that i lost you

echo roost
idle mulch
#

got it. yes i think this works for me!. Thank you!