Class CreateProductRequest
Inheritance
CreateProductRequest
Assembly: Inttegro.dll
Syntax
public sealed class CreateProductRequest
Properties
|
Edit this page
View Source
About
Declaration
[JsonPropertyName("about")]
public string? About { get; set; }
Property Value
|
Edit this page
View Source
Attributes
Declaration
[JsonPropertyName("attributes")]
public Dictionary<string, string>? Attributes { get; set; }
Property Value
|
Edit this page
View Source
Category
Declaration
[JsonPropertyName("category")]
public ProductCategory? Category { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonPropertyName("media")]
public List<ProductMediaItem>? Media { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { get; set; }
Property Value
|
Edit this page
View Source
Shipment
Declaration
[JsonPropertyName("shipment")]
public ProductShipment? Shipment { get; set; }
Property Value
|
Edit this page
View Source
TaxCode
Declaration
[JsonPropertyName("tax_code")]
public string? TaxCode { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public ProductType Type { get; set; }
Property Value