pub struct Context {Show 16 fields
pub store_name: Option<StoreName>,
pub order_type: Option<String>,
pub channel: Option<String>,
pub asin: Option<String>,
pub sku: Option<String>,
pub quantity_shipped: Option<i32>,
pub fulfillment_network: Option<String>,
pub payment_type: Option<String>,
pub payment_method: Option<String>,
pub payment_reference: Option<String>,
pub payment_date: Option<String>,
pub deferral_reason: Option<String>,
pub maturity_date: Option<String>,
pub start_time: Option<String>,
pub end_time: Option<String>,
pub context_type: String,
}Expand description
Context : Additional Information about the item.
Fields§
§store_name: Option<StoreName>The store name associated with the transaction.
order_type: Option<String>Order type of the transaction.
channel: Option<String>Channel details of related transaction.
asin: Option<String>Amazon Standard Identification Number (ASIN) of the item.
sku: Option<String>Stock keeping unit (SKU) of the item.
quantity_shipped: Option<i32>Quantity of the item shipped.
fulfillment_network: Option<String>Fulfillment network of the item.
payment_type: Option<String>Type of payment made.
payment_method: Option<String>Method of payment made.
payment_reference: Option<String>Reference number of payment made.
payment_date: Option<String>Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
deferral_reason: Option<String>The deferral policy applied to the transaction. Examples: B2B (invoiced orders), DD7 (delivery date policy)
maturity_date: Option<String>Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
start_time: Option<String>Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
end_time: Option<String>Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
context_type: String