Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 916 Bytes

UploadMediaRequest.md

File metadata and controls

17 lines (13 loc) · 916 Bytes

Yaksa.OrckestraCommerce.Client.Model.UploadMediaRequest

Products are entities which represents a buyable item managed in a catalog.

Properties

Name Type Description Notes
AttributesToMatch Dictionary<string, Object> [optional]
Description Dictionary<string, string> [optional]
MediaType string the MediaType of the media [optional]
Tag string a tag of the Media [optional]
Title Dictionary<string, string> [optional]
Url string the Url instead upload image [optional]
VariantId string the id of the variant for which we want to upload media [optional]

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