Skip to main content

orderAddress

Retrieve a specific order address by its identifier and order ID.

Returns detailed address information including contact details, address type, and associated order context.

Possible errors:

  • ORDER_ADDRESS_NOT_FOUND_ERROR: Order address with specified ID does not exist for the given order
  • ORDER_NOT_FOUND: Order with the specified ID does not exist
  • ORDER_ADDRESS_GET_ERROR: Failed to retrieve order address due to system error
  • VALIDATION_ERROR: Invalid address ID or order ID provided
  • FORBIDDEN: Insufficient permissions to access this order address

AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR ('user is authenticated')

orderAddress(
id: Int!
orderId: Int!
): OrderAddress!

Arguments

orderAddress.id ● Int! non-null scalar

Unique identifier for this address

orderAddress.orderId ● Int! non-null scalar

ID of the order this address belongs to

Type

OrderAddress object

Address information associated with an order including billing and delivery addresses with complete contact details