Skip to content

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

Merged
bc-terra merged 1 commit intobigcommerce:mainfrom
tvhees:patch-1
Apr 29, 2025
Merged

Fix customers/{customerId}/metafields GET responses#917
bc-terra merged 1 commit intobigcommerce:mainfrom
tvhees:patch-1

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

This should fix bigcommerce#912

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

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