UpsertSKUResult
Return value of upsert, return succesful added/update records
type UpsertSKUResult {
numRecordsAdded: Int!
numRecordsUpdated: Int!
}
Fields
UpsertSKUResult.numRecordsAdded ● Int! non-null scalar
UpsertSKUResult.numRecordsUpdated ● Int! non-null scalar
Returned By
upsertSKUs mutation