Product Offerings
Product pricing, variants, and availability.
["AVAILABLE"]150trueIf not set, sort will be defaulted as name (ASC)
-nameqPRODUCTPossible values: Returns a ProductOfferingCollection
Returns an ErrorDto in case there is not enough privileges to perform this action
GET /apis/v2/pos/product-offerings HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}
],
"_total": 1,
"_pagination": {
"page": 1,
"ipp": 1,
"count": 1,
"total": 1
},
"_links": {
"self": {
"href": "text"
}
}
}falsefalseCurrent stock quantity
Low stock alert threshold
Returns a ProductOffering
falsefalseCurrent stock quantity
Low stock alert threshold
Returns an ErrorDto in case there is not enough privileges to perform this action
Returns an error
POST /apis/v2/pos/product-offerings HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 292
{
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"cost": 1,
"applyTaxes": true,
"_links": {}
},
"_links": {}
}{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}Returns a collection of ProductOfferingCollectionDto
Returns an ErrorDto in case there is not enough privileges to perform this action
Returns an error
PATCH /apis/v2/pos/product-offerings HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"items": [
{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}PRODUCTPossible values: Returns a ProductOfferingCollection
Returns an ErrorDto in case there is not enough privileges to perform this action
GET /apis/v2/pos/product-offerings/feed HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}Returns a ProductOfferingSettings
A parameter to apply taxes or not
Returns an ErrorDto in case there is not enough privileges to perform this action
Product Offering not found
GET /apis/v2/pos/product-offerings/{productOfferingId}/settings HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
}Returns a ProductOffering
falsefalseCurrent stock quantity
Low stock alert threshold
Returns an ErrorDto in case there is not enough privileges to perform this action
Product Offering not found
GET /apis/v2/pos/product-offerings/{productOfferingId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}Product Offering deleted successfully
falsefalseCurrent stock quantity
Low stock alert threshold
Returns an ErrorDto in case there is not enough privileges to perform this action
Product Offering not found
DELETE /apis/v2/pos/product-offerings/{productOfferingId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}falsefalseCurrent stock quantity
Low stock alert threshold
Returns a ProductOffering
falsefalseCurrent stock quantity
Low stock alert threshold
Returns an ErrorDto in case there is not enough privileges to perform this action
Product Offering not found
PATCH /apis/v2/pos/product-offerings/{productOfferingId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 292
{
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"cost": 1,
"applyTaxes": true,
"_links": {}
},
"_links": {}
}{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}The array containing the elements of the collection
The total amount of elements in this collection, counting also the elements from the succesive pages
Returns a collection of ProductOfferingCollectionDto
Returns an ErrorDto in case there is not enough privileges to perform this action
Returns an error
POST /apis/v2/pos/product-offerings/bulk-delete HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 63
{
"items": [
"text"
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}{
"items": [
{
"id": "text",
"product": {
"id": "text"
},
"region": {
"id": "text"
},
"area": {
"id": "text"
},
"appAvailable": false,
"applyDiscounts": false,
"status": [
"DRAFT"
],
"sku": "text",
"price": 1,
"priceCompare": 1,
"stock": 1,
"lowStockAlert": 1,
"taxCategory": {
"id": "text"
},
"settings": {
"id": "text",
"cost": 1,
"applyTaxes": true,
"createdBy": {
"id": "text"
},
"updatedBy": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_links": {}
},
"discount": {
"amount": 1,
"description": "text"
},
"errors": [
{
"code": "text",
"message": "text",
"details": {}
}
],
"_links": {}
}
],
"_total": 1,
"_links": {
"self": {
"href": "text"
}
}
}123e4567-e89b-12d3-a456-426614174000123e4567-e89b-12d3-a456-426614174000Returns a ProductOfferingStockTransaction
Returns an ErrorDto in case there is not enough privileges to perform this action
Returns an ErrorDto in case the Product Offering or Stock Transaction is not found
GET /apis/v2/pos/product-offerings/{productOfferingId}/stock-transactions/{stockTransactionId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"productOffering": {
"id": "text"
},
"order": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"type": "IN",
"quantity": 1,
"quantityAfter": 1,
"source": "INITIAL_STOCK",
"reason": "text",
"updatedBy": {
"id": "text"
},
"_links": {}
}123e4567-e89b-12d3-a456-426614174000130Returns a ProductOfferingStockTransactionsCollection
Returns an ErrorDto in case there is not enough privileges to perform this action
Returns an ErrorDto in case the Product Offering is not found
GET /apis/v2/pos/product-offerings/{productOfferingId}/stock-transactions HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "text",
"productOffering": {
"id": "text"
},
"order": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"type": "IN",
"quantity": 1,
"quantityAfter": 1,
"source": "INITIAL_STOCK",
"reason": "text",
"updatedBy": {
"id": "text"
},
"_links": {}
}
],
"_pagination": {
"page": 1,
"ipp": 1,
"count": 1,
"total": 1
},
"_links": {
"self": {
"href": "text"
}
}
}123e4567-e89b-12d3-a456-426614174000Returns a ProductOfferingStockTransaction
Returns an ErrorDto in case there is not enough privileges to perform this action
Returns an error
POST /apis/v2/pos/product-offerings/{productOfferingId}/stock-transactions HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"type": "IN",
"quantity": 1,
"reason": "text",
"_links": {}
}{
"id": "text",
"productOffering": {
"id": "text"
},
"order": {
"id": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"type": "IN",
"quantity": 1,
"quantityAfter": 1,
"source": "INITIAL_STOCK",
"reason": "text",
"updatedBy": {
"id": "text"
},
"_links": {}
}Last updated
Was this helpful?

