Pixel

Cherryo pixel entegrasyonu ile e-ticaret platformunuzdan gelen siparişleri Cherryo'a aktarabilir ve raporlarına erişebilirsiniz.

Herhangi bir sorunuz olması durumunda [email protected] adresinden bize ulaşabilirsiniz.

Create an order

post
Body
brand_codestringRequired

The unique code of the brand. Must exist in the brands table.

Example: marka_kodu
order_numberstringRequired

Unique order identifier.

Example: test123
order_statusstring · enumOptional

Status of the order. Allowed values are pending, processing, completed, cancelled, refunded, failed.

Example: completedPossible values:
coupon_codestringRequired

Code for applying a discount to the order.

Example: cherryo
total_pricenumberRequired

Total price of the order, including tax and discounts.

Example: 10100
currencystringOptional

The currency of the total price. Must be TRY, USD, or EUR.

Example: TRY
tax_pricenumberOptional

Total tax price applied to the order.

Example: 2000
price_without_taxnumberOptional

Total price of the order before taxes.

Example: 8000
discount_pricenumberOptional

Total discount applied to the order.

Example: 50
service_pricenumberOptional

Any additional service fees applied to the order.

Example: 100
is_first_orderbooleanOptional

Indicates if this is the user's first order.

Example: true
Responses
200

Order successfully created

application/json
post
/pixel/order

Last updated