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