Shipstation v0.3.2 Shipstation.Structs.Order

Parameters used when creating an order

Summary

Types

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