Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<CustomsItem>
Create
Implements
IBaseParameters
ICustomsItemParameter
IParameter
Inherited Members
BaseParameters<CustomsItem>.MatchFunction
BaseParameters<CustomsItem>.Matches(CustomsItem)
BaseParameters<CustomsItem>.ToDictionary()
BaseParameters<CustomsItem>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.CustomsItem
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<CustomsItem>, IBaseParameters, ICustomsItemParameter, IParameter

Properties

| Improve this Doc View Source

Code

SKU or UPC of the item.

Declaration
public string? Code { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Currency

Three-letter currency code for the item. Defaults to USD.

Declaration
public string? Currency { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Description

Description of the item being shipped. Required.

Declaration
public string? Description { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Eccn

Export Control Classification Number (ECCN) for the item.

Declaration
public string? Eccn { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

HsTariffNumber

Harmonized Tariff Schedule number for the item.

Declaration
public string? HsTariffNumber { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Manufacturer

Manufacturer of the item.

Declaration
public string? Manufacturer { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

OriginCountry

Two-letter code for the origin country. Required.

Declaration
public string? OriginCountry { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PrintedCommodityIdentifier

Commodity identifier for the item.

Declaration
public string? PrintedCommodityIdentifier { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Quantity

Quantity of the item being shipped. Required.

Declaration
public int? Quantity { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Value

Total value of all items (unit value * Quantity) in USD. Required.

Declaration
public double? Value { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

Weight

Total weight of all items (unit weight * Quantity) in ounces. Required.

Declaration
public double? Weight { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

IBaseParameters
ICustomsItemParameter
IParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX