interface Magento2NodeParameters {
additionalFields?:
| {
addresses?: {
address: {
city: string;
company?: string;
country_id: string;
default_billing?: boolean;
default_shipping?: boolean;
fax?: string;
firstname: string;
lastname: string;
middlename?: string;
postcode: string;
prefix?: string;
region?: string;
street: string;
suffix?: string;
telephone: string;
}[];
};
amazon_id?: string;
confirmation?: string;
customAttributes?: {
customAttribute: {
attribute_code?: string;
value?: string;
}[];
};
default_billing?: string;
default_shipping?: string;
dob?: string;
gender?: 1
| 3
| 2;
group_id?: string;
is_subscribed?: boolean;
middlename?: string;
password?: string;
prefix?: string;
store_id?: string;
suffix?: string;
vertex_customer_code?: string;
vertex_customer_country?: string;
website_id?: string;
}
| {
attribute_set_id?: string;
name?: string;
price?: number;
status?: 1
| 2;
type_id?: string;
visibility?: 1 | 3 | 2 | 4;
weight?: number;
};
attributeSetId?: string;
customerId?: string;
email?: string;
filterJson?: string;
filters?: {
conditions: {
condition_type?: | "in"
| "gt"
| "lte"
| "lt"
| "eq"
| "gteq"
| "like"
| "moreq"
| "neq"
| "nin"
| "notnull"
| "null";
field?: string;
value?: string;
}[];
};
filterType?: "none"
| "manual"
| "json";
firstname?: string;
firstName?: string;
lastname?: string;
lastName?: string;
limit?: number;
matchType?: "anyFilter" | "allFilters";
name?: string;
operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete"
| "cancel"
| "ship";
options?: {
sort?: {
sort: {
direction?: "ASC"
| "DESC";
field?: string;
}[];
};
};
orderId?: string;
price?: number;
resource?: "customer"
| "invoice"
| "product"
| "order";
returnAll?: boolean;
sku?: string;
updateFields?:
| {
addresses?: {
address: {
city: string;
company?: string;
country_id: string;
default_billing?: boolean;
default_shipping?: boolean;
fax?: string;
firstname: string;
lastname: string;
middlename?: string;
postcode: string;
prefix?: string;
region?: string;
street: string;
suffix?: string;
telephone: string;
}[];
};
amazon_id?: string;
confirmation?: string;
customAttributes?: {
customAttribute: {
attribute_code?: string;
value?: string;
}[];
};
default_billing?: string;
default_shipping?: string;
dob?: string;
gender?: 1
| 3
| 2;
group_id?: string;
is_subscribed?: boolean;
middlename?: string;
password?: string;
prefix?: string;
store_id?: string;
suffix?: string;
vertex_customer_code?: string;
vertex_customer_country?: string;
website_id?: string;
}
| {
attribute_set_id?: string;
name?: string;
price?: number;
status?: 1
| 2;
type_id?: string;
visibility?: 1 | 3 | 2 | 4;
weight?: number;
};
website_id?: string;
}
Properties§
Source§readonly additional Fields?:
| {
addresses?: {
address: {
city: string;
company?: string;
country_id: string;
default_billing?: boolean;
default_shipping?: boolean;
fax?: string;
firstname: string;
lastname: string;
middlename?: string;
postcode: string;
prefix?: string;
region?: string;
street: string;
suffix?: string;
telephone: string;
}[];
};
amazon_id?: string;
confirmation?: string;
customAttributes?: {
customAttribute: {
attribute_code?: string;
value?: string;
}[];
};
default_billing?: string;
default_shipping?: string;
dob?: string;
gender?: 1
| 3
| 2;
group_id?: string;
is_subscribed?: boolean;
middlename?: string;
password?: string;
prefix?: string;
store_id?: string;
suffix?: string;
vertex_customer_code?: string;
vertex_customer_country?: string;
website_id?: string;
}
| {
attribute_set_id?: string;
name?: string;
price?: number;
status?: 1
| 2;
type_id?: string;
visibility?: 1 | 3 | 2 | 4;
weight?: number;
}
readonly additional Fields?:
| {
addresses?: {
address: {
city: string;
company?: string;
country_id: string;
default_billing?: boolean;
default_shipping?: boolean;
fax?: string;
firstname: string;
lastname: string;
middlename?: string;
postcode: string;
prefix?: string;
region?: string;
street: string;
suffix?: string;
telephone: string;
}[];
};
amazon_id?: string;
confirmation?: string;
customAttributes?: {
customAttribute: {
attribute_code?: string;
value?: string;
}[];
};
default_billing?: string;
default_shipping?: string;
dob?: string;
gender?: 1
| 3
| 2;
group_id?: string;
is_subscribed?: boolean;
middlename?: string;
password?: string;
prefix?: string;
store_id?: string;
suffix?: string;
vertex_customer_code?: string;
vertex_customer_country?: string;
website_id?: string;
}
| {
attribute_set_id?: string;
name?: string;
price?: number;
status?: 1
| 2;
type_id?: string;
visibility?: 1 | 3 | 2 | 4;
weight?: number;
}
Source§readonly attribute Set Id?: string
readonly attribute Set Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getAttributeSets"}
Source§readonly filters?: {
conditions: {
condition_type?:
| "in"
| "gt"
| "lte"
| "lt"
| "eq"
| "gteq"
| "like"
| "moreq"
| "neq"
| "nin"
| "notnull"
| "null";
field?: string;
value?: string;
}[];
}
readonly filters?: {
conditions: {
condition_type?:
| "in"
| "gt"
| "lte"
| "lt"
| "eq"
| "gteq"
| "like"
| "moreq"
| "neq"
| "nin"
| "notnull"
| "null";
field?: string;
value?: string;
}[];
}
Default: {} Type options: {"multipleValues":true}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 5 Type options: {"minValue":1,"maxValue":10}
Source§readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete"
| "cancel"
| "ship"
readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete"
| "cancel"
| "ship"
Default: "create"
Source§readonly options?: {
sort?: {
sort: {
direction?: "ASC" | "DESC";
field?: string;
}[];
};
}
readonly options?: {
sort?: {
sort: {
direction?: "ASC" | "DESC";
field?: string;
}[];
};
}
Default: {}
Source§readonly update Fields?:
| {
addresses?: {
address: {
city: string;
company?: string;
country_id: string;
default_billing?: boolean;
default_shipping?: boolean;
fax?: string;
firstname: string;
lastname: string;
middlename?: string;
postcode: string;
prefix?: string;
region?: string;
street: string;
suffix?: string;
telephone: string;
}[];
};
amazon_id?: string;
confirmation?: string;
customAttributes?: {
customAttribute: {
attribute_code?: string;
value?: string;
}[];
};
default_billing?: string;
default_shipping?: string;
dob?: string;
gender?: 1
| 3
| 2;
group_id?: string;
is_subscribed?: boolean;
middlename?: string;
password?: string;
prefix?: string;
store_id?: string;
suffix?: string;
vertex_customer_code?: string;
vertex_customer_country?: string;
website_id?: string;
}
| {
attribute_set_id?: string;
name?: string;
price?: number;
status?: 1
| 2;
type_id?: string;
visibility?: 1 | 3 | 2 | 4;
weight?: number;
}
readonly update Fields?:
| {
addresses?: {
address: {
city: string;
company?: string;
country_id: string;
default_billing?: boolean;
default_shipping?: boolean;
fax?: string;
firstname: string;
lastname: string;
middlename?: string;
postcode: string;
prefix?: string;
region?: string;
street: string;
suffix?: string;
telephone: string;
}[];
};
amazon_id?: string;
confirmation?: string;
customAttributes?: {
customAttribute: {
attribute_code?: string;
value?: string;
}[];
};
default_billing?: string;
default_shipping?: string;
dob?: string;
gender?: 1
| 3
| 2;
group_id?: string;
is_subscribed?: boolean;
middlename?: string;
password?: string;
prefix?: string;
store_id?: string;
suffix?: string;
vertex_customer_code?: string;
vertex_customer_country?: string;
website_id?: string;
}
| {
attribute_set_id?: string;
name?: string;
price?: number;
status?: 1
| 2;
type_id?: string;
visibility?: 1 | 3 | 2 | 4;
weight?: number;
}
Default: {}
Source§readonly website _ id?: string
readonly website _ id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getWebsites"}
Default: {}