Groups

📑 Create and manage product groups/collections.

List All Groups

get

List all product groups.

Authorizations
x-api-keystringRequired

Your PapelShip API Key

x-store-hashstringRequired

Your Store Hash ID

Responses
chevron-right
200

List of groups

application/json
get
/groups
200

List of groups

Create New Group

post

Create a new product group.

Authorizations
x-api-keystringRequired

Your PapelShip API Key

x-store-hashstringRequired

Your Store Hash ID

Body
namestringRequired
Responses
chevron-right
200

Group created

application/json
post
/groups
200

Group created

Get Group Details

get

Get details of a specific group and its products.

Authorizations
x-api-keystringRequired

Your PapelShip API Key

x-store-hashstringRequired

Your Store Hash ID

Path parameters
idintegerRequired
Responses
chevron-right
200

Group details

application/json
get
/groups/{id}
200

Group details

Delete Group

delete

Delete a product group.

Authorizations
x-api-keystringRequired

Your PapelShip API Key

x-store-hashstringRequired

Your Store Hash ID

Path parameters
idintegerRequired
Responses
chevron-right
200

Deleted

application/json
delete
/groups/{id}
200

Deleted

Last updated