Shipstation v0.1.2 Shipstation.Structs.Order

Parameters used when creating an order

Summary

Types

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