Contents

Get Multiple Storefronts

Fetch one or more storefronts by using their identifiers.

URL

GET https://api.ent.apple.com/v1/storefronts

Query Parameters

NameTypeDescription
extend Optional[string]

A list of attribute extensions to apply to resources in the response.

Classifier (optional): A resource type to apply the parameter to.

ids Required[string]

A list of resource IDs.

include Optional[string]

A list of relationship names to include for resources in the response.

Classifier (optional): A resource type to apply the parameter to.

l Optionalstring

The localization to use, which you specify with a language tag. The possible values are in the supportedLanguageTags array belonging to the Storefront object that storefront specifies. Otherwise, the default is defaultLanguageTag in Storefront.

relate Optional[string]

A list of relationship names to relate for resources in the response.

Classifier (optional): A resource type to apply the parameter to.

platform Requiredstring

The platform the user-facing app is running on. You use this to get metadata for the specified platform.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
StorefrontsResponse

The collection of storefronts for the request.

401Unauthorized
Content-Type: application/json
UnauthorizedResponse

A response indicating an incorrect Authorization header.

500Internal Server Error
Content-Type: application/json
ErrorsResponse

A response indicating an error occurred on the server.

See Also

Requesting a catalog storefront