Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.05 KB

ProductOffer.md

File metadata and controls

14 lines (11 loc) · 1.05 KB

# ProductOffer

Properties

Name Type Description Notes
name string Product name. [optional]
category \OpenAPI\AllegroSdk\Model\ProductCategory [optional]
id string Product id. [optional]
id_type string Type of id. This field is optional. It helps in finding products more accurately. If an idType is not set, a given id is understood as a product's id. - `GTIN` - restricts the search filtering to GTINs (Global Trade Item Number), e.g. EAN, ISBN, UPC. - `MPN` - restricts the search filtering to MPNs (Manufacturer Part Number). [optional]
parameters \OpenAPI\AllegroSdk\Model\ParameterProductOfferRequest[] List of product parameters. [optional]
images string[] List of product images. [optional]

[Back to Model list] [Back to API list] [Back to README]