Explore our comprehensive documentation to understand how to integrate and utilize PriceFlow effectively. From API references to step-by-step guides, we provide all the resources you need to get started and make the most of our platform.
| Field | Type | Description |
|---|---|---|
| sku | String | Unique identifier for the product entity. |
| base_price | Decimal | Cost per unit in the base currency. |
| base_currency | String | ISO 4217 currency code. |
| name | String | The display name of the product. |
| category | String | The category to which the product belongs. |
| metadata | JSON | Additional key-value pairs. |
| Destination Field | Requirement | type | default value |
|---|---|---|---|
| sku | Required | String | N/A |
| base_price | Required | Decimal | N/A |
| base_currency | Required | String | N/A |
| name | Optional | String | N/A |
| category | Optional | String | N/A |
| Field | Type | Description |
|---|---|---|
| code | String | Pricora internal customer ID. |
| external_id | String | Identifier in your own system. |
| String | Verified communication address. | |
| region | String | Operational jurisdiction (e.g. EU). |
| name | String | Full name of the customer. |
| metadata | JSON | Additional key-value pairs. |
| Destination Field | Requirement | type | default value |
|---|---|---|---|
| code | Required | String | N/A |
| external_id | Optional | String | N/A |
| Optional | String | N/A | |
| region | Optional | String | N/A |
| name | Optional | String | N/A |
| Field | Type | Description |
|---|---|---|
| code | String | Unique identifier for the Customer. |
| name | String | The display name of the Rule. |
| sku | String | The product's stock keeping unit. |
| value | Decimal | The value of the pricing rule. |
| type | Enum (FLAT/PERCENT) | The type of the pricing rule (Fixed | Percentage). |
| minimum_quantity | Integer | The minimum quantity for which the pricing rule applies. |
| priority | Integer | The priority of the pricing rule. |
| status | Enum (TRUE/FALSE) | Indicates whether the pricing rule is active. |
| metadata | JSON | Additional key-value pairs. |
| Destination Field | Requirement | type | default value |
|---|---|---|---|
| code | Required | String | N/A |
| sku | Required | String | N/A |
| value | Required | Decimal | N/A |
| type | Required | Enum (FLAT/PERCENT) | N/A |
| name | Optional | String | N/A |
| minimum_quantity | Optional | Integer | 1 |
| priority | Optional | Integer | 0 |
| status | Optional | Enum (TRUE/FALSE) | TRUE |