Skip to main content

Mark Fulfillment as Printed

PUT 

/api/sales-order-fulfillments/:salesOrderFulfillmentId/mark-as-printed

Mark a fulfillment's packing slip as printed by stamping packing_slip_printed_at with the current time. No request body.

Required scope: orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Exporting a packing slip sets this stamp automatically; use this endpoint to set it manually (e.g. after printing through your own system).

Note: the endpoint responds with success even if the ID does not exist (no 404 is returned; zero rows are updated).

Requires the orders:write token scope.

Request

Responses

OK

Response Headers
    Content-Type