Skip to content

Fix customers/{customerId}/metafields GET responses #917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

tvhees
Copy link
Contributor

@tvhees tvhees commented Apr 24, 2025

What changed?

  • Delete incorrect responses/MetafieldCollectionResponse component
  • Add correct 200 response for GET /v3/customers/{customerId}/metafields
  • Add correct 200 response for GET /v3/customers/{customerId}/metafields/{metafieldId}

Release notes draft

  • Fixed API documentation for GET /v3/customers/{customerId}/metafields and GET /v3/customers/{customerId}/metafields/{metafieldId} responses

Anything else?

Fixes #912

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
This should fix bigcommerce#912

I've followed the pattern set in catalog/products_catalog.v3.yml
@bc-terra
Copy link
Contributor

This looks great. I'm going to get someone to run a secondary review to make sure I didn't miss something obvious.

@tvhees
Copy link
Contributor Author

tvhees commented Apr 26, 2025

Thanks @bc-terra!

Copy link
Contributor

@snaderiBC snaderiBC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for improving our docs 👏

@bc-terra bc-terra merged commit b2226ee into bigcommerce:main Apr 29, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Response components for customer/metafields REST requests to Management API does not match runtime responses
3 participants