Nostress API (latest)

Download OpenAPI specification:Download

Nostress Developers Team: nostress_devs@to-infinity.com

Introduction

These endpoints allow you to push masterdata and transactional data in your nostress plateform.

We offer 2 modes for data ingestion :

  • CSV files : you have to put files with headers on a provided google cloud storage bucket or on your own SFTP
  • REST API : All endpoints require an authorized Google Cloud Platform provided user

CSV files

  • Flatten file UTF-8 encoded in semicolon or pipe separated values format (“;” or “|”). The separator must be the same for all the files.
  • File names must contain generated data and time to ensured their unicity and chronology. For instance sales_20231201123410.csv.gz
  • First line must contains field headers as described below.
  • Files must be gzipped and have a final .gz extension

REST API

  • All endpoints require an authorized Google Cloud Platform provided user. Please refer to the Google documentation for instructions on how to authenticate.
  • Use Data Input, one or several times as needed, to push entities data in nostress. You can post up to 1,000,000 rows per call.
POST /input/sales
POST /input/sales
POST /input/traffic

Masterdata

Stores

File store_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Stores lines to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Store id

name
required
string[a-zA-Z0-9_\-\s]+$

Store name

typology
string or null (Typology)

Typology. Example : SUCCURSALE, AFFILIATE, FRANCHISE

is_affiliate
boolean or null

Is Affiliate (to restrict specific access)

bmode
required
string or null (Business mode) [a-zA-Z0-9_\-\s]+$

Business mode. Example : RETAIL, WHOLESALE, OUTLET, FSS, LICENCE

scope
required
string or null (Scope) [a-zA-Z0-9_\-\s]+$

Scope/Channel. Example : MAG, WEB, STORE, MKP, APP

country
required
string or null (Country code) ^[A-Z]{2}$

Example : FR, ES, US, BE

is_wh
boolean or null

Is warehouse

is_web
boolean or null

Is digital store

street
string or null

Street & number

street_complement
string or null

Street complement

postal_code
string or null

ZIP code

city
required
string or null

City

state
string or null (State)

US/Canada State. Example: CA, TX, NY, FL…

region_name
required
string or null[a-zA-Z0-9_\-\s]+$

Commercial Region name

zone_name
string or null

Commercial Zone name

localisation
string or null (Localisation)

Localisation : Example : CC, CV, ZAC, BEACH

surface_vente
integer or null

Sales area in m2

latitude
number or null

Latitude Geo

longitude
number or null

Longitude Geo

categorie
string or null (Category)

Store category. Example FLAGSHIP, CITY, SPORT

cluster
string or null (Cluster)

Store Cluster. Example A+, A, B, C

surface_categ
string or null (Sales area category)

Sales area category. Example S, M, L, XL

concept
string or null

Store Concept. Customisable

status
string or null

Store Status : Customisable

restriction
string or null

Access restriction: Customisable (Example : Pass Sanitaire)

email
string or null

Store user email address for Kathy access

photo
string or null

Public Url of the store’s photo

new_store_id
string or null (New Store Id) [a-zA-Z0-9_\-\s]+$

New Store Id : Example : 987654A

s_attr_01
string or null

Custom Attribut 01

s_attr_02
string or null

Custom Attribut 02

s_attr_03
string or null

Custom Attribut 03

s_attr_04
string or null

Custom Attribut 04

s_attr_05
string or null

Custom Attribut 05

s_attr_06
string or null

Custom Attribut 06

s_attr_07
string or null

Custom Attribut 07

s_attr_08
string or null

Custom Attribut 08

s_attr_09
string or null

Custom Attribut 09

s_attr_10
string or null

Custom Attribut 10

s_attr_11
string or null

Custom Attribut 11

s_attr_12
string or null

Custom Attribut 12

s_attr_13
string or null

Custom Attribut 13

s_attr_14
string or null

Custom Attribut 14

s_attr_15
string or null

Custom Attribut 15

s_attr_16
string or null

Custom Attribut 16

s_attr_17
string or null

Custom Attribut 17

s_attr_18
string or null

Custom Attribut 18

s_attr_19
string or null

Custom Attribut 19

s_attr_20
string or null

Custom Attribut 20

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Products

File product_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Product Masterdata to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Product id

short_desc
string or null

Short description

img
string or null

Product image URL

internal_name
required
string^(?!\s*$).+

Internal name

season
string

Active season

original_season
string

Original season

activity
string or null[a-zA-Z0-9_\-\s]+$

Hierarchical level 0

division
string or null[a-zA-Z0-9_\-\s]+$

Hierarchical level 1

segment
required
string[a-zA-Z0-9_\-\s]+$

Hierarchical level 2

family
string or null

Hierarchical level 3

subfamily
string or null

Hierarchical level 4

theme
string or null

Theme label

model
string or null[a-zA-Z0-9_\-\s]+$

Style Code

model_name
string or null[a-zA-Z0-9_\-\s]+$

Style Name

size_grid
required
string or null

Variant classification group

color
string or null

Color code

lib_color
string or null

Color label

lib_coloris_regroup
string or null

Color group name

stock_ignore
boolean or null

Stock to be ignored (like plastic bags etc…)

revenue_ignore
boolean or null

Revenue to be ignored (like Shipping fees etc…)

seller_bonus
string or null

Seller Bonus

objectif_groupe
string or null

Refer to Badge files

attr_01
string or null

Custom Attribut 01

attr_02
string or null

Custom Attribut 02

attr_03
string or null

Custom Attribut 03

attr_04
string or null

Custom Attribut 04

attr_05
string or null

Custom Attribut 05

attr_06
string or null

Custom Attribut 06

attr_07
string or null

Custom Attribut 07

attr_08
string or null

Custom Attribut 08

attr_09
string or null

Custom Attribut 09

attr_10
string or null

Custom Attribut 10

attr_11
string or null

Custom Attribut 11

attr_12
string or null

Custom Attribut 12

attr_13
string or null

Custom Attribut 13

attr_14
string or null

Custom Attribut 14

attr_15
string or null

Custom Attribut 15

attr_16
string or null

Custom Attribut 16

attr_17
string or null

Custom Attribut 17

attr_18
string or null

Custom Attribut 18

attr_19
string or null

Custom Attribut 19

attr_20
string or null

Custom Attribut 20

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Variants

File variant_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Variants lines to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Product variant id

product_id
required
string[a-zA-Z0-9_\-\s]+$

Master product code

size
required
string

Size OR Characteristic name

season
string

Product variant collection (Optional)

parent_variant_id
string

Parent variant id (optional : to group same physical variants)

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

GTIN/EAN

File ean_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

GTIN/EAN lines to Create/Update

Array
id
required
string[a-zA-Z0-9]+$

KEY : GTIN/EAN

product_variant_id
required
string[a-zA-Z0-9_\-\s]+$

Product variant id

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Daily Transactions

Stocks

File stock_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode full stock on start of the day, the without zero stocks

Every sundays for historical data

Authorizations:
gcpAuth
Request Body schema:
required

Stocks lines to Create/Update

Array
created_on
required
string <date>

KEY : Inventory date ( on morning )

store_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Store id or warehouse id

product_variant_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Product Variant Id

stock_type
required
string[a-zA-Z0-9_\-\s]+$

KEY : Stock Type

stock
required
integer

Stock Quantity

season_id
string or null

Season Id / Collection

seasonality
string or null

Seasonality

plan_cluster
string or null

Cluster (Planned)

real_cluster
string or null

Cluster (Real)

price_type
string or null
Enum: "regular" "clearance" "promo"

Price Type

property name*
additional property
any

Responses

Request samples

Content type
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Purchase orders

File po_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Purchase orders lines to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Purchase order id

product_variant_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Product Variant Id

created_on
required
string <date>

Order date

qty_cde
required
integer

Ordered quantity

qty_receipt
required
integer

Receipted quantity

pr
required
number

Cost price in Company Currency

laupr
required
number

Launch price Excluding Taxes in Company Currency

type_commande
required
string

Order type

season
required
string

Season Id / Collection

date_livr_upd
required
string <date>

Updated Delivery date

zone_id
string

Nostress Stock Zone Id

date_livr_init
string <date>

Initial Delivery date

date_livr_reelle
string <date>

Real Delivery date

date_mad_init
string <date>

Initial Factory date

date_mad_upd
string <date>

Updated Factory date

date_mad_reelle
string <date>

Real Factory date

date_etd_init
string <date>

Initial ETD date

date_etd_upd
string <date>

Updated ETD date

date_etd_reelle
string <date>

Real ETD date

date_eta_init
string <date>

Initial ETA date

date_eta_upd
string <date>

Updated ETA date

date_eta_reelle
string <date>

Real ETA date

date_rdv_init
string <date>

Initial RDV date

date_rdv_upd
string <date>

Updated RDV date

date_rdv_reelle
string <date>

Real RDV date

status
string (Order Status)

Order status. Example : OPEN, DELETED, RECEIVED

pays_fournisseur
string (Vendor country code) ^[A-Z]{2}$

Example : FR, ES, US, BE

pays_commande
string (Departure country code) ^[A-Z]{2}$

Example : FR, ES, US, BE

fournisseur
string

Vendor name

mode_transport
string (Shipping mode)

Shipping mode. Example : AIR, SEA, ROAD, TRAIN

ref_container
string

Container reference

ref_navire
string

Vessel name

lieu_depart
string

Departure place

lieu_arrivee
string

Arrival place

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Customers

File customer_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Customers lines to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Customer id

dob
string <date>

Date of Birth

country
string (Country code) ^[A-Z]{2}$

Example : FR, ES, US, BE

gender
string

Gender

optin_email
boolean

Optin Email

optin_sms
boolean

Optin. SMS

store_id
string

Affected Store id

segment
string <date>

Customer Segment

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Store's Goals

File budget_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Budget lines to Create/Update

Array
created_on
required
string <date>

KEY : Goal Date

store_id
required
string[a-zA-Z0-9_\-\s]+$

Store id or website id

objectif_ca
required
number

Turnover Goal incl. taxes in store country currency

objectif_ca_eur
number

Turnover Goal incl. taxes in Company currency

objectif_ma
number

Gross margin goal in store country currency

objectif_ma_eur
number

Gross margin goal in Company currency

lfl_exclude
boolean

Exclude this store from Like For Like on this date

working_hours
number

The working hours of the employees

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Live Transactions

Sales

File sales_YYYYMMDDHHmmss.csv.gz

Frequency hourly

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Sales lines to Create/Update

Array
id
required
string

KEY : Transaction id

created_on
required
string <date>

KEY : Transaction local Date

( In case of web return, the initial transaction date )

line_id
required
integer

KEY : Line number in transaction

created_at
required
string^\d{2}:\d{2}:\d{2}$

Transaction local time

created_at_utc
required
string <date-time>

Transaction Date and Time is UTC Time

store_id
required
string

Store id

product_variant_id
required
string

Product Variant Id

quantity
required
integer

Quantity

currency
required
string

Currency (local currency)

transaction_type
required
string (Transaction Type)
Enum: "V" "R" "C"

Transaction Type : V (sales), R (return), C (gift cards)

price
required
number

Sales price incl. taxes for this line

valpr
required
number or null

Cost price for this line

marge
required
number or null

Gross margin for this line

markdown
required
number or null

Markdown amount incl. taxes for this line

promo
required
number or null

Promotion amount incl. taxes for this line

loyalty
number or null

Loyalty amount incl. taxes for this line

price_eur
required
number

Sales price incl. taxes for this line in Company currency

valpr_eur
required
number or null

Cost price for this line in Company currency

marge_eur
required
number or null

Gross margin for this line in Company currency

markdown_eur
required
number or null

Markdown amount incl. taxes for this line in Company currency

promo_eur
required
number or null

Promotion amount incl. taxes for this line in Company currency

loyalty_eur
number or null

Loyalty amount incl. taxes for this line in Company currency

promo_label
string or null

Promotion label

loyalty_label
string or null

Loyalty Label

customer_id
required
string or null

Customer id

eticket
boolean or null

Is electronic Bill

season_id
string or null

Season Id / Collection

seasonality
string or null

Seasonality

canal_id
string or null

Sales Channel

shipping_country
string or null^[A-Z]{2}$

Shipping country

shipping_post_code
string or null

Shipping Zip code

shipping_city
string or null

Shipping City

shipping_mode
string or null

Shipping mode for customer

shipping_type
string or null

Shipping preparation type

shipping_store_id
string or null

Shipping store id for instore shipping mode

order_status
string or null

order status

shipped_on
string or null <date>

date of shipment (Billing Date)

withdrawn_on
string or null <date>

date of withdraw

return_reason
string or null

Return Main Reason

return_subreason
string or null

Return Sub Reason

origin_store_id
string or null

Store id which initiate the transaction

plan_cluster
string or null

Cluster (Planned)

real_cluster
string or null

Cluster (Real)

price_type
string or null
Enum: "regular" "clearance" "promo"

Price Type

seller_id
string or null

Seller

cashier_id
string or null

Cashier

preparer_id
string or null

Preparer

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Traffic

File traffic_YYYYMMDDHHmmss.csv.gz

Frequency hourly

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Store traffic lines to Create/Update

Array
created_on
required
string <date>

KEY : Local Store Date

store_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Store id

hour
required
integer

KEY : Hour. Example : 15 for visitors between 15h00 and 15h59

visitors
required
integer or null

Visitors count

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Optional Masterdata

Badge Levels

File badge_level_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Budget Goal lines to Create/Update

Array
store_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Store id

objectif_groupe
required
string
Enum: "customer" "product" "ticket"

KEY : Objectif Group

objectif_type
required
string[a-zA-Z0-9_\-\s]+$

KEY : Objectif Type

created_on
required
string <date>

KEY : Start Validity Date

end_on
required
string <date>

End Validity Date

objectif_value
required
number

Goal Value

objectif_base
required
number

Goal Base

objectif_value_eur
number

Goal Value in Company Currency

objectif_base_eur
number

Goal Base in Company Currency

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Store's Contributions

File contrib_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Stores P&L lines to Create/Update

Array
fiscal_year
required
integer = 4 characters

KEY : Fiscal year

periode_name
string[a-zA-Z0-9_\-\s]+$

KEY : Period name to be displayed in the application

store_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Store id

ca_ttc
number

Turn Over incl. taxes

ca_ht
number

Gross turn over

marge_commerciale
number

Gross margin

marge_nette
number

Net margin

ca_autres
number

Other revenu

chg_personnel
number

HR costs

chg_loyers
number

Real estate costs

chg_affilie
number

Affiliate commission

chg_transport
number

Logistic costs

chg_publicite
number

Advertising costs

chg_autres
number

Other costs

contribution
required
number

Store EBITDA

currency
required
string

Currency

post_fonctionnemnt
number

Post EBITDA costs

post_contribution
number

Post EBITDA

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Product Collections

File product_collection_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Product collection lines to Create/Update

Array
product_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Product id

bmode
required
string[a-zA-Z0-9_\-\s]+$

KEY : Business mode

season_id
required
string

KEY : Season Id / Collection

collection
required
string

Collection

sub_collection
string

Sub Collection

seasonality
string

Seasonality

c_attr_01
string

Custom Collection Attribut 01

c_attr_02
string

Custom Collection Attribut 02

c_attr_03
string

Custom Collection Attribut 03

c_attr_04
string

Custom Collection Attribut 04

c_attr_05
string

Custom Collection Attribut 05

c_attr_06
string

Custom Collection Attribut 06

c_attr_07
string

Custom Collection Attribut 07

c_attr_08
string

Custom Collection Attribut 08

c_attr_09
string

Custom Collection Attribut 09

c_attr_10
string

Custom Collection Attribut 10

c_attr_11
string

Custom Collection Attribut 11

c_attr_12
string

Custom Collection Attribut 12

c_attr_13
string

Custom Collection Attribut 13

c_attr_14
string

Custom Collection Attribut 14

c_attr_15
string

Custom Collection Attribut 15

c_attr_16
string

Custom Collection Attribut 16

c_attr_17
string

Custom Collection Attribut 17

c_attr_18
string

Custom Collection Attribut 18

c_attr_19
string

Custom Collection Attribut 19

c_attr_20
string

Custom Collection Attribut 20

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Employees

File employee_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Employee lines to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Employee id

firstname
required
string[a-zA-Z0-9_\-\s]+$

First Name

lastname
required
string

Lastname

store_id
string[a-zA-Z0-9_\-\s]+$

Store id

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Users

File users_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Users lines to Create/Update

Array
email
required
string

KEY : Email

name
string

Display Name

department
string

Department

active
required
boolean

Is Active

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Optional Daily Transactions

Badge Realisations

File badge_real_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Budget Real lines to Create/Update

Array
store_id
required
string

KEY : Store id

objectif_groupe
required
string
Enum: "customer" "product" "ticket"

KEY : Objectif Group

objectif_type
required
string[a-zA-Z0-9_\-\s]+$

KEY : Objectif Type

created_on
required
string <date>

KEY : Date

real_value
required
number

Real Value

real_base
required
number

Real Base

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Shipments

File shipment_YYYYMMDDHHmmss.csv.gz

Frequency daily

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Shipment lines to Create/Update

Array
id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Shipment id

store_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Store Id

product_variant_id
required
string[a-zA-Z0-9_\-\s]+$

KEY : Product variant id

shipped_on
required
string <date>

Shipping Date

received_on
required
string <date>

Receiving Date

qty_ship
required
integer

Shipped Quantity

qty_receipt
required
integer

Receipted Quantity

status
string

Status of the shipment

valpr_eur
string or null

Cost price for this line in Company Currency

price_eur
string

Sales price to the partner for this line in Company Currency

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Optional Live Transactions

Discounts

File discounts_YYYYMMDDHHmmss.csv.gz

Frequency hourly

Mode delta

Authorizations:
gcpAuth
Request Body schema: application/json
required

Transactions Discounts lines to Create/Update

Array
sales_id
required
string

KEY : Transaction id

created_on
required
string <date>

KEY : Transaction local Date

line_id
required
integer

KEY : Line number in transaction

discount_id
required
string

KEY : Discount ID

product_variant_id
required
string

KEY : Product Variant Id

type
string (Discount Type)
Enum: "markdown" "promotion" "loyalty"

Discount Type

label
string (Discount Label)

Discount Type

amount
required
number

Discount amount in local currency price incl. taxes for this line

amount_eur
required
number

Discount amount in company currency price incl. taxes for this line

property name*
additional property
any

Responses

Request samples

Content type
application/json
[
  • {
    }
]

Response samples

Content type
application/json
{
  • "entity_group": "string",
  • "entity_type": "string",
  • "job_id": "string",
  • "line_count": 0
}

Echo

Echo

Echo service for REST API test purpose

Authorizations:
gcpAuth

Responses

Response samples

Content type
application/json
{
  • "message": "Welcome to nostress backapi"
}