Is there a way to fetch a certain field only of a resource using the BigCommerce API? for example fetching the id field only of all products.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe you can just return a filtered list of fields on a get request. If you are using the Ruby gem,
You can find the gem here – https://github.com/bigcommerce/bigcommerce-api-ruby/
Hope this helps!