Last Updated: February 19, 2016
Ungroup Items
Makes the variant items of the default item master; in other words, ugroups them.
Request
HTTP Method | Resource URI |
---|---|
POST | https://{tenantName}.api.xomni.com/private/cataog/items/{itemId}/ungroup |
URI Parameters
Parameter Name | Description | Type | Conditions |
---|---|---|---|
itemId | The id of the default item which will be used to ungroup its variant items. | Number |
Request Headers
Header Field Name | Description |
---|---|
Content-Type |
Content type of the response entity. The value of this header is always application/json.
|
Accept |
Includes minor version header.
Sample: application/vnd.xomni.api-v4-0, */*
|
Authorization |
Access or identity token taken from oauth APIs.
Sample: Bearer dc8f1dcdbe454da8a25621839a93569337522968019e4bd7becd6e01285444da
|
Response
The response does not contain any response entity if the status is successful.
Response Headers
Header Field Name | Description |
---|---|
Content-Type |
Content type of the response entity. The value of this header is always application/json.
|
Status Codes
A successful operation returns status code 200 (OK) for POST operations. Possible response status codes are as listed below:
Status Code | Description |
---|---|
204 (No Content) | Success |
404 (Not Found) | The item could not be found. |
409 (Conflict) | The item is not a default item |