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