id | string | - | The unique identifier of the purchase offer. |
status | string | - | The status of the offer. |
taxExcludedPrice | EmbeddedMoneyResource | required | The price set for the offer, excluding tax. |
Show taxExcludedPrice fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). |
|
taxExcludedPricePerUnit | EmbeddedPricePerUnitResource | null | - | The tax-excluded price expressed per measurement reference unit. |
Show taxExcludedPricePerUnit fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). | unit | "ml" | "cl" | "l" | "mg" | "g" | "kg" | "mm" | "cm" | "m" | "m2" | "unit" | required | The reference unit the amount is expressed per. | value | integer | required | The number of reference units the amount applies to. |
|
price | EmbeddedMoneyResource | - | The tax-included price, computed from taxExcludedPrice and the referenced Tax rate. |
Show price fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). |
|
pricePerUnit | EmbeddedPricePerUnitResource | null | - | The tax-included price expressed per measurement reference unit. |
Show pricePerUnit fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). | unit | "ml" | "cl" | "l" | "mg" | "g" | "kg" | "mm" | "cm" | "m" | "m2" | "unit" | required | The reference unit the amount is expressed per. | value | integer | required | The number of reference units the amount applies to. |
|
discountPrice | EmbeddedMoneyResource | null | - | The discounted tax-included price, when a discount applies. |
Show discountPrice fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). |
|
discountPricePerUnit | EmbeddedPricePerUnitResource | null | - | The discounted tax-included price per measurement reference unit, when a discount applies. |
Show discountPricePerUnit fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). | unit | "ml" | "cl" | "l" | "mg" | "g" | "kg" | "mm" | "cm" | "m" | "m2" | "unit" | required | The reference unit the amount is expressed per. | value | integer | required | The number of reference units the amount applies to. |
|
discountTaxExcludedPrice | EmbeddedMoneyResource | null | - | The discounted tax-excluded price, when a discount applies. |
Show discountTaxExcludedPrice fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). |
|
discountTaxExcludedPricePerUnit | EmbeddedPricePerUnitResource | null | - | The discounted tax-excluded price per measurement reference unit, when a discount applies. |
Show discountTaxExcludedPricePerUnit fields| Property | Type | Required | Description |
|---|
amount | string | required | The monetary amount, as a decimal string. | currency | string | required | The ISO 4217 currency code (e.g. EUR). | unit | "ml" | "cl" | "l" | "mg" | "g" | "kg" | "mm" | "cm" | "m" | "m2" | "unit" | required | The reference unit the amount is expressed per. | value | integer | required | The number of reference units the amount applies to. |
|
startsAt | string | - | Start date of the offer. Defaults to the current date/time if not provided. |
endsAt | string | null | - | End date of the offer. |
country | string | required | The country resource it belongs to. |
tax | string | required | The tax resource it belongs to. |
variant | string | required | The variant resource it belongs to. |
supplier | string | required | The supplier resource it belongs to. |
createdAt | string | - | The date and time when the resource was created (ISO 8601 format). |
updatedAt | string | - | The date and time when the resource was last modified (ISO 8601 format). |