api /sp/targets/bid/recommendations v4 two questions? #257
-
@elizafarley hello, elizafarley Question 1: i want to ask you when i request api /sp/targets/bid/recommendations v4, how to right set param "prime shipping eligible", is it like this? if i remove "prime-shipping-eligible", i will get bid answer, but when i add "prime-shipping-eligible", i always get a empty answer, so, is my usage of this parameter correct? thanks! "targetingExpressions": [ Question 2: sometimes i request api /sp/targets/bid/recommendations v4, request body like: i will get response like: but when i request like: so, Why does adding a new parameter “PAT_CATEGORY_REFINEMENT” affect the result of another parameter “PAT_ASIN”, I think that the results of parameters should be independent of each other, so why do they sometimes seem to influence each other? thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For question 1, try this:
I'll look into question 2 and get back to you. |
Beta Was this translation helpful? Give feedback.
For question 1, try this:
{ "type":"PAT_CATEGORY_REFINEMENT", "value":"category=\"11961863031\" prime-shipping-eligible=\"true\"" }
I'll look into question 2 and get back to you.