bigcommerce / docs

The open source docs home for BigCommerce, including API specifications in OAS YAML and narrative docs in MDX
https://developer.bigcommerce.com
10 stars 19 forks source link

DEVDOCS-5962: [update] remove brand_name from response body #320

Closed bc-traciporter closed 2 weeks ago

bc-traciporter commented 3 weeks ago

DEVDOCS-5962

What changed?

Removed brand_name from the response body because this field is incorrect. See PR 329.

Release notes draft

Bug Fix

Anything else?

ping {names}

NataliiaNefodova commented 3 weeks ago

We can create new Brand use "brand_name" in POST / PUT requests or add Product to existing Brand use "brand_id". In response we got "brand_id", it is right to change "brand_name" to "brand_id" in response body.