UltracartClient::AutoOrderQuery
Name
Type
Description
Notes
auto_order_code
String
Auto order code
[optional]
card_type
String
Card type
[optional]
city
String
City
[optional]
company
String
Company
[optional]
country_code
String
ISO-3166 two letter country code
[optional]
customer_profile_oid
Integer
Customer profile object identifier
[optional]
email
String
Email
[optional]
first_name
String
First name
[optional]
item_id
String
Item ID. Deprecated query field. This incorrectly meant the original order contained this item id.
[optional]
last_name
String
Last name
[optional]
next_item_id
String
Next Item ID that is supposed to ship. This is calculated based upon the schedule associated with the original item id.
[optional]
next_shipment_date_begin
String
Next shipment date begin
[optional]
next_shipment_date_end
String
Next shipment date end
[optional]
original_item_id
String
Original Item ID purchased on auto order.
[optional]
original_order_date_begin
String
Original order date begin
[optional]
original_order_date_end
String
Original order date end
[optional]
original_order_id
String
Original order ID
[optional]
phone
String
Phone
[optional]
postal_code
String
Postal code
[optional]
state
String
State
[optional]
status
String
Status
[optional]
require 'ultracart_api'
instance = UltracartClient ::AutoOrderQuery . new (
auto_order_code : null ,
card_type : null ,
city : null ,
company : null ,
country_code : null ,
customer_profile_oid : null ,
email : null ,
first_name : null ,
item_id : null ,
last_name : null ,
next_item_id : null ,
next_shipment_date_begin : null ,
next_shipment_date_end : null ,
original_item_id : null ,
original_order_date_begin : null ,
original_order_date_end : null ,
original_order_id : null ,
phone : null ,
postal_code : null ,
state : null ,
status : null
)