Skip to content

Commit

Permalink
Add greem logos field to product (#18)
Browse files Browse the repository at this point in the history
This commit adds the Green Logos field to the REST API client.
  • Loading branch information
iavorJ committed Apr 24, 2023
1 parent 3087fc2 commit c63dcbe
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 @@ -473,6 +473,7 @@ function spn($spn)
* - extSchemaType (string): ExtSchemaType is the EXT_SCHEMA_TYPE field of the SAP OCI specification.
* - features (array): Features defines product features, i.e. additional properties of the product.
* - glAccount (string): GLAccount represents the GL account number to use for this product.
* - greenLogos (array): GreenLogos is an array of green logo names, which are hosted in the store, and used to mark products as green.
* - gtin (string): GTIN is the global trade item number of the product (used to be EAN).
* - hazmats (array): Hazmats classifies hazardous/dangerous goods.
* - id (string): ID is a unique (internal) identifier of the product.
Expand Down

0 comments on commit c63dcbe

Please sign in to comment.