diff options
| -rw-r--r-- | 15.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -108,7 +108,7 @@ Fields that are not self-explanatory: | |||
| 108 | ``` | 108 | ``` |
| 109 | 109 | ||
| 110 | Fields that are not self-explanatory: | 110 | Fields that are not self-explanatory: |
| 111 | - `quantity` can be null in the case of items with unlimited abailability, like digital items, or services | 111 | - `quantity` can be null in the case of items with unlimited availability, like digital items, or services |
| 112 | - `specs`: | 112 | - `specs`: |
| 113 | - an optional array of key pair values. It allows for the Customer UI to present product specifications in a structure mode. It also allows comparison between products | 113 | - an optional array of key pair values. It allows for the Customer UI to present product specifications in a structure mode. It also allows comparison between products |
| 114 | - eg: `[["operating_system", "Android 12.0"], ["screen_size", "6.4 inches"], ["connector_type", "USB Type C"]]` | 114 | - eg: `[["operating_system", "Android 12.0"], ["screen_size", "6.4 inches"], ["connector_type", "USB Type C"]]` |