GET:storefront/customers.json
Storefront APIGET:storefront/customers.json

GET:storefront/customers.json

Description

Get info about customers.

This is a typical bulk get endpoint.

Topic: Customers

Query Parameters

ids: Comma-separated array of String, required

List of customer ids. See also: Unique Identifiers

Example: ?ids=cu_EQzGqWoY,cu_EQzGqWoY


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)

Example: ?loose=true


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of StorefrontCustomer

Response Body Type

Loading module