Skip to content
Discussion options

You must be logged in to vote

You can filter/allowlist which fields you want to return in the response object by using the fields param:

// through the REST API

/products?fields[0]=tags

// or Swell.js

await swell.products.list({
  fields: ["tags"]
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by logeshswell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
2 participants