importOrders
No description
importOrders(
skipDefaultProfiles: Boolean = false
data: [OrderImportInput!]
): [Int]!
Arguments
importOrders.skipDefaultProfiles ● Boolean scalar
Use to skip default profile assignment to import orders without profiles.
importOrders.data ● [OrderImportInput!] list input
Type
Int scalar
The
Intscalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.