Item Fulfillments
The ItemFulfillment object represents the recorded shipment or delivery of some or all items on an associated sales order.
Properties

idUUID

remote_idString
The third-party API ID of the matching object.

created_atDateTime (ISO 8601)
The datetime that this object was created by Merge.

modified_atDateTime (ISO 8601)
The datetime that this object was modified by Merge.

sales_orderUUID
The ID of the sales order that the item fulfillment originated from.

fulfillment_dateDateTime (ISO 8601)
The date the fulfillment was created.

customerUUID
The customer associated with the item fulfillment.

companyUUID
The subsidiary associated with the fulfillment.

statusEnum
The status of the item fulfillment. Possible values include: DRAFT, IN_PROGRESS, SHIPPED, CANCELLED. In cases where there is no clear mapping, the original value passed through will be returned. To receive all enum values in the original format, use the show_enum_origins query parameter. Learn more.

memoString
Comment attached to the fulfillment.

linesItemFulfillmentLine[]
The ItemFulfillmentLine object
The ItemFulfillmentLine object represents the specific quantity of a particular product or service that has actually been shipped or delivered against its corresponding order line.
Properties

idUUID

remote_idString
The third-party API ID of the matching object.

created_atDateTime (ISO 8601)
The datetime that this object was created by Merge.

modified_atDateTime (ISO 8601)
The datetime that this object was modified by Merge.

itemUUID

quantityString
The amount of item being delivered.

tracking_categoriesArray
The dimensions or classification tags.

remote_created_atDateTime (ISO 8601)
When the third party's item fulfillment line item was created.

remote_updated_atDateTime (ISO 8601)
When the third party's item fulfillment line item was updated.

remote_was_deletedBoolean
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

remote_fieldsRemoteField[]

remote_created_atDateTime (ISO 8601)
When the third party's item fulfillment was created.

remote_updated_atDateTime (ISO 8601)
When the third party's item fulfillment was updated.

remote_was_deletedBoolean
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsObject

remote_dataRemoteData[]
The RemoteData object
The RemoteData object is used to represent the full data pulled from the third-party API for an object.
Properties

pathString
The third-party API path that is being called.

dataAny
The data returned from the third-party for this object in its original, unnormalized format.

remote_fieldsRemoteField[]


GET
/item-fulfillments/lines/remote-field-classes
Beta

https://api.merge.dev/api/accounting/v1/item-fulfillments/lines/remote-field-classes

US
EU
APAC

Returns a list of RemoteFieldClass objects.


Query & path parameters

cursorString
Optional
The pagination cursor value.

include_deleted_dataBoolean
Optional
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

include_shell_dataBoolean
Optional
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).

is_common_model_fieldBoolean
Optional
If provided, will only return remote field classes with this is_common_model_field value

is_customBoolean
Optional
If provided, will only return remote fields classes with this is_custom value

page_sizeInteger
Optional
Number of results to return per page. The maximum limit is 100.

GET
/item-fulfillments/remote-field-classes
Beta

https://api.merge.dev/api/accounting/v1/item-fulfillments/remote-field-classes

US
EU
APAC

Returns a list of RemoteFieldClass objects.


Query & path parameters

cursorString
Optional
The pagination cursor value.

include_deleted_dataBoolean
Optional
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

include_shell_dataBoolean
Optional
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).

is_common_model_fieldBoolean
Optional
If provided, will only return remote field classes with this is_common_model_field value

is_customBoolean
Optional
If provided, will only return remote fields classes with this is_custom value

page_sizeInteger
Optional
Number of results to return per page. The maximum limit is 100.