Skip to main content
← Back to changelog page

2023-07-14 — Add public_order_id attribute to Shop General Settings

Adds a new public_order_id field to the Shop General Settings entity of the Checkout Admin API.

When public_order_id is set to true, an attribute (bold_cashier_public_order_id) is added to each order's note_attributes. Bold Checkout uses this to uniquely identify orders.

Plugins can use this when attempting to find out certain details about an order, such as shipment date or status.

This field can be updated by making a call to the Checkout Admin API's Update Shop General Settings endpoint.