package main const ( AddRequestType = 1 AddItemType = 2 RemoveItemType = 4 RemoveDeliveryType = 5 ChangeQuantityType = 6 SetDeliveryType = 7 SetPickupPointType = 8 CreateCheckoutOrderType = 9 )