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
Describe the bug
Response components are incorrect for GET /v3/customers/{customerId}/metafields and GET /v3/customers/{customerId}/metafields/{metafieldId}
Describe the bug
Response components are incorrect for
GET /v3/customers/{customerId}/metafields
andGET /v3/customers/{customerId}/metafields/{metafieldId}
To Reproduce
Response
and note the shape ofBody
for the 200 response (object with propertyitems
)https://api.bigcommerce.com/stores/{store_hash}/v3/customers/{customerId}/metafields
for any valid store_hash and customerIddata
) to the shape in the documentationhttps://api.bigcommerce.com/stores/{store_hash}/v3/customers/{customerId}/metafields/{metafieldId}
Expected behavior
Response components in the documentation should match what is received at runtime.
Screenshots


Documentation:
Actual responses:
The text was updated successfully, but these errors were encountered: