POST:domains.json
Commerce APIPOST:domains.json

POST:domains.json

Description

Add one or multiple domains to a given shop.

Permission bit: "domains.create"

Topic: Domains

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of DomainCreate

[
  {
    "domain": "shop.apple.com"
  }
]

Response Body

Array of Domain

Response Body Type

Loading module