You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the v3 Products API's, but I need to filter by "id:not_in". As far as I know, Python does not allow colons in variable names. So what is the work-around to this?
I expect that all the filters using a colon will not work.
I don't even remember what the question was. LOL
I tend to give up on BigCommerce most the time.
Joey G.
On Monday, June 19, 2023 at 09:05:58 AM PDT, shane-syc ***@***.***> wrote:
No answer from BigCommerce?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Expected behavior
I'm trying to use the v3 Products API's, but I need to filter by "id:not_in". As far as I know, Python does not allow colons in variable names. So what is the work-around to this?
I expect that all the filters using a colon will not work.
The expected result would be a list of products where the IDs are not in the list of IDs.
Actual behavior
id:not_in = "689"
NameError: name 'not_in' is not defined
Steps to reproduce behavior
Use above filter to reproduce.
The text was updated successfully, but these errors were encountered: