Documentation

sale.paymentItemShipment.getFields

Scope: catalog Permissions to execute: for all

sale.paymentItemShipment.getFields()

Method returns payment and shipment binding fields.

Parameters

No parameters.

Example

BX24.callMethod(
	'sale.paymentItemShipment.getFields', 
	{}, 
	function(result)
	{
		if(result.error())
			console.error(result.error().ex);
		else
			console.log(result.data());
});

Returned fields

Field DescriptionTypeNote
dateInsert Order created date. datetime Read only.
id Payment and shipment ID. integer Read only.
paymentId Payment ID. integer Unmodifiable, required field.
shipmentId Shipment ID. integer Unmodifiable, required field.
xmlId External ID. string

© «Bitrix24», 2001-2024
Up