Skip to main content
GET
/
shippingServiceGroups
/
{sellerId}
Get shipping service groups
curl --request GET \
  --url https://api.quivo.co/shippingServiceGroups/{sellerId}
[
  {
    "name": "<string>",
    "pickupSupported": true,
    "id": 123,
    "deletedAt": "2023-11-07T05:31:56Z",
    "carrierSlugs": [
      "<string>"
    ],
    "shippingServices": [
      "<string>"
    ],
    "shippingServiceIds": [
      123
    ],
    "shipmentContentTypes": [
      "NON_DOCUMENT"
    ],
    "additionalParcelsSupported": true,
    "sort": {
      "short": true,
      "nodeType": "ARRAY",
      "float": true,
      "binary": true,
      "number": true,
      "integralNumber": true,
      "boolean": true,
      "double": true,
      "long": true,
      "int": true,
      "valueNode": true,
      "containerNode": true,
      "missingNode": true,
      "object": true,
      "pojo": true,
      "floatingPointNumber": true,
      "bigDecimal": true,
      "bigInteger": true,
      "textual": true,
      "array": true,
      "null": true
    },
    "serviceModes": [
      "RETURN"
    ]
  }
]

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Query Parameters

showDeleted
boolean

If true, includes deleted items in the response. Default: false.

query
string

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sort
string

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

page
integer<int64>

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfter
string

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSize
integer<int64>

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

Response

Returns shipping service groups configured for the specified seller with service details.

name
string

The name of the item

pickupSupported
boolean

Boolean flag indicating pickup supported

id
integer<int64>

The unique identifier for the id

deletedAt
string<date-time>

The deleted at timestamp

carrierSlugs
string[]

Carrier identifier or information

shippingServices
string[]

Service identifier or information

shippingServiceIds
integer<int64>[]

The unique identifier for the shippingservices

shipmentContentTypes
enum<string>[]

The type or category of the shipment content s

Available options:
NON_DOCUMENT,
DOCUMENT
additionalParcelsSupported
boolean

Boolean flag indicating additional parcels supported

sort
object

The

serviceModes
enum<string>[]

Service identifier or information

Available options:
RETURN,
EXPORT,
IMPORT,
CROSS_TRADE