Skip to content

Commit

Permalink
Add brand to product attributes (#15)
Browse files Browse the repository at this point in the history
The Store API was extended and products now have a brand attribute. This commit adds support for it in the client.
  • Loading branch information
iavorJ committed Aug 11, 2022
1 parent dae2c2f commit 6904518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/products/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ function spn($spn)
* - blobs (array): Blobs specifies external data, e.g. images or datasheets.
* - boostFactor (array): BoostFactor represents a positive or negative boost for the product.
* - bpn (string): BPN is the buyer part number of the product.
* - brand (string): Brand is the commercial brand name of the product (i.e. end-consumer recognizable brand name).
* - catalogId (int64): ID of the catalog this products belongs to.
* - catalogManaged (boolean): CatalogManaged is a flag that indicates whether this product is configurable (or catalog managed in OCI parlance).
* - categories (array): Categories is a list of (supplier-specific) category names the product belongs to.
Expand Down

0 comments on commit 6904518

Please sign in to comment.