Shipstation v0.3.1 Shipstation.Structs.Order

Parameters used when creating an order

Summary

Types

t()
t() :: %Shipstation.Structs.Order{dimensions: Shipstation.Structs.Dimension.t, shipDate: String.t, billTo: Shipstation.Structs.Address.t, taxAmount: float, customerUsername: String.t, shipByDate: String.t, orderNumber: String.t, serviceCode: String.t, amountPaid: float, orderStatus: String.t, orderDate: String.t, userId: String.t, shippingAmount: float, externallyFulfilled: boolean, insuranceOptions: Shipstation.Structs.InsuranceOption.t, shipTo: Shipstation.Structs.Address.t, paymentMethod: String.t, paymentDate: String.t, externallyFulfilledBy: String.t, confirmation: String.t, internationalOptions: Shipstation.Structs.InternationalOption.t, customerEmail: String.t, customerNotes: String.t, tagIds: [integer], items: [Shipstation.Structs.OrderItem.t], internalNotes: String.t, advancedOptions: Shipstation.Structs.AdvancedOption.t, orderKey: String.t, customerId: integer, requestedShippingService: String.t, gift: boolean, giftMessage: String.t, carrierCode: String.t, packageCode: String.t, weight: Shipstation.Structs.Weight.t}