Offers REST API
Offers REST API documentation and interactive testing.
For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/offers/contract
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Implements https://schema.org/Offer
Convention for '@context' JSON-LD compliance, convert in the frontend
Convention for '@type' JSON-LD compliance, convert in the frontend
The Offer's ID, generated
image URL
URL reference to itself
URLs to PaymentMethods, see https://schema.org/PaymentMethod for standard values.
The Offer's availability, see https://schema.org/ItemAvailability for standard values.
The date and time when the Offer is no longer available.
The date and time when the Offer becomes available.
URLs to DeliveryMethods, e.g. https://schema.org/DeliveryMethod
The business function of the Offer, see https://schema.org/BusinessFunction for standard values.
Item category(es). Greater signs or slashes can be used to informally indicate a category hierarchy.
URL template for the checkout page
The type of customer eligible for the Offer, see https://schema.org/BusinessEntityType for standard values.
The The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code
URL to the item being offered, e.g. a Product or Service
URL to the Organization or Person offering the item
The price of the item being offered.
ISO 4217 Currency Code
The date until the Price is valid.
The date and time when the Offer becomes valid.
The date and time when the Offer is no longer valid.
Successfully created the object
Bad request
Unauthorized
Conflict, object already exists
Too Many Requests - rate limited
Internal Server Error
POST /offers HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 2930
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
ID of the object to retrieve
BCP 47 language code
fr, de, de-AT, cy-GB
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully retrieved the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
GET /offers/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
ID of the object to update
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Implements https://schema.org/Offer
Convention for '@context' JSON-LD compliance, convert in the frontend
Convention for '@type' JSON-LD compliance, convert in the frontend
The Offer's ID, generated
image URL
URL reference to itself
URLs to PaymentMethods, see https://schema.org/PaymentMethod for standard values.
The Offer's availability, see https://schema.org/ItemAvailability for standard values.
The date and time when the Offer is no longer available.
The date and time when the Offer becomes available.
URLs to DeliveryMethods, e.g. https://schema.org/DeliveryMethod
The business function of the Offer, see https://schema.org/BusinessFunction for standard values.
Item category(es). Greater signs or slashes can be used to informally indicate a category hierarchy.
URL template for the checkout page
The type of customer eligible for the Offer, see https://schema.org/BusinessEntityType for standard values.
The The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code
URL to the item being offered, e.g. a Product or Service
URL to the Organization or Person offering the item
The price of the item being offered.
ISO 4217 Currency Code
The date until the Price is valid.
The date and time when the Offer becomes valid.
The date and time when the Offer is no longer valid.
Successfully updated the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
PUT /offers/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 2930
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
ID of the object to update
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Implements https://schema.org/Offer
Convention for '@context' JSON-LD compliance, convert in the frontend
Convention for '@type' JSON-LD compliance, convert in the frontend
The Offer's ID, generated
image URL
URL reference to itself
URLs to PaymentMethods, see https://schema.org/PaymentMethod for standard values.
The Offer's availability, see https://schema.org/ItemAvailability for standard values.
The date and time when the Offer is no longer available.
The date and time when the Offer becomes available.
URLs to DeliveryMethods, e.g. https://schema.org/DeliveryMethod
The business function of the Offer, see https://schema.org/BusinessFunction for standard values.
Item category(es). Greater signs or slashes can be used to informally indicate a category hierarchy.
URL template for the checkout page
The type of customer eligible for the Offer, see https://schema.org/BusinessEntityType for standard values.
The The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code
URL to the item being offered, e.g. a Product or Service
URL to the Organization or Person offering the item
The price of the item being offered.
ISO 4217 Currency Code
The date until the Price is valid.
The date and time when the Offer becomes valid.
The date and time when the Offer is no longer valid.
Successfully patched the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
PATCH /offers/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 2930
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
ID of the object to delete
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully deleted the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
DELETE /offers/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
No content
This operation supports Elastic Search Query DSL query format
BCP 47 language code
fr, de, de-AT, cy-GB
Elastic Search Query DSL.
{ "query": { "match_all": {} } }
Defines the starting record number for retrieval.
Defines the number of records to retrieve.
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully listed the objects
Bad request
Unauthorized
Too Many Requests - rate limited
Internal Server Error
GET /offers HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
[
{
"at_context": "https://schema.org",
"at_type": "Offer",
"identifier": "text",
"image": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"url": "text",
"acceptedPaymentMethod": [
"text"
],
"availability": [
"https://schema.org/BackOrder"
],
"availabilityEnds": "2025-08-26T16:43:38.135Z",
"availabilityStarts": "2025-08-26T16:43:38.135Z",
"availableDeliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModeDirectDownload"
],
"businessFunction": [
"text"
],
"category": [
"text"
],
"checkoutPageURLTemplate": "text",
"deliveryLeadTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleCustomerType": [
"text"
],
"eligibleDuration": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"eligibleQuantity": 1,
"eligibleRegion": [
"text"
],
"hasMerchantReturnPolicy": {
"at_type": "MerchantReturnPolicy",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"applicableCountry": "text",
"inStoreReturnOffered": true,
"itemCondition": "https://schema.org/DamagedCondition",
"merchantReturnDays": 1,
"refundType": [
"https://schema.org/ExchangeRefund"
],
"returnPolicyCategory": [
"https://schema.org/MerchantReturnFiniteReturnWindow"
],
"returnMethod": [
"https://schema.org/KeepProduct"
],
"returnFees": [
"https://schema.org/FreeReturn"
]
},
"itemCondition": "https://schema.org/DamagedCondition",
"itemOffered": "text",
"offeredBy": "text",
"price": 1,
"priceCurrency": "AED",
"priceValidUntil": "2025-08-26T16:43:38.135Z",
"shippingDetails": {
"at_type": "OfferShippingDetails",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"description": [
{
"at_value": "text",
"at_language": "text"
}
],
"deliveryTime": {
"at_type": "ShippingDeliveryTime",
"businessDays": [
"https://schema.org/Monday"
],
"cutoffTime": "16:43:38",
"handlingTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"transitTime": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"depth": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"doesNotShip": true,
"height": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"shippingRate": {
"at_type": "MonetaryAmount",
"currency": "text",
"maxValue": 1,
"minValue": 1,
"value": 1
},
"weight": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"width": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
}
},
"validFrom": "2025-08-26T16:43:38.135Z",
"validThrough": "2025-08-26T16:43:38.135Z",
"warranty": {
"at_type": "WarrantyPromise",
"durationOfWarranty": {
"at_type": "QuantitativeValue",
"maxValue": 1,
"minValue": 1,
"unitCode": "text",
"unitText": "text",
"value": 1
},
"warrantyScope": "text"
}
}
]
Last updated
Was this helpful?