Shipstation v0.1.2 Shipstation.Structs.Product

This struct is used for describing products

Summary

Types

t()
t() :: %Shipstation.Structs.Product{active: boolean, createDate: String.t, customsCountryCode: String.t, customsDescription: String.t, customsTariffNo: String.t, customsValue: String.t, defaultCarrierCode: String.t, defaultConfirmation: String.t, defaultCost: float, defaultIntlCarrierCode: String.t, defaultIntlConfirmation: String.t, defaultIntlPackageCode: String.t, defaultIntlServiceCode: term, defaultPackageCode: String.t, defaultServiceCode: String.t, fulfillmentSku: String.t, height: float, internalNotes: String.t, length: float, modifyDate: String.t, name: String.t, noCustoms: boolean, price: float, productCategory: Shipstation.Structs.ProductCategory.t, productId: integer, productType: String.t, sku: String.t, tags: Shipstation.Structs.ProductTag.t, warehouseLocation: String.t, weightOz: float, width: float}