Pixel
Body
brand_codestringRequiredExample:
The unique code of the brand. Must exist in the brands table.
marka_koduorder_numberstringRequiredExample:
Unique order identifier.
test123order_statusstring · enumOptionalExample:
Status of the order. Allowed values are pending, processing, completed, cancelled, refunded, failed.
completedPossible values: coupon_codestringRequiredExample:
Code for applying a discount to the order.
cherryototal_pricenumberRequiredExample:
Total price of the order, including tax and discounts.
10100currencystringOptionalExample:
The currency of the total price. Must be TRY, USD, or EUR.
TRYtax_pricenumberOptionalExample:
Total tax price applied to the order.
2000price_without_taxnumberOptionalExample:
Total price of the order before taxes.
8000discount_pricenumberOptionalExample:
Total discount applied to the order.
50service_pricenumberOptionalExample:
Any additional service fees applied to the order.
100is_first_orderbooleanOptionalExample:
Indicates if this is the user's first order.
trueResponses
200
Order successfully created
application/json
400
Bad request, possibly due to validation errors
application/json
post
/pixel/orderLast updated