Skip to content

Is it possible to 'bulk' import customers with REST? #1079

@rklerck

Description

@rklerck

I'm investigating Magento2 at the moment and I think the new service oriented architecture is awesome. But I have a question..

I managed to add a customer through the REST layer (/rest/V1/customers) with this json:
{
"customer": {
"firstname": "James",
"lastname": "Page",
"email": "jp@example.com"
}
}

But we want to sync our data between a custom database and Magento. Is there a way to offer a bunch of customers? Like an array?

And the same for modified customers for example, is it possible to send an array (with ID's) which will cause an update for those customers?

Same question for products, probably much more important too..

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions