ReDoc documentation

sharedCatalog/{sharedCatalogId}

sharedCatalog/{sharedCatalogId}

get/V1/sharedCatalog/{sharedCatalogId}

Return the following properties for the selected shared catalog: ID, Store Group ID, Name, Type, Description, Customer Group, Tax Class.

Request
path Parameters
sharedCatalogId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "id": 0,
  • "name": "string",
  • "description": "string",
  • "customer_group_id": 0,
  • "type": 0,
  • "created_at": "string",
  • "created_by": 0,
  • "store_id": 0,
  • "tax_class_id": 0
}

sharedCatalog/{sharedCatalogId}

delete/V1/sharedCatalog/{sharedCatalogId}

Delete a shared catalog by ID.

Request
path Parameters
sharedCatalogId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
true