Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Checkout Access Token
paazl:create_checkout_token
Returns an access token for a checkout session. This enables the Paazl checkout widget to access Paazl resources
Write
Medium risk
Create Shipment For Order
paazl:create_shipment
Generates a shipment at the carrier for the shipping option specified in POST order
Write
Medium risk
Delete Order
paazl:delete_order
Deletes an order
Write
High risk
Get Checkout Session Data
paazl:get_checkout_session
Gets your reference for a checkout session
Read
Low risk
Get Order Shipping Labels
paazl:get_order_labels
Retrieves an order's labels
Read
Low risk
Get Order Shipment Details
paazl:get_order_shipments
Retrieves an order's shipments details
Read
Low risk
Get Specific Parcel Label
paazl:get_parcel_label
Retrieves a specific parcel's label
Read
Low risk
Get Pickup Location Shipping Options
paazl:get_pickup_location_options
Contains pickup locations for your checkout page
Read
Low risk
Get Return Shipment Details
paazl:get_return_shipments
Retrieves an order's return shipments details
Read
Low risk
Get Specific Shipment Label
paazl:get_shipment_labels
Retrieves a specific shipment's labels
Read
Low risk
Get Specific Shipment Tracking
paazl:get_shipment_tracking
Retrieves a specific shipment's tracking number details
Read
Low risk
Get Home Delivery Shipping Options
paazl:get_shipping_options
Contains shipping options for your checkout page
Read
Low risk
Modify Order
paazl:modify_order
Modifies the information of an order with a specific reference in the Paazl database. The method overwrites the order
Write
Medium risk
Save Checkout Session Data
paazl:save_checkout_session
Saves the most important information of a specific checkout session to the Paazl database. The information will be kept for 30 days
Write
Medium risk
Save Order
paazl:save_order
Saves an order's most important information to the Paazl database once a customer has paid for their purchase
Write
Medium risk