Inventory > Suppliers > suppliersModify
POST:suppliers.json
Description
Modify one or multiple suppliers.
Permission bit: "suppliers.modify"
Topic: Suppliers
Arguments
data: [SupplierModify!]!
Main argument for mutations.
List of supplier ids. See also: Unique Identifiers
Example: ["su_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
address: AddressCreate
Address of the supplier
Default supplier currency
Example: "USD"
Email of the supplier
Example: "supplier@abcinc.com"
Valid when: email's length doesn't exceed 250 characters
Name of the supplier
Example: "ABC Inc."
Valid when: name is not empty
Valid when: name's length doesn't exceed 250 characters
Supplier home page
Example: "http://abcinc.com"
Valid when: url's length doesn't exceed 250 characters
Result
[Supplier!]
Preview (typescript)
Loading module