Gateway v3.2#

The GroupVAN Gateway v3.2 provides transactional services for ordering, catalog launch, invoicing and statement retrieval. These services connect buyer systems to seller systems through the GroupVAN network.

Authentication#

All Gateway endpoints require a valid JWT Bearer token in the request header.

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

See Authentication for details on generating a self-signed JWT.

Available Services#

Service

Method

Endpoint

Description

Item Inquiry

POST

/json/federated/v3_2/item_inquiry

Check pricing and availability

Place Order

POST

/json/federated/v3_2/place_order

Submit purchase orders

Invoices

POST

/json/federated/v3_2/invoice

Retrieve invoices

Statements

POST

/json/federated/v3_2/statement

Retrieve statements