# Delivery Schema - [![badge](https://img.shields.io/badge/Optional-yellow) Property `shipping_address`](#shipping_address) - [![badge](https://img.shields.io/badge/Required-blue) Property `street_address`](#shipping_address_street_address) - [![badge](https://img.shields.io/badge/Required-blue) Property `city`](#shipping_address_city) - [![badge](https://img.shields.io/badge/Required-blue) Property `state`](#shipping_address_state) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `billing_address`](#billing_address) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `delivery_info`](#delivery_info) - [Property `classic`](#delivery_info_oneOf_i0) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `price`](#delivery_info_oneOf_i0_price) - [Property `gift`](#delivery_info_oneOf_i1) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `with_wrap`](#delivery_info_oneOf_i1_with_wrap) **Title:** Delivery Schema | Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | | |
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `shipping_address`
| Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | **Defined in** | #/definitions/address | | | | **Description:** Exact address
### ![badge](https://img.shields.io/badge/Required-blue) Property `street_address`
| Type | `string` | | ---- | -------- | | | |
### ![badge](https://img.shields.io/badge/Required-blue) Property `city`
| Type | `string` | | ---- | -------- | | | |
### ![badge](https://img.shields.io/badge/Required-blue) Property `state`
| Type | `string` | | ---- | -------- | | | |
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `billing_address`
| Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | **Same definition as** | `[shipping_address](#shipping_address)` | | | | **Description:** Exact address
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `delivery_info`
| Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | **Defined in** | #/definitions/delivery_info | | | | **Description:** Delivery info depending on the delivery type
| One of(Option) | | ---------------------------------- | | [classic](#delivery_info_oneOf_i0) | | [gift](#delivery_info_oneOf_i1) | | | ### Property `classic` | Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | **Defined in** | #/definitions/classic | | | |
#### ![badge](https://img.shields.io/badge/Optional-yellow) Property `price`
| Type | `number` | | ---- | -------- | | | |
### Property `gift` | Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | **Defined in** | #/definitions/gift | | | | **Description:** The delivery is a gift, no prices displayed
#### ![badge](https://img.shields.io/badge/Optional-yellow) Property `with_wrap`
| Type | `boolean` | | ---- | --------- | | | |
---------------------------------------------------------------------------------------------------------------------------- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date