Shops > Domains > domains
Commerce APIShopsDomainsdomains
domains
GET:domains.json

Description

Get all or specific domains of a given shop.

This is a typical bulk get endpoint.

Permission bit: "domains.read"

Topic: Domains

Arguments

ids: [String!]

List of domain ids. See also: Unique Identifiers

Example: ["do_EQzGqWoY"]


loose: Boolean

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


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Domain!]

Preview (typescript)

Loading module