Record
sales-data-order-item-extension-interface
No description available.
record sales-data-order-item-extension-interface {
gift-message: option<gift-message-data-message-interface>,
gw-base-price: option<string>,
gw-base-price-invoiced: option<string>,
gw-base-price-refunded: option<string>,
gw-base-tax-amount: option<string>,
gw-base-tax-amount-invoiced: option<string>,
gw-base-tax-amount-refunded: option<string>,
gw-id: option<string>,
gw-price: option<string>,
gw-price-invoiced: option<string>,
gw-price-refunded: option<string>,
gw-tax-amount: option<string>,
gw-tax-amount-invoiced: option<string>,
gw-tax-amount-refunded: option<string>,
invoice-text-codes: option<list<string>>,
tax-codes: option<list<string>>,
vertex-tax-codes: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| gift-message | option<gift-message-data-message-interface> | |
| gw-base-price | option<string> | |
| gw-base-price-invoiced | option<string> | |
| gw-base-price-refunded | option<string> | |
| gw-base-tax-amount | option<string> | |
| gw-base-tax-amount-invoiced | option<string> | |
| gw-base-tax-amount-refunded | option<string> | |
| gw-id | option<string> | |
| gw-price | option<string> | |
| gw-price-invoiced | option<string> | |
| gw-price-refunded | option<string> | |
| gw-tax-amount | option<string> | |
| gw-tax-amount-invoiced | option<string> | |
| gw-tax-amount-refunded | option<string> | |
| invoice-text-codes | option<list<string>> | |
| tax-codes | option<list<string>> | |
| vertex-tax-codes | option<list<string>> |