Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class UpdateProductRequest

    Inheritance
    object
    UpdateProductRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    Assembly: Inttegro.dll
    Syntax
    public sealed class UpdateProductRequest

    Properties

    | Edit this page View Source

    About

    Declaration
    [JsonPropertyName("about")]
    public string? About { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Attributes

    Declaration
    [JsonPropertyName("attributes")]
    public Dictionary<string, string>? Attributes { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Category

    Declaration
    [JsonPropertyName("category")]
    public ProductCategory? Category { get; set; }
    Property Value
    Type Description
    ProductCategory
    | Edit this page View Source

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, string>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Media

    Declaration
    [JsonPropertyName("media")]
    public List<ProductMediaItem>? Media { get; set; }
    Property Value
    Type Description
    List<ProductMediaItem>
    | Edit this page View Source

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ProductId

    Declaration
    [JsonPropertyName("product_id")]
    public string? ProductId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Reference

    Declaration
    [JsonPropertyName("reference")]
    public string? Reference { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Shipment

    Declaration
    [JsonPropertyName("shipment")]
    public ProductShipment? Shipment { get; set; }
    Property Value
    Type Description
    ProductShipment
    | Edit this page View Source

    TaxCode

    Declaration
    [JsonPropertyName("tax_code")]
    public string? TaxCode { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX