Shipstation v0.3.5 Shipstation.Structs.Order

Parameters used when creating an order

Summary

Types

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